/*
Theme Name: TelesisBio
Author: TelesisBio
Description: TelesisBio Theme
Text Domain: TelesisBio
Version: 2.0
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize

# Typography

# Colors

# Elements

# Forms

# Navigation
	## Links
	## Menus

# Content
	## Header
	## Footer
	## Pages
	## Posts
	## Comments

# Modules

# Support

# Media
	## Captions
	## Galleries
	
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	height: 100%;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	min-height: 100%;
	position: relative;
}

a {
	background-color: transparent;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-family: proxima-nova, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: auto;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

em {
	font-style: italic;
	font-weight: inherit;
}

p {
	font-family: proxima-nova, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: auto;
	margin-bottom: 20px;
}

h1 {
	color: #ffffff;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 600;
	font-style: normal;
	/*letter-spacing: -1px;*/
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	position: relative;
	text-transform: uppercase;
}

h2 {
	font-family: proxima-nova, sans-serif;
	font-weight: 500;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	margin-bottom: 15px;
    position: relative;	
    text-transform: none;
}

.page-template-contact-us h2 span {
	color: #C8C8C8;
	font-size: 26px;
	font-weight: 100;
	padding-left: 10px;
}

h3 {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
	text-transform: none;
}

.hero h3 {
	font-weight: 300;
	font-size: 18px;
	letter-spacing: -.15px;
	margin-bottom: 15px;
}

h4 {
	font-family: proxima-nova, sans-serif;
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: none;
}

h5 {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: none;
}

.bold,
strong {
	font-weight: bold;
}

.container hr::last-child  {display: none;}

body.page-template-about-events .event-details-listing:last-child hr {
	display: none;
}

body.page-template-about-in-the-news .news-details-listing:last-child hr {
	display: none;
}

body.page-template-about-in-the-news .video-resources-details-listing:last-child hr {
	display: none;
}

.italicize {
	font-style: italic;
}

.uppercase { 
	text-transform: uppercase;
}

.lowercase { 
	text-transform: lowercase; 
}

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
.magenta {
	color: #D7176F;
}
.orange {
	color: #e16a2c;
}
.gray {
	color: #222222;
}
.light-gray {
	color: #999999;
}
.white-opacity-75 {
	color: #ffffff !important;
	opacity: 0.75 !important;
}
.dark-gray {
	color: #707070
}
.blue {
	color: #1383c6;
}
.teal {
	color: #00758d;
}
.green {
	color: #76bd1d;
}
.purple {
	color: #7e4082;
}
.red {
	color: #e2231a;
}
.yellow {
	color: #f2c318;
}
.white {
	color: #ffffff;
}
.black {
	color: #404040;
}
.bg-gray {
	background-color: #eeeeee !important;
}
.bg-magenta {
	background-color: #D7176F !important;
}
.bg-orange {
	background-color: #e16a2c !important;
}
.bg-gradient-testimonials {
	background: rgb(239,175,34);
	background: linear-gradient(135deg, rgba(239,175,34,1) 0%, rgba(218,44,100,1) 50%, rgba(114,84,198,1) 100%);
}
.grayscale {
	filter: grayscale(1);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
header.promo-container {
	display: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 15px 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

blockquote {
    margin: 0 0 0 30px;
    border-left: 3px solid #D7176F;
    padding-left: 15px;
}

.divider-gray {
	color: #666666;
	padding: 0px 5px;
}

.pad-15 {
	padding-top: 15px;
	padding-bottom: 5px;
}

.pad-15-top {
	padding-top: 15px;
}

.pad-15-all {
	padding: 15px;
}

.pad-30 {
	padding-top: 30px;
	padding-bottom: 20px;
}

.pad-30-top {
	padding-top: 30px;
}

.pad-30-bottom {
	padding-bottom: 30px;
}

.pad-30-all {
	padding: 30px;
}

.pad-45 {
	padding-top: 45px;
	padding-bottom: 35px;
}

.pad-45-top {
	padding-top: 45px;
}

.pad-60 {
	padding-top: 60px;
	padding-bottom: 50px;
}

.pad-60-top {
	padding-top: 60px;
}

.pad-10-bottom {
	padding-bottom: 10px;
}

.pad-20-bottom {
	padding-bottom: 20px;
}

.pad-30-bottom {
	padding-bottom: 30px;
}

.min-height-150 {
	min-height: 150px;
}

.min-height-200 {
	min-height: 200px;
}

.min-height-250 {
	min-height: 250px;
}

.min-height-300 {
	min-height: 300px;
}

/* Buttons */

:focus:not(:focus-visible) { 
	outline: none 
}

a.button,
.button {
	/*margin: 10px 0px 15px;*/
	background: #d7176f;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 30px;
	border: 0;
	border-color: #d7176f;
	color: #ffffff !important;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

a.button:hover,
.button:hover {
	background: #E25495 !important;
	text-decoration: none;
}

a.button-pink,
.button-pink {
	/*margin: 10px 0px 15px;*/
	background: #d7176f;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 15px;
	border: 0;
	border-color: #d7176f;
	color: #ffffff !important;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

a.button-pink:hover,
.button-pink:hover {
	background: #A41A55 !important;
	text-decoration: none;
}

a.button-unfilled,
.button-unfilled {
	/*margin: 10px 0px 15px;*/
	background: #ffffff;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 15px;
	border: 2px solid #ffffff;
	color: #D7176F !important;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

a.button-unfilled:hover,
.button-unfilled:hover {
	background: #ffffff !important;
	border: 2px solid #E25495;;
	color: #E25495 !important;
	text-decoration: none;
}

a.button-clear,
.button-clear,
.button-clear:visited,
.button-clear:active {
	/*margin: 10px 0px 15px;*/
	background: none;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	padding: 3px 15px;
	border-radius: 15px;
	border: 2px solid #d7176f;
	color: #d7176f !important;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s ease;
}

a.button-clear:hover,
.button-clear:hover {
	background: #d7176f !important;
	border: 2px solid #d7176f;
	color: #ffffff !important;
	text-decoration: none;
}

#gform_submit_button_10,
a.button-clear-white,
.button-clear-white,
.button-clear-white:visited,
.button-clear-white:active {
	/*margin: 10px 0px 15px;*/
	background: none;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	padding: 10px 30px;
	border-radius: 30px;
	border: 2px solid #ffffff;
	color: #ffffff !important;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s ease;
}

#gform_submit_button_10:hover,
a.button-clear-white:hover,
.button-clear-white:hover {
	background: #ffffff !important;
	border: 2px solid #ffffff;
	color: #d7176f !important;
	text-decoration: none;
}

footer a.button-clear-white,
footer .button-clear-white,
footer .button-clear-white:visited,
footer .button-clear-white:active {
	padding: 5px 15px;
	border-radius: 15px;
	border: 1px solid #ffffff;
	color: #ffffff !important;
}

#gform_submit_button_10,
#gform_submit_button_10:visited,
#gform_submit_button_10:active {
	padding: 5px 15px;
	border: 1px solid #ffffff;
	color: #ffffff !important;
}

#gform_submit_button_10:hover,
footer a.button-clear-white:hover,
footer .button-clear-white:hover {
	background: #ffffff !important;
	border: 1px solid #ffffff;
	color: #222222 !important;
}

.search-knowledgebase .btn,
input.form-control,
textarea.tell-us {
	font-size: 1.25rem;
}

button.footer-submit {
	/*left: 15px;*/
	position: relative;
	/*top: -1px;*/
}

.gform_validation_error #gform_submit_button_10 {
	top: -20px;
}

#gform_submit_button_5 {
	margin-top: 15px;
}

button.preview-play {
	z-index: 999;
	position: relative;
}

#cn-notice-buttons {
	margin-top: 10px;
	margin-bottom: 5px;
}

#cn-accept-cookie,
#cn-more-info {
	background: none !important;
	border: 1px solid #ffffff !important;
	color: #ffffff !important;
	text-decoration: none;
}

#cn-accept-cookie:hover,
#cn-more-info:hover {
	background: none !important;
	border: 1px solid #d7176f !important;
	color: #d7176f !important;
	text-decoration: none;
}

#button-back-to-top {
	display: inline-block;
	background-color: #404040;
	font-size: 14px;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 25px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#button-back-to-top::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #ffffff;
}
#button-back-to-top:hover {
	cursor: pointer;
	background-color: #D7176F;
}
#button-back-to-top:active {
	background-color: #D7176F;
}
#button-back-to-top.show {
	opacity: 1;
	visibility: visible;
}

.menu-links a.white:hover {
	color: #ffffff;
}

.gform_button_select_files {
	background: #d7176f !important;
	cursor: pointer !important;
	display: inline-flex !important;
	font-size: 16px !important;
	line-height: 24px !important;
	padding: 15px 30px !important;
	border-radius: 30px !important;
	border: 0 !important;
	border-color: #d7176f !important;
	color: #ffffff !important;
	text-transform: uppercase !important;
	transition: all 0.3s ease !important;
}

.gform_button_select_files:hover {
	background: #E25495 !important;
	text-decoration: none !important;
}

.gform_drop_area {
	border: 1px solid #222222 !important;
}


.gform_wrapper ul.gform_fields li.gfield input[type=radio] {
    margin-left: 1px;
    margin-top: 0px;
}

.gform_wrapper input[type=radio] {
	margin-top: 0px;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    background: rgba(255,255,255,1) !important;
}

.gform_drop_instructions {
	color: #404040 !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*#gform_wrapper_1,
#gform_wrapper_2,
#gform_wrapper_3,
#gform_wrapper_4,
#gform_wrapper_5,
#gform_wrapper_6,
#gform_wrapper_7,
#gform_wrapper_8,
#gform_wrapper_9 {
	display : block !important;
}*/

.gdpr-small {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin-bottom: 5px;
}

label {
	display: inline !important;
}

.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type=submit] {
	width: auto !important;
}

.float-right {
	float: right;
}

.grecaptcha-badge { 
	opacity: 0;
	/*visibility: hidden;*/
}

.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), 
.gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), 
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
	border: none;
	border-radius: 0;
	padding: 15px;	
}
 
.gform_body input[type=text],
.gform_body input[type=email],
.gform_body input[type=tel],
#gform_1 input[type=text],
#gform_1 input[type=email],
#gform_1 input[type=tel],
#gform_37 input[type=text],
#gform_37 input[type=email],
#gform_37 input[type=tel],
#gform_36 input[type=text],
#gform_36 input[type=email],
#gform_36 input[type=tel],
#gform_35 input[type=text],
#gform_35 input[type=email],
#gform_35 input[type=tel],
#gform_34 input[type=text],
#gform_34 input[type=email],
#gform_34 input[type=tel],
#gform_33 input[type=text],
#gform_33 input[type=email],
#gform_33 input[type=tel],
#gform_32 input[type=text],
#gform_32 input[type=email],
#gform_32 input[type=tel],
#gform_31 input[type=text],
#gform_31 input[type=email],
#gform_31 input[type=tel],
#gform_30 input[type=text],
#gform_30 input[type=email],
#gform_30 input[type=tel],
#gform_29 input[type=text],
#gform_29 input[type=email],
#gform_29 input[type=tel],
#gform_28 input[type=text],
#gform_28 input[type=email],
#gform_28 input[type=tel],
#gform_27 input[type=text],
#gform_27 input[type=email],
#gform_27 input[type=tel],
#gform_26 input[type=text],
#gform_26 input[type=email],
#gform_26 input[type=tel],
#gform_25 input[type=text],
#gform_25 input[type=email],
#gform_25 input[type=tel],
#gform_2 input[type=text],
#gform_2 input[type=email],
#gform_2 input[type=tel],
#gform_4 input[type=text],
#gform_4 input[type=email],
#gform_4 input[type=tel],
#gform_5 input[type=text],
#gform_5 input[type=email],
#gform_5 input[type=tel],
#gform_7 input[type=text],
#gform_7 input[type=email],
#gform_7 input[type=tel],
#gform_8 input[type=text],
#gform_8 input[type=email],
#gform_8 input[type=tel],
#gform_11 input[type=text],
#gform_11 input[type=email],
#gform_11 input[type=tel],
#gform_12 input[type=text],
#gform_12 input[type=email],
#gform_12 input[type=tel],
#gform_13 input[type=text],
#gform_13 input[type=email],
#gform_13 input[type=tel],
#gform_14 input[type=text],
#gform_14 input[type=email],
#gform_14 input[type=tel],
#gform_15 input[type=text],
#gform_15 input[type=email],
#gform_15 input[type=tel],
#gform_16 input[type=text],
#gform_16 input[type=email],
#gform_16 input[type=tel],
#gform_19 input[type=text],
#gform_19 input[type=email],
#gform_19 input[type=tel],
#gform_20 input[type=text],
#gform_20 input[type=email],
#gform_20 input[type=tel],
#gform_21 input[type=text],
#gform_21 input[type=email],
#gform_21 input[type=tel],
#gform_24 input[type=text],
#gform_24 input[type=email],
#gform_24 input[type=tel] {
	border: none;
	border-radius: 0;
	padding: 15px;
}

.gform_body .address_country select,
#gform_1 .address_country select,
#gform_4 .address_country select,
#gform_5 .address_country select,
#gform_7 .address_country select,
#gform_8 .address_country select,
#gform_11 .address_country select,
#gform_12 .address_country select,
#gform_13 .address_country select,
#gform_14 .address_country select,
#gform_15 .address_country select,
#gform_16 .address_country select,
#gform_18 .address_country select,
#gform_19 .address_country select,
#gform_20 .address_country select,
#gform_21 .address_country select,
#gform_24 .address_country select,
#gform_25 .address_country select,
#gform_26 .address_country select,
#gform_27 .address_country select,
#gform_28 .address_country select,
#gform_29 .address_country select,
#gform_30 .address_country select,
#gform_31 .address_country select,
#gform_32 .address_country select,
#gform_32 .address_country select,
#gform_33 .address_country select,
#gform_33 .address_country select,
#gform_34 .address_country select,
#gform_34 .address_country select,
#gform_35 .address_country select,
#gform_36 .address_country select,
#gform_37 .address_country select {
	color: #c8c8c8 !important;
	margin-top: 14px;
	padding: 10px;
}

#gform_37 .ginput_container_select select,
#gform_36 .ginput_container_select select,
#gform_35 .ginput_container_select select,
#gform_34 .ginput_container_select select,
#gform_33 .ginput_container_select select,
#gform_32 .ginput_container_select select,
#gform_31 .ginput_container_select select,
#gform_30 .ginput_container_select select,
#gform_29 .ginput_container_select select,
#gform_28 .ginput_container_select select,
#gform_27 .ginput_container_select select,
#gform_26 .ginput_container_select select,
#gform_25 .ginput_container_select select,
#gform_2 .ginput_container_select select {
	color: #c8c8c8 !important;
}

textarea#input_37_4,
textarea#input_36_4,
textarea#input_35_4,
textarea#input_34_4,
textarea#input_33_4,
textarea#input_32_4,
textarea#input_31_4,
textarea#input_30_4,
textarea#input_29_4,
textarea#input_28_4,
textarea#input_27_4,
textarea#input_26_4,
textarea#input_25_4,
textarea#input_2_4 {
	padding-bottom: 10px;
}

select.gfield_select,
#gform_2 .ginput_container_select select,
#gform_25 .ginput_container_select select,
#gform_26 .ginput_container_select select,
#gform_27 .ginput_container_select select,
#gform_28 .ginput_container_select select,
#gform_29 .ginput_container_select select,
#gform_30 .ginput_container_select select,
#gform_31 .ginput_container_select select,
#gform_32 .ginput_container_select select,
#gform_33 .ginput_container_select select,
#gform_34 .ginput_container_select select,
#gform_35 .ginput_container_select select,
#gform_36 .ginput_container_select select,
#gform_37 .ginput_container_select select,
#gform_4 .address_country select,
#gform_5 .address_country select,
#gform_7 .address_country select,
#gform_8 .address_country select,
#gform_11 .address_country select,
#gform_12 .address_country select,
#gform_13 .address_country select,
#gform_14 .address_country select,
#gform_15 .address_country select,
#gform_16 .address_country select,
#gform_18 .address_country select,
#gform_19 .address_country select,
#gform_20 .address_country select,
#gform_21 .address_country select,
#gform_24 .address_country select,
#gform_1 .address_country select {
	background-color: white;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23c8c8c8%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: auto 50%;
	border-radius: 2px;
	border: none;
	color: #ffffff;
	padding: 10px 30px 11px 10px;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	margin-top: 12px;
}

.gform_body .address_country select:focus,
select.gfield_select:focus, 
#gform_2 .ginput_container_select select:focus,
#gform_25 .ginput_container_select select:focus,
#gform_4 .address_country select:focus,
#gform_5 .address_country select:focus,
#gform_7 .address_country select:focus,
#gform_8 .address_country select:focus,
#gform_11 .address_country select:focus,
#gform_12 .address_country select:focus,
#gform_13 .address_country select:focus,
#gform_14 .address_country select:focus,
#gform_15 .address_country select:focus,
#gform_16 .address_country select:focus,
#gform_18 .address_country select:focus,
#gform_19 .address_country select:focus,
#gform_20 .address_country select:focus,
#gform_21 .address_country select:focus,
#gform_24 .address_country select:focus,
#gform_26 .address_country select:focus,
#gform_27 .address_country select:focus,
#gform_28 .address_country select:focus,
#gform_29 .address_country select:focus,
#gform_30 .address_country select:focus,
#gform_31 .address_country select:focus,
#gform_32 .address_country select:focus,
#gform_33 .address_country select:focus,
#gform_34 .address_country select:focus,
#gform_35 .address_country select:focus,
#gform_36 .address_country select:focus,
#gform_37 .address_country select:focus,
#gform_1 .address_country select:focus {
	outline: 2px solid #005fcc;
}

.gform_body .address_country select::-ms-expand,
select.gfield_select::-ms-expand,
#gform_2 .ginput_container_select select::-ms-expand,
#gform_25 .ginput_container_select select::-ms-expand,
#gform_4 .address_country select::-ms-expand,
#gform_5 .address_country select::-ms-expand,
#gform_7 .address_country select::-ms-expand,
#gform_8.address_country select::-ms-expand,
#gform_11.address_country select::-ms-expand,
#gform_12.address_country select::-ms-expand,
#gform_13.address_country select::-ms-expand,
#gform_14.address_country select::-ms-expand,
#gform_15.address_country select::-ms-expand,
#gform_16.address_country select::-ms-expand,
#gform_18.address_country select::-ms-expand,
#gform_19.address_country select::-ms-expand,
#gform_20.address_country select::-ms-expand,
#gform_21.address_country select::-ms-expand,
#gform_24.address_country select::-ms-expand,
#gform_26.address_country select::-ms-expand,
#gform_27.address_country select::-ms-expand,
#gform_28.address_country select::-ms-expand,
#gform_29.address_country select::-ms-expand,
#gform_30.address_country select::-ms-expand,
#gform_31.address_country select::-ms-expand,
#gform_32.address_country select::-ms-expand,
#gform_33.address_country select::-ms-expand,
#gform_34.address_country select::-ms-expand,
#gform_35.address_country select::-ms-expand,
#gform_36.address_country select::-ms-expand,
#gform_37.address_country select::-ms-expand,
#gform_1 .address_country select::-ms-expand {
	display: none;
}

#gform_37 input[type=checkbox],
#gform_36 input[type=checkbox],
#gform_35 input[type=checkbox],
#gform_34 input[type=checkbox],
#gform_33 input[type=checkbox],
#gform_32 input[type=checkbox],
#gform_31 input[type=checkbox],
#gform_30 input[type=checkbox],
#gform_29 input[type=checkbox],
#gform_28 input[type=checkbox],
#gform_27 input[type=checkbox],
#gform_26 input[type=checkbox],
#gform_25 input[type=checkbox],
#gform_24 input[type=checkbox],
#gform_21 input[type=checkbox],
#gform_20 input[type=checkbox],
#gform_19 input[type=checkbox],
#gform_18 input[type=checkbox],
#gform_16 input[type=checkbox],
#gform_15 input[type=checkbox],
#gform_14 input[type=checkbox],
#gform_13 input[type=checkbox],
#gform_12 input[type=checkbox],
#gform_11 input[type=checkbox],
#gform_8 input[type=checkbox],
#gform_7 input[type=checkbox],
#gform_5 input[type=checkbox],
#gform_4 input[type=checkbox],
#gform_2 input[type=checkbox],
#gform_1 input[type=checkbox] {
	display: inline-block;
    width: 20px !important;
    height: 20px !important;
    margin-top: 0px;
    vertical-align: middle;
}

.gform_wrapper .gform_footer input[type=submit],
#gform_37 input[type=submit],
#gform_36 input[type=submit],
#gform_35 input[type=submit],
#gform_34 input[type=submit],
#gform_33 input[type=submit],
#gform_32 input[type=submit],
#gform_31 input[type=submit],
#gform_30 input[type=submit],
#gform_29 input[type=submit],
#gform_28 input[type=submit],
#gform_27 input[type=submit],
#gform_26 input[type=submit],
#gform_25 input[type=submit],
#gform_24 input[type=submit],
#gform_21 input[type=submit],
#gform_20 input[type=submit],
#gform_19 input[type=submit],
#gform_18 input[type=submit],
#gform_16 input[type=submit],
#gform_15 input[type=submit],
#gform_14 input[type=submit],
#gform_13 input[type=submit],
#gform_12 input[type=submit],
#gform_11 input[type=submit],
#gform_8 input[type=submit],
#gform_7 input[type=submit],
#gform_5 input[type=submit],
#gform_4 input[type=submit],
#gform_2 input[type=submit],
#gform_1 input[type=submit] {
	background: #d7176f;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 30px;
	border: 0;
	border-color: #d7176f;
	color: #ffffff !important;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

#gform_37 input[type=submit],
#gform_36 input[type=submit],
#gform_35 input[type=submit],
#gform_34 input[type=submit],
#gform_33 input[type=submit],
#gform_32 input[type=submit],
#gform_31 input[type=submit],
#gform_30 input[type=submit],
#gform_29 input[type=submit],
#gform_28 input[type=submit],
#gform_27 input[type=submit],
#gform_26 input[type=submit],
#gform_25 input[type=submit],
#gform_24 input[type=submit],
#gform_21 input[type=submit],
#gform_20 input[type=submit],
#gform_19 input[type=submit],
#gform_18 input[type=submit],
#gform_16 input[type=submit],
#gform_15 input[type=submit],
#gform_14 input[type=submit],
#gform_13 input[type=submit],
#gform_12 input[type=submit],
#gform_8 input[type=submit],
#gform_7 input[type=submit],
#gform_5 input[type=submit] {
	float: left;
}

#gform_37 .ginput_container_select select,
#gform_37 .ginput_container,
#gform_36 .ginput_container_select select,
#gform_36 .ginput_container,
#gform_35 .ginput_container_select select,
#gform_35 .ginput_container,
#gform_34 .ginput_container_select select,
#gform_34 .ginput_container,
#gform_33 .ginput_container_select select,
#gform_33 .ginput_container,
#gform_32 .ginput_container_select select,
#gform_32 .ginput_container,
#gform_31 .ginput_container_select select,
#gform_31 .ginput_container,
#gform_30 .ginput_container_select select,
#gform_30 .ginput_container,
#gform_29 .ginput_container_select select,
#gform_29 .ginput_container,
#gform_28 .ginput_container_select select,
#gform_28 .ginput_container,
#gform_27 .ginput_container_select select,
#gform_27 .ginput_container,
#gform_26 .ginput_container_select select,
#gform_26 .ginput_container,
#gform_25 .ginput_container_select select,
#gform_25 .ginput_container,
#gform_24 .ginput_container_select select,
#gform_24 .ginput_container,
#gform_21 .ginput_container_select select,
#gform_21 .ginput_container,
#gform_20 .ginput_container_select select,
#gform_20 .ginput_container,
#gform_19 .ginput_container_select select,
#gform_19 .ginput_container,
#gform_18 .ginput_container_select select,
#gform_18 .ginput_container,
#gform_16 .ginput_container_select select,
#gform_16 .ginput_container,
#gform_15 .ginput_container_select select,
#gform_15 .ginput_container,
#gform_14 .ginput_container_select select,
#gform_14 .ginput_container,
#gform_13 .ginput_container_select select,
#gform_13 .ginput_container,
#gform_12 .ginput_container_select select,
#gform_12 .ginput_container,
#gform_11 .ginput_container_select select,
#gform_11 .ginput_container,
#gform_8 .ginput_container_select select,
#gform_8 .ginput_container,
#gform_7 .ginput_container_select select,
#gform_7 .ginput_container,
#gform_5 .ginput_container_select select,
#gform_5 .ginput_container,
#gform_2 .ginput_container_select select,
#gform_2 .ginput_container {
	margin-top: 0px;
}

#gform_37 .ginput_container_email,
#gform_37 .ginput_container_address,
#gform_37 .ginput_container_textarea,
#gform_37 .address_country select,
#gform_37 ul li.gfield,
#gform_37 select,
#gform_37 input[type=text],
#gform_37 input[type=email],
#gform_37 input[type=tel],
#gform_36 .ginput_container_email,
#gform_36 .ginput_container_address,
#gform_36 .ginput_container_textarea,
#gform_36 .address_country select,
#gform_36 ul li.gfield,
#gform_36 select,
#gform_36 input[type=text],
#gform_36 input[type=email],
#gform_36 input[type=tel],
#gform_35 .ginput_container_email,
#gform_35 .ginput_container_address,
#gform_35 .ginput_container_textarea,
#gform_35 .address_country select,
#gform_35 ul li.gfield,
#gform_35 select,
#gform_35 input[type=text],
#gform_35 input[type=email],
#gform_35 input[type=tel],
#gform_34 .ginput_container_email,
#gform_34 .ginput_container_address,
#gform_34 .ginput_container_textarea,
#gform_34 .address_country select,
#gform_34 ul li.gfield,
#gform_34 select,
#gform_34 input[type=text],
#gform_34 input[type=email],
#gform_34 input[type=tel],
#gform_33 .ginput_container_email,
#gform_33 .ginput_container_address,
#gform_33 .ginput_container_textarea,
#gform_33 .address_country select,
#gform_33 ul li.gfield,
#gform_33 select,
#gform_33 input[type=text],
#gform_33 input[type=email],
#gform_33 input[type=tel],
#gform_32 .ginput_container_email,
#gform_32 .ginput_container_address,
#gform_32 .ginput_container_textarea,
#gform_32 .address_country select,
#gform_32 ul li.gfield,
#gform_32 select,
#gform_32 input[type=text],
#gform_32 input[type=email],
#gform_32 input[type=tel],
#gform_31 .ginput_container_email,
#gform_31 .ginput_container_address,
#gform_31 .ginput_container_textarea,
#gform_31 .address_country select,
#gform_31 ul li.gfield,
#gform_31 select,
#gform_31 input[type=text],
#gform_31 input[type=email],
#gform_31 input[type=tel],
#gform_30 .ginput_container_email,
#gform_30 .ginput_container_address,
#gform_30 .ginput_container_textarea,
#gform_30 .address_country select,
#gform_30 ul li.gfield,
#gform_30 select,
#gform_30 input[type=text],
#gform_30 input[type=email],
#gform_30 input[type=tel],
#gform_29 .ginput_container_email,
#gform_29 .ginput_container_address,
#gform_29 .ginput_container_textarea,
#gform_29 .address_country select,
#gform_29 ul li.gfield,
#gform_29 select,
#gform_29 input[type=text],
#gform_29 input[type=email],
#gform_29 input[type=tel],
#gform_28 .ginput_container_email,
#gform_28 .ginput_container_address,
#gform_28 .ginput_container_textarea,
#gform_28 .address_country select,
#gform_28 ul li.gfield,
#gform_28 select,
#gform_28 input[type=text],
#gform_28 input[type=email],
#gform_28 input[type=tel],
#gform_27 .ginput_container_email,
#gform_27 .ginput_container_address,
#gform_27 .ginput_container_textarea,
#gform_27 .address_country select,
#gform_27 ul li.gfield,
#gform_27 select,
#gform_27 input[type=text],
#gform_27 input[type=email],
#gform_27 input[type=tel],
#gform_26 .ginput_container_email,
#gform_26 .ginput_container_address,
#gform_26 .ginput_container_textarea,
#gform_26 .address_country select,
#gform_26 ul li.gfield,
#gform_26 select,
#gform_26 input[type=text],
#gform_26 input[type=email],
#gform_26 input[type=tel],
#gform_25 .ginput_container_email,
#gform_25 .ginput_container_address,
#gform_25 .ginput_container_textarea,
#gform_25 .address_country select,
#gform_25 ul li.gfield,
#gform_25 select,
#gform_25 input[type=text],
#gform_25 input[type=email],
#gform_25 input[type=tel],
#gform_24 .ginput_container_email,
#gform_24 .ginput_container_address,
#gform_24 .ginput_container_textarea,
#gform_24 .address_country select,
#gform_24 ul li.gfield,
#gform_24 select,
#gform_24 input[type=text],
#gform_24 input[type=email],
#gform_24 input[type=tel],
#gform_21 .ginput_container_email,
#gform_21 .ginput_container_address,
#gform_21 .ginput_container_textarea,
#gform_21 .address_country select,
#gform_21 ul li.gfield,
#gform_21 select,
#gform_21 input[type=text],
#gform_21 input[type=email],
#gform_21 input[type=tel],
#gform_20 .ginput_container_email,
#gform_20 .ginput_container_address,
#gform_20 .ginput_container_textarea,
#gform_20 .address_country select,
#gform_20 ul li.gfield,
#gform_20 select,
#gform_20 input[type=text],
#gform_20 input[type=email],
#gform_20 input[type=tel],
#gform_19 .ginput_container_email,
#gform_19 .ginput_container_address,
#gform_19 .ginput_container_textarea,
#gform_19 .address_country select,
#gform_19 ul li.gfield,
#gform_19 select,
#gform_19 input[type=text],
#gform_19 input[type=email],
#gform_19 input[type=tel],
#gform_wrapper_18 .ginput_container_email,
#gform_wrapper_18 .ginput_container_address,
#gform_wrapper_18 .ginput_container_textarea,
#gform_wrapper_18 .address_country select,
#gform_wrapper_18 ul li.gfield,
#gform_wrapper_18 select,
#gform_wrapper_18 input[type=text],
#gform_wrapper_18 input[type=email],
#gform_wrapper_18 input[type=tel],
#gform_16 .ginput_container_email,
#gform_16 .ginput_container_address,
#gform_16 .ginput_container_textarea,
#gform_16 .address_country select,
#gform_16 ul li.gfield,
#gform_16 select,
#gform_16 input[type=text],
#gform_16 input[type=email],
#gform_16 input[type=tel],
#gform_15 .ginput_container_email,
#gform_15 .ginput_container_address,
#gform_15 .ginput_container_textarea,
#gform_15 .address_country select,
#gform_15 ul li.gfield,
#gform_15 select,
#gform_15 input[type=text],
#gform_15 input[type=email],
#gform_15 input[type=tel],
#gform_14 .ginput_container_email,
#gform_14 .ginput_container_address,
#gform_14 .ginput_container_textarea,
#gform_14 .address_country select,
#gform_14 ul li.gfield,
#gform_14 select,
#gform_14 input[type=text],
#gform_14 input[type=email],
#gform_14 input[type=tel],
#gform_13 .ginput_container_email,
#gform_13 .ginput_container_address,
#gform_13 .ginput_container_textarea,
#gform_13 .address_country select,
#gform_13 ul li.gfield,
#gform_13 select,
#gform_13 input[type=text],
#gform_13 input[type=email],
#gform_13 input[type=tel],
#gform_12 .ginput_container_email,
#gform_12 .ginput_container_address,
#gform_12 .ginput_container_textarea,
#gform_12 .address_country select,
#gform_12 ul li.gfield,
#gform_12 select,
#gform_12 input[type=text],
#gform_12 input[type=email],
#gform_12 input[type=tel],
#gform_11 .ginput_container_email,
#gform_11 .ginput_container_address,
#gform_11 .ginput_container_textarea,
#gform_11 .address_country select,
#gform_11 ul li.gfield,
#gform_11 select,
#gform_11 input[type=text],
#gform_11 input[type=email],
#gform_11 input[type=tel],
#gform_8 .ginput_container_email,
#gform_8 .ginput_container_address,
#gform_8 .ginput_container_textarea,
#gform_8 .address_country select,
#gform_8 ul li.gfield,
#gform_8 select,
#gform_8 input[type=text],
#gform_8 input[type=email],
#gform_8 input[type=tel],
#gform_7 .ginput_container_email,
#gform_7 .ginput_container_address,
#gform_7 .ginput_container_textarea,
#gform_7 .address_country select,
#gform_7 ul li.gfield,
#gform_7 select,
#gform_7 input[type=text],
#gform_7 input[type=email],
#gform_7 input[type=tel],
#gform_5 .ginput_container_email,
#gform_5 .ginput_container_address,
#gform_5 .ginput_container_textarea,
#gform_5 .address_country select,
#gform_5 ul li.gfield,
#gform_5 select,
#gform_5 input[type=text],
#gform_5 input[type=email],
#gform_5 input[type=tel],
#gform_2 .ginput_container_email,
#gform_2 .ginput_container_address,
#gform_2 #input_2_4,
#gform_2 .ginput_container_textarea,
#gform_2 .address_country select,
#gform_2 ul li.gfield,
#gform_2 select,
#gform_2 input[type=text],
#gform_2 input[type=email],
#gform_2 input[type=tel] {
	margin-top: 0px;
}

#gform_37 .ginput_container,
#gform_37 .ginput_container_phone,
#gform_36 .ginput_container,
#gform_36 .ginput_container_phone,
#gform_35 .ginput_container,
#gform_35 .ginput_container_phone,
#gform_34 .ginput_container,
#gform_34 .ginput_container_phone,
#gform_33 .ginput_container,
#gform_33 .ginput_container_phone,
#gform_32 .ginput_container,
#gform_32 .ginput_container_phone,
#gform_31 .ginput_container,
#gform_31 .ginput_container_phone,
#gform_30 .ginput_container,
#gform_30 .ginput_container_phone,
#gform_29 .ginput_container,
#gform_29 .ginput_container_phone,
#gform_28 .ginput_container,
#gform_28 .ginput_container_phone,
#gform_27 .ginput_container,
#gform_27 .ginput_container_phone,
#gform_26 .ginput_container,
#gform_26 .ginput_container_phone,
#gform_25 .ginput_container,
#gform_25 .ginput_container_phone,
#gform_24 .ginput_container,
#gform_24 .ginput_container_phone,
#gform_21 .ginput_container,
#gform_21 .ginput_container_phone,
#gform_20 .ginput_container,
#gform_20 .ginput_container_phone,
#gform_19 .ginput_container,
#gform_19 .ginput_container_phone,
#gform_18 .ginput_container,
#gform_18 .ginput_container_phone,
#gform_16 .ginput_container,
#gform_16 .ginput_container_phone,
#gform_15 .ginput_container,
#gform_15 .ginput_container_phone,
#gform_14 .ginput_container,
#gform_14 .ginput_container_phone,
#gform_13 .ginput_container,
#gform_13 .ginput_container_phone,
#gform_12 .ginput_container,
#gform_12 .ginput_container_phone,
#gform_11 .ginput_container,
#gform_11 .ginput_container_phone,
#gform_8 .ginput_container,
#gform_8 .ginput_container_phone,
#gform_7 .ginput_container,
#gform_7 .ginput_container_phone,
#gform_5 .ginput_container,
#gform_5 .ginput_container_phone,
#gform_2 .ginput_container,
#gform_2 .ginput_container_phone {
	margin-top: 10px;
}

#gform_37 .address_country,
#gform_36 .address_country,
#gform_35 .address_country,
#gform_34 .address_country,
#gform_33 .address_country,
#gform_32 .address_country,
#gform_31 .address_country,
#gform_30 .address_country,
#gform_29 .address_country,
#gform_28 .address_country,
#gform_27 .address_country,
#gform_26 .address_country,
#gform_25 .address_country,
#gform_24 .address_country,
#gform_21 .address_country,
#gform_20 .address_country,
#gform_19 .address_country,
#gform_18 .address_country,
#gform_16 .address_country,
#gform_15 .address_country,
#gform_14 .address_country,
#gform_13 .address_country,
#gform_12 .address_country,
#gform_11 .address_country,
#gform_8 .address_country,
#gform_7 .address_country,
#gform_5 .address_country,
#gform_2 .address_country {
	margin-top: 0px;
}


#gform_37 .gform_footer,
#gform_36 .gform_footer,
#gform_35 .gform_footer,
#gform_34 .gform_footer,
#gform_33 .gform_footer,
#gform_32 .gform_footer,
#gform_31 .gform_footer,
#gform_30 .gform_footer,
#gform_29 .gform_footer,
#gform_28 .gform_footer,
#gform_27 .gform_footer,
#gform_26 .gform_footer,
#gform_25 .gform_footer,
#gform_24 .gform_footer,
#gform_21 .gform_footer,
#gform_20 .gform_footer,
#gform_19 .gform_footer,
#gform_18 .gform_footer,
#gform_16 .gform_footer,
#gform_15 .gform_footer,
#gform_14 .gform_footer,
#gform_13 .gform_footer,
#gform_12 .gform_footer,
#gform_7 .gform_footer,
#gform_5 .gform_footer,
#gform_2 .gform_footer {
	margin-top: 0px;
}

#gform_37 input[type=submit],
#gform_36 input[type=submit],
#gform_35 input[type=submit],
#gform_34 input[type=submit],
#gform_33 input[type=submit],
#gform_32 input[type=submit],
#gform_31 input[type=submit],
#gform_30 input[type=submit],
#gform_29 input[type=submit],
#gform_28 input[type=submit],
#gform_27 input[type=submit],
#gform_26 input[type=submit],
#gform_25 input[type=submit],
#gform_2 input[type=submit] {
	float: right !important;
	margin-top: 25px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_recaptcha {
	float: right;
}

#gform_11 .ginput_recaptcha {
	float: left;
}

#gform_submit_button_25,
body #gform_wrapper_25 .gform_footer input[type=submit] {
	float: right !important;
}

.gform_footer { 
	min-height: 90px;
	position: relative; 
}

#gform_submit_button_25 {
	position: absolute !important;
	right: 0 !important;
}

#gform_36 textarea,
#gform_35 textarea,
#gform_34 textarea,
#gform_33 textarea,
#gform_32 textarea,
#gform_31 textarea,
#gform_30 textarea,
#gform_29 textarea,
#gform_28 textarea,
#gform_27 textarea,
#gform_26 textarea,
#gform_25 textarea,
#gform_24 textarea,
#gform_21 textarea,
#gform_20 textarea,
#gform_19 textarea,
#gform_18 textarea,
#gform_16 textarea,
#gform_15 textarea,
#gform_14 textarea,
#gform_13 textarea,
#gform_12 textarea,
#gform_11 textarea,
#gform_8 textarea,
#gform_7 textarea,
#gform_5 textarea,
#gform_2 textarea {
	border: none;
	width: 100%;
}

#gform_fields_36 .address_city,
#gform_fields_36 .address_state,
#gform_fields_36 .address_zip,
#gform_fields_35 .address_city,
#gform_fields_35 .address_state,
#gform_fields_35 .address_zip,
#gform_fields_34 .address_city,
#gform_fields_34 .address_state,
#gform_fields_34 .address_zip,
#gform_fields_33 .address_city,
#gform_fields_33 .address_state,
#gform_fields_33 .address_zip,
#gform_fields_32 .address_city,
#gform_fields_32 .address_state,
#gform_fields_32 .address_zip,
#gform_fields_31 .address_city,
#gform_fields_31 .address_state,
#gform_fields_31 .address_zip,
#gform_fields_30 .address_city,
#gform_fields_30 .address_state,
#gform_fields_30 .address_zip,
#gform_fields_29 .address_city,
#gform_fields_29 .address_state,
#gform_fields_29 .address_zip,
#gform_fields_28 .address_city,
#gform_fields_28 .address_state,
#gform_fields_28 .address_zip,
#gform_fields_27 .address_city,
#gform_fields_27 .address_state,
#gform_fields_27 .address_zip,
#gform_fields_26 .address_city,
#gform_fields_26 .address_state,
#gform_fields_26 .address_zip,
#gform_fields_25 .address_city,
#gform_fields_25 .address_state,
#gform_fields_25 .address_zip,
#gform_fields_24 .address_city,
#gform_fields_24 .address_state,
#gform_fields_24 .address_zip,
#gform_fields_21 .address_city,
#gform_fields_21 .address_state,
#gform_fields_21 .address_zip,
#gform_fields_20 .address_city,
#gform_fields_20 .address_state,
#gform_fields_20 .address_zip,
#gform_fields_19 .address_city,
#gform_fields_19 .address_state,
#gform_fields_19 .address_zip,
#gform_fields_18 .address_city,
#gform_fields_18 .address_state,
#gform_fields_18 .address_zip,
#gform_fields_16 .address_city,
#gform_fields_16 .address_state,
#gform_fields_16 .address_zip,
#gform_fields_15 .address_city,
#gform_fields_15 .address_state,
#gform_fields_15 .address_zip,
#gform_fields_14 .address_city,
#gform_fields_14 .address_state,
#gform_fields_14 .address_zip,
#gform_fields_13 .address_city,
#gform_fields_13 .address_state,
#gform_fields_13 .address_zip,
#gform_fields_12 .address_city,
#gform_fields_12 .address_state,
#gform_fields_12 .address_zip,
#gform_fields_11 .address_city,
#gform_fields_11 .address_state,
#gform_fields_11 .address_zip,
#gform_fields_6 .address_city,
#gform_fields_6 .address_state,
#gform_fields_6 .address_zip,
#gform_fields_5 .address_city,
#gform_fields_5 .address_state,
#gform_fields_5 .address_zip,
#gform_fields_5 .address_country,
#gform_fields_5 .textarea,
#gform_fields_4 .address_city,
#gform_fields_4 .address_state,
#gform_fields_4 .address_zip,
#gform_fields_4 .address_country,
#gform_fields_4 .textarea,
#gform_fields_1 .address_city,
#gform_fields_1 .address_state,
#gform_fields_1 .address_zip,
#gform_fields_1 .address_country,
#gform_fields_1 .textarea {
	margin-top: 20px;
}

.gf_browser_gecko #gform_36 select,
.gf_browser_gecko #gform_35 select,
.gf_browser_gecko #gform_34 select,
.gf_browser_gecko #gform_33 select,
.gf_browser_gecko #gform_32 select,
.gf_browser_gecko #gform_31 select,
.gf_browser_gecko #gform_30 select,
.gf_browser_gecko #gform_29 select,
.gf_browser_gecko #gform_28 select,
.gf_browser_gecko #gform_27 select,
.gf_browser_gecko #gform_26 select,
.gf_browser_gecko #gform_25 select,
.gf_browser_gecko #gform_24 select,
.gf_browser_gecko #gform_21 select,
.gf_browser_gecko #gform_20 select,
.gf_browser_gecko #gform_19 select,
.gf_browser_gecko #gform_18 select,
.gf_browser_gecko #gform_16 select,
.gf_browser_gecko #gform_15 select,
.gf_browser_gecko #gform_14 select,
.gf_browser_gecko #gform_13 select,
.gf_browser_gecko #gform_12 select,
.gf_browser_gecko #gform_11 select,
.gf_browser_gecko #gform_8 select,
.gf_browser_gecko #gform_7 select,
.gf_browser_gecko #gform_5 select,
.gf_browser_gecko #gform_4 select,
.gf_browser_gecko #gform_1 select {
	padding: 12px 10px 11px;
	border-radius: 0px;
}

#gform_fields_36 #field_4_14,
#gform_fields_35 #field_4_14,
#gform_fields_34 #field_4_14,
#gform_fields_33 #field_4_14,
#gform_fields_32 #field_4_14,
#gform_fields_31 #field_4_14,
#gform_fields_30 #field_4_14,
#gform_fields_29 #field_4_14,
#gform_fields_28 #field_4_14,
#gform_fields_27 #field_4_14,
#gform_fields_26 #field_4_14,
#gform_fields_25 #field_4_14,
#gform_fields_24 #field_4_14,
#gform_fields_21 #field_4_14,
#gform_fields_20 #field_4_14,
#gform_fields_19 #field_4_14,
#gform_fields_18 #field_4_14,
#gform_fields_16 #field_4_14,
#gform_fields_15 #field_4_14,
#gform_fields_14 #field_4_14,
#gform_fields_13 #field_4_14,
#gform_fields_12 #field_4_14,
#gform_fields_11 #field_4_14,
#gform_fields_6 #field_4_14,
#gform_fields_5 #field_4_14,
#gform_fields_4 #field_4_14,
#gform_fields_1 #field_1_14 {
	margin-top: 30px;
}

#gform_submit_button_36,
#gform_submit_button_35,
#gform_submit_button_34,
#gform_submit_button_33,
#gform_submit_button_32,
#gform_submit_button_31,
#gform_submit_button_30,
#gform_submit_button_29,
#gform_submit_button_28,
#gform_submit_button_27,
#gform_submit_button_26,
#gform_submit_button_25,
#gform_submit_button_24,
#gform_submit_button_21,
#gform_submit_button_20,
#gform_submit_button_19,
#gform_submit_button_18,
#gform_submit_button_16,
#gform_submit_button_15,
#gform_submit_button_14,
#gform_submit_button_13,
#gform_submit_button_12,
#gform_submit_button_1,
#gform_submit_button_4,
#gform_submit_button_8 {
	position: relative;
	margin-top: 10px;
}

#gform_wrapper_36 .gfield--width-half,
#gform_wrapper_35 .gfield--width-half,
#gform_wrapper_34 .gfield--width-half,
#gform_wrapper_33 .gfield--width-half,
#gform_wrapper_32 .gfield--width-half,
#gform_wrapper_31 .gfield--width-half,
#gform_wrapper_30 .gfield--width-half,
#gform_wrapper_29 .gfield--width-half,
#gform_wrapper_28 .gfield--width-half,
#gform_wrapper_27 .gfield--width-half {
	-ms-grid-column-span: 12 !important;
		grid-column: span 12 !important;
}

select.gfield_select {
	color: #c8c8c8;
	padding: 15px !important;
}

#field_5_16 {
	padding-top: 30px;
}

#field_11_16 label.gfield_label,
#field_11_4 label {
	color: #D7176F;
	font-family: proxima-nova, sans-serif;
	font-weight: 500;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	margin-bottom: 15px;
	position: relative;
	text-transform: none;
}

.gform_wrapper textarea.large {
	border: none;
	border-radius: 0px;
	height: 200px !important;
}

#gform_submit_button_11 {
	float: right !important;
	margin-top: 30px;
}

#gform_11 input[type="checkbox"] {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    vertical-align: middle !important;
}

#gform_11 ul.gfield_checkbox li label {
	color: #404040;
	position: relative;
	top: 1px;
}

#gform_11 ul.gfield_checkbox li {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, 
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: 300 !important;
}

li#field_11_16 {
	position: relative !important;
	margin-top: 30px !important;
}

li#field_11_4 {
	position: relative !important;
	margin-top: 30px !important;
}

.gform_body input {
    border: none !important;
    border-radius: 0 !important;
    padding: 15px !important;
}

.gform_body label {
	color: #222222 !important;
}

#field_4_6 {
	margin-top: 0px;
}

.gform_wrapper ul.gfield_checkbox li label {
	color: #D7176F;
	font-family: proxima-nova, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: auto;
    margin-bottom: 20px;
    margin-left: 4px;
}

body .gform_wrapper .gform_body ul.gform_fields li.gfield_error {
	border: none;
	background: none; 
}

body .gform_wrapper .gform_body ul.gform_fields li.gfield_error label,
body .gform_wrapper .gform_body ul.gform_fields li.gfield_error div.validation_message {
	color: #D7176F;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	padding-top: 0px !important;
}

.gform_wrapper div.validation_error {
	display: none !important;
}

.gform_wrapper .field_description_below .gfield_description {
	padding-top: 5px !important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 3px !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
nav .nav-item,
nav .nav-item a,
nav .menu-item,
nav .menu-item a, {
	color: #222222;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

nav .nav-item a:hover,
nav .menu-item a:hover, {
	color: #d7176f;
	text-decoration: none;
}

.sticky-top-below {
	/*border-top: 1px solid #eeeeee;*/
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
	z-index: 1020;
}

li.current-page-ancestor a,
.current_page_ancestor a {
	color: #D7176F !important;
}

ul#main-menu {
	margin: 0px;
	padding: 0px;
}

.nav-page-links {
	/*margin-right: 90px;*/
	margin: 0 auto;
}

.nav-item {
	margin: 0 15px;
}

.nav-page-links-buttons .nav-item {
	margin: 0 5px;
}

.nav-button {
	position: relative;
	top: 2px;
}

.nav-page-links-buttons .menu-item {
	margin: 0 5px;
}

ul#main-menu li:first-child {
	display: none;
}

ul#main-menu li {
	display: inline;
	list-style: none;
	text-transform: uppercase;
}

ul#main-menu li a {
	color: #222222;
	text-decoration: none;
}

ul#main-menu li a:hover {
	color: #D7176F;
	text-decoration: none;
}

.menu-internal ul li:first-child {
	text-transform: uppercase;
}

.category-press-news .menu-item-325 a,
.single-press-news .menu-item-325 a {
	color: #d7176f;
}

.single-press-news .menu-item-1203 a {
	color: #404040;
}

.mobile-controls-top-right ul, 
.mobile-controls-top-right ol {
    margin: 0px;
}

.mobile-controls-top-right li {
	list-style: none;
	display: inline-block;
}

.mobile-controls-top-right #search-button .fa-search {
	color: rgba(0,0,0,.5);
	top: 0px;
}


/*ul.wpmm-menu {
	background: rgb(101,68,115) !important; 
	background: linear-gradient(0deg, rgba(101,68,115,1) 0%, rgba(4,110,130,1) 100%) !important;
}

.wpmm-force-bg {
	background-color: red !important;
}*/

.mm-menu {
	--mm-color-background: rgb(101,68,115) !important; 
	--mm-color-background: linear-gradient(0deg, rgba(101,68,115,1) 0%, rgba(4,110,130,1) 100%) !important;
}

.mm-navbar {
	--mm-color-background: #046e82 !important; 
}

.mm-menu a, 
.mm-menu a:active, 
.mm-menu a:hover, 
.mm-menu a:link, 
.mm-menu a:visited {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
}

.mm-navbar__title {
	color: #ffffff !important;
	text-align: center !important;
	text-transform: uppercase; !important;
}

.mm-searchfield input {
	text-align: center !important;
	color: #222222 !important;
	background-color: #ffffff !important;
}

.mm-listitem {
	border: none !important;
	padding-left: 20px !important;
}

.mm-listitem__btn:not(.mm-listitem__text) {
    border-left: 1px solid #ffffff !important;
    border-right: none !important;
    border-bottom: none !important;
    border-top: none !important;
    color: #ffffff !important;
}

.mm-listitem_selected>.mm-listitem__text {
    background: rgba(215,23,111,.75) !important;
}

.mm-listitem_selected .mm-listitem__text {
	color: #ffffff !important;
}

.mm-panels>.mm-panel>.mm-listview {
    margin: -20px -20px 20px -40px !important;
}

.mm-btn:hover,
a.mm-listitem__text:hover {
	background: rgba(215,23,111,.50) !important;
}

.mm-menu a {
	color: #ffffff !important;
}

.mm-menu a:active, 
.mm-menu a:hover, 
.mm-menu a:visited {
	color: #ffffff !important;
}

.mm-navbar .mm-navbar_has-btns {
	border-bottom: 1px solid #ffffff !important;
}

.navbar-light .navbar-toggler {
	border: none !important;
}

.mm-navbar_size-2 {
	background-color: #ffffff !important;
}

.wpmm-header-image img {
	width: 120px !important;
}

.mm-navbars_top {
	border-bottom-color: #ffffff !important;
}

.menu-links ul,
.menu-links li {
	margin: 0px auto 5px;
	padding: 0px;
}

.menu-links ul li {
	list-style: none;
}

.menu-links ul li a,
.menu-links ul li a:hover {
	color: #ffffff;
}

.menu-links ul li a:hover {
	text-decoration: underline;
}

.title h4 a {
	color: #ffffff;
	text-transform: uppercase;
}

.microsite-menu-links li:first-child {
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
}

/* Search Overlay */
.nav-item .fa-shopping-cart,
.nav-item .fa,
.nav-item .fas {
    font-size: 18px;
    position: relative;
    right: 0px;
    width: 25px;
    top: 15px;
	color: #222222;
	-webkit-transition: color .2s ease-in-out;
	   -moz-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		 -o-transition: color .2s ease-in-out;
			transition: color .2s ease-in-out;
}

#search-button .fa-search:hover,
.nav-item .fa-shopping-cart:hover,
.nav-item .fa:hover,
.nav-item .fas:hover {
	color: #D7176F;
}

#search-button .fa-search {
    font-size: 18px;
    position: relative;
    right: 0px;
    width: 25px;
    top: 6px;
	color: #222222;
	-webkit-transition: color .2s ease-in-out;
	   -moz-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		 -o-transition: color .2s ease-in-out;
			transition: color .2s ease-in-out;
}

#myModal {
	background-color: #ffffff;
}

#myModal .close {
	color: #000000;
	opacity: 1;
	position: absolute;
	top: 60px;
	right: 60px;
}

#myModal .close:hover {
	color: #D7176F;
}

.modal-dialog {
    position: relative;
    display: flex;
    flex-direction: column;
    top: 40%;
}

.modal-search-icon {
	color: #000;
	font-size: 38px !important;
	-webkit-transition: color .2s ease-in-out;
	   -moz-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		 -o-transition: color .2s ease-in-out;
			transition: color .2s ease-in-out;
}

#myModal input[type=submit] {
	position: absolute;
	width: 100px;
	height: 100%;
	background-color: transparent;
	border: 0;
	right: 0;
	top: 0;
}

.modal-search-icon:hover,
.modal-search-icon:focus{
	border: none;
	outline: none;
	color: #D7176F !important;
}

#modal-search-field {
	width: 200px;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	text-align: center;
	font-size: 28px;
	padding: 20px;
	color: #222222;
}

#modal-search-field:focus{
	border: none;
	outline: none;
}

.modal-content {
	border: none;
}

.modal-content button {
	background: transparent;
	border: none;
	color: #222222;
	font-size: 28px;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

.modal-content button:hover {
	color: #D7176F;
}

.modal-content button:focus {
	border: none;
	outline: none;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #d7176f;
	transition: all 0.4s ease;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #d7176f;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

.all-posts {
	margin-bottom: 10px;
}

h2 a:hover {
	text-decoration: none !important;
}

.event-details-listing a:hover {
	text-decoration: none !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

header,
nav {
	color: #d7176f;
}

.navbar {
	padding-right: 0px;
	border-bottom: 1px solid #eeeeee;
}

.search-icon {
	margin: 0px 10px;
}

.search-icon a {
	color: #222222;
}

.search-icon a:hover {
	color: #D7176F;
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px;
	margin-bottom: 0;
	position: relative;
	list-style: none;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0;
	border: none;
	z-index: 50;
}

.menu-internal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 0px;
	margin-bottom: 0;
	position: relative;
	list-style: none;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0;
	border: none;
	z-index: 50;
	text-align: left;
}

[aria-current="page"] {
	color: #d7176f !important;
}

.menu-internal a {
	color: #404040;
}

.menu-internal a:hover {
	color: #D7176F;
	text-decoration: none;
}

.menu-internal ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.menu-internal ul li {
	display: inline;
	list-style: none;
	text-align: left;
}

.menu-internal ul li .menu-item {
	margin: 0px 10px 0px 0px !important;
}

.menu-internal {
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

.menu-internal.scrolled {
	background: rgba(255, 255, 255, 1);
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

body.search .site-content {
	padding-top: 75px;
}

.hero-products,
.hero-support,
.hero-coronavirus,
.module-hero,
.hero-learn-menu,
.hero-support-interior,
.hero-category-press-news,
.blog-hero {
	/*margin-top: 65px;*/
	margin-top: -57px;
}

.hero-placement {
	margin-top: 0px;
}

.hero-home {
	/*margin-top: 65px;*/
	height: 500px;
}

.hero-home-mrna {
	background-image: url("../images/hero/bg_mrna_A.png");
	background-position: center;
}

.hero-home-q3-earnings {
	background-image: url("../images/hero/bg-q3-earnings.png");
	background-position: center;
}

.hero-home-acquisition {
	background-image: url("../images/hero/bg-hero-acquisition-eaton.png");
	background-position: center;
}

.hero-home-cleancap {
	background-image: url("../images/hero/bg-hero-CleanCap.png");
	background-position: center;
}

.hero-home-omicron {
	/*background-image: url("../images/hero/bg-hero-covid.png");*/
	background-image: url("../images/hero/bg-hero-omicron.png");
	background-position: center;
}

.hero-home-sola {
	background-image: url("../images/hero/bg-hero-sola-v2.png");
	background-position: center;
}

.hero-home-sola-technology {
	background-image: url("../images/hero/bg-hero-home-sola-technology-v2.jpg");
	background-position: center;
}

.hero-home-bioxp-9600 {
	background-image: url("../images/hero/bg-hero-bioxp-9600.jpg");
	background-position: center;
}

.hero-home-telesis {
	background-image: url("../images/hero/bg-hero-telesis.jpg");
	background-position: center;
}

.hero-home-mrna-synthesis {
	background-image: url("../images/hero/bg-hero-mrna-synthesis.jpg");
	background-position: center;
}

.hero-home-synthesis-kit {
	background-image: url("../images/hero/bg-hero-synthesis-kit.jpg");
	background-position: center;
}

.hero-home-synbiobeta {
	background-image: url("../images/hero/bg-hero-synbiobeta.jpg");
	background-position: center;
}

.hero-home-cell-free-dna-amplification {
	background-image: url("../images/hero/bg-hero-home-cell-free-dna-amplification.jpg");
	background-position: center;
}

.hero-home-ngs {
	background-image: url("../images/hero/bg-hero-ngs.jpg");
	background-position: center;
}

.hero hr {
    background: none;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

.hero a.white:hover {
	color: #ffffff;
	text-decoration: underline;
}

.hero-category-press-news {
	background-image: url(/wp-content/uploads/2020/06/bg_texture05_bg04.png);
	background-position: center;
	min-height: 345;
}

.hero-knowledge-base {
	background-image: url(/wp-content/uploads/2020/11/bg_texture06_bg05.png);
	background-position: center;
	min-height: 345;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* General */
.no-pad {
	padding: 0px;
}

ul.dbc-features { 
	padding-left: 15px;
	list-style: none;
}

ul.dbc-features li {
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 0px;
}

ul.dbc-features li.icon01:before {
	color: #D7176F;
	content: "\f013";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	margin-left: -30px;
	padding-right: 10px;
}

ul.dbc-features li.icon02:before {
	color: #D7176F;
	content: "\f101";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	margin-left: -30px;
	padding-right: 10px;
}

ul.dbc-features li.icon03:before {
	color: #D7176F;
	content: "\f48e";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	margin-left: -34px;
	padding-right: 10px;
}

ul.dbc-features li.icon04:before {
	color: #D7176F;
	content: "\f46c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	margin-left: -30px;
	padding-right: 10px;
}

ul.dbc-features li.icon05:before {
	color: #D7176F;
	content: "\f493";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	margin-left: -34px;
	padding-right: 10px;
}

.arrow-spacer {
	height: 30px;
}

.arrows {
    position:relative;
    background-color:#eeeeee;
    width:100%;
}

.arrow-bottom:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 20px #eeeeee;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}

.arrow-top {
    position:relative;
    background-color:#eeeeee;
    width:100%;
}
.arrow-top:before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 20px #ffffff;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}

.vaccine-icon {
	padding-bottom: 15px;
}

#dna-cloning-tabs .nav-item {
    margin: 0 0px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.logo-telesis {
	width: 185px;
	height: auto;
}

a.back-to-telesis {
	text-transform: uppercase;
	font-size: 16px;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.pink-bar-top {
	background-color: #d7176f;
	color: #ffffff;
	font-size: 18px;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
}

.pink-bar-top a {
	color: #ffffff;
	text-decoration: none;
}

.pink-bar-top a:hover {
	text-decoration: underline;
}

.navbar-expand-lg {
	padding: 10px 0px;
}

#tfn_nav {
	border-bottom: 1px solid #999999;
}

.pink-container + .navbar-expand-lg {
	margin-top: 58px;
}

.bioxp-system-description {
	min-height: 110px;
}

.postid-3151 span {
	display: block;
}

.page-template-products-bioxp-systems span {
	display: block;	
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.page-template-landing-mrnas-untapped-potential-how-to-engineer-and-optimize-design-for-immunotherapy #short-form-container,
.page-template-landing-enabling-on-demand-synthesis-of-genome-engineering-tools-at-the-push-of-a-button #short-form-container,
.page-template-landing-accelerating-hit-to-lead-discovery-by-breaking-through-critical-synthesis-bottlenecks #short-form-container,
.page-template-landing-streamlining-molecular-biology-workflows-throughout-biologics-discovery #short-form-container,
.page-template-landing-beyond-covid-leveraging-synthetic-biology-to-advance-the-potential-of-mRNA-based-vaccines #short-form-container,
.page-template-landing-accelerating-hit-to-lead-discovery #short-form-container,
.page-template-landing-enzyme-engineering-through-workflow-automation #short-form-container,
.page-template-landing-on-demand-synthetic-biology-solutions-to-optimize-metabolic-pathway-engineering-workflows #short-form-container,
.page-template-landing-tavotek-case-study #short-form-container,
.page-template-landing-optimization-of-metabolic-pathway-and-enzyme-engineering #short-form-container,
.page-template-landing-building-biology-overnight #short-form-container,
.page-template-landing-synthetic-biology-solutions-to-optimize-metabolic-pathway-engineering-workflows #short-form-container,
.page-template-landing-rethink-mrna-based-discovery-workflows #short-form-container,
.page-template-landing-addressing-mRNA-bottlenecks-in-cancer-immunotherapy-workflows #short-form-container,
.page-template-landing-antibody-discovery-webinar #short-form-container,
.page-template-landing-overcoming-process-bottlenecks-in-antibody-discovery #short-form-container,
.page-template-landing-addressing-challenges-in-bioengineering-when-transforming-molecules-into-machines #short-form-container,
.page-template-landing-rethinking-lead-optimization #short-form-container,
.page-template-landing-synthetic-biology-and-coronavirus-preventing-future-pandemics #short-form-container,
.page-template-landing-accelerating-the-rate-limiting-step-in-mrna-vaccine-screening-workflows #short-form-container,
.page-template-landing-targeting-kras-mutations-in-cancer #short-form-container,
.page-template-landing-from-digital-sequence-to-functional-characterization #short-form-container,
.page-template-landing-automated-dna-library-solutions-powered-by-the-bioxp-system #short-form-container,
.page-template-landing-ebook-accelerating-drug-discovery-with-synthetic-biology #short-form-container,
.page-template-landing-antibody-digital-week #short-form-container,
.page-template-about-testimonials-cellibre #short-form-container,
.page-template-landing-digital-antibody-sequence-to-transfection-ready-material-in-a-single-run-linkedin #short-form-container,
.page-template-landing-digital-antibody-sequence-to-transfection-ready-material-in-single-run #short-form-container,
.page-template-test-short-form #short-form-container,
.page-template-landing-digital-antibody-sequence-to-transfection-ready-material-in-a-single-run #short-form-container,
.page-template-gated-mrna-based-therapeutics #short-form-container,
.page-template-gated-digital-mRNA-webinar #short-form-container,
.page-template-landing-process-optimization-in-antibody-discovery-workflows #short-form-container,
.page-template-landing-addressing-bottlenecks #short-form-container,
.page-template-gated-GCSB-2021-poster #short-form-container,
.page-template-gated-science-without-constraints #short-form-container,
.page-template-countering-emerging-sars-cov-2-variants-webinar #short-form-container,
.page-template-learn-research-applications-antibody-drug-discovery-antibody-engineering-poster #short-form-container,
.page-template-workflow-research-applications-antibody-drug-discovery-antibody-engineering-poster #short-form-container,
.page-template-products-bioxp-build_libraries-app-note #short-form-container,
.page-template-products-coronavirus-resources-webinar #short-form-container,
.page-template-products-coronavirus-resources-application-note #short-form-container,
.page-template-obtain-variant-constructs-one-month-faster-than-using-manual-cloning #short-form-container,
.page-template-2020-12-08-45020-antibody-production-app-note #short-form-container,
.page-template-products-coronavirus-synthetic-genome-with-form #short-form-container,
.page-template-2020-12-08-webinar-metabolic-pathways #short-form-container,
.page-template-2020-10-28-webinar-targeted-libraries #short-form-container,
.page-template-2020-10-20-webinar-antibodies #short-form-container,
.page-template-contact-us #short-form-container,
.page-template-bioxp-dna-cloning-kit #short-form-container {
	display: none;
}

footer {
	background-color: #666666;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	padding: 15px 0px;
}

footer p {
	font-size: 14px;
	font-weight: 300;
}

footer a {
	color: #ffffff;
	text-decoration: none;
}

footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

img.build-biology {
	border: 3px solid #ffffff;
	margin-bottom: 15px;
	width: 200px;
}

footer h2 {
	color: #c2c0c0;
	font-size: 18px;
	font-weight: 400;
}

footer ul {
	margin: 0px;
	padding:  0px
}

footer ul,
footer li {
	list-style: none;
}

footer li {
	margin-top: 5px;
}

footer ul.footer-site {
	text-transform: uppercase;
	font-weight: 400;
}

ul.social-media-icons,
ul.social-media-icons li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	position: relative;
}

ul.social-media-icons li {
	font-size: 18px;
	margin-right: 5px;
}

ul.social-media-icons li a {
	text-decoration: none;
}

ul.social-media-icons li a:hover {
	color: #d7176f;
	text-decoration: none;
}

#input_10_2,
.join-mailing-list {
    color: #c2c0c0;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
}

#input_10_2,
.join-mailing-list input {
	background: none;
	border-radius: 0px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #c2c0c0;
	color: #ffffff;
	margin-left: 0px;
}

#input_10_2::placeholder,
.join-mailing-list input::placeholder {
	color: #c8c8c8;
}

#input_10_2:focus,
.join-mailing-list input:focus {
	outline: none;
}

.join-mailing-list input {
	color: #ffffff !important;
	font-size: 14px;
}

.join-mailing-list .fa-envelope { 
	position: absolute;
	bottom: 5px;
	left: auto;
	right: 10px;
}

#gform_10 {
	padding: 0px;
}

.gform_wrapper form.gf_simple_horizontal {
    width: 100% !important;
    margin: 0 auto;
}

div.gform_footer.top_label {
	margin-top: 0px !important;
	padding-top: 0px !important;
}

#gform_10 .gform_body {
	position: relative;
	top: 10px;
} 

/*#join-mailing-list-div button {
	border: none;
	background: none;
	color: #c2c0c0;
	cursor: pointer;
	font-size: 14px;
	padding: 0;
}*/

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/

/***** Home *****/
.bg-image-Ted_Talk { 
	background-image: url("../images/home/bg-ted-talk.png");
	background-size: cover;
}
.introduction-home {
	background-image: url("../images/home/bg-module_mission.png");
	background-size: cover;
}
.ted-talk-home {
	background-image: url("../images/home/bg-module_TED.png");
	background-size: cover;
}
.dna-services-home {
	background-image: url("../images/home/bg-dna_services.png");
	background-size: cover;	
}
.logo-mark {
	margin-bottom: 30px;
}
.quote-content h4 {
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
}
.quote-author {
	font-size: 22px;
	line-height: 26px;
	margin-top: 30px;
	font-weight: 500;
	text-transform: uppercase;
}
.quote-content-right {
	padding-left: 30px;
}
.igsc p {
	font-size: 16px;
	line-height: 22px;
}
.igsc a {
	color: #222222;
	text-decoration: underline;
}

/***** Blog *****/
.single-post article {
	margin-top: 15px;
}

body.page-template-blog h4,
body.single-post h4 {
	text-transform: uppercase;
	margin-bottom: 5px;
}

body.single-post .menu-item-1203 a,
body.single-post .menu-item-322 a,
body.category .menu-item-1203 a,
body.category .menu-item-322 a,
body.page-template-blog .menu-item-1203 a {
	color: #D7176F;
}

.category-press-news .menu-item-1203 a,
.single-press-news .menu-item-1203 a {
	color: #404040 !important;
}

.blog-date {
	color: #999999;
}

.blog-date a {
	color: #999999;	
}

.blog-date a:hover {
	color: #D7176F;
	text-decoration: none;
}

.blog-image-right {
	display: inline-block;
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

section.interior-blog-content {
	margin-top: 15px;
}

section.interior-blog-content .blog-date {
	color: #999999;
	margin-bottom: 10px;
}

section.latest-blogs .blog-title {
	font-size: 36px;
	line-height: 42px;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
}

section.latest-blogs .blog-excerpt {
	color: #222222;
}

section.latest-blogs .blog-link:hover,
section.latest-blogs .blog-link .button:hover {
	text-decoration: none;
}

section.latest-blogs .blog-spacer {
	margin-top: 30px;
}

section.latest-blogs .blog-list:last-child .blog-spacer {
	display: none;
}

.blog-topics ul {
	margin: 0px;
	padding: 0px;
}

.blog-topics ul li {
	list-style: none;
	margin-bottom: 5px;
	/*text-transform: uppercase;*/
}

.blog-author {
	margin: 5px 0px 5px;
}

li.categories {
	margin: 15px 0px 0px 0px;
	padding: 0;
	list-style: none;
}

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

li.categories ul li {
	border-bottom: 1px solid #222222;
	font-family: proxima-nova, sans-serif;
	font-weight: 300;
	font-size: 18px;
	padding: 5px 0px;
}

li.categories ul li a {
	color: #222222;
}

li.categories ul li a:hover {
	color: #d7176f;
	text-decoration: none;
}

.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
	fill: #333333 !important;
	transition: all 0.4s ease;
}

.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg:hover {
	fill: #d7176f !important;
}

.social-rocket-buttons .social-rocket-button-icon {
	font-size: 22px !important;
	margin: 0px !important;
}

section.category-title {
	margin-top: 45px;
}

.headshot-dan-gibson {
	width: 125px;
}

.headshot-blog {
	width: 125px;
}

.media {
	display: flex;
	align-items: flex-start;
}

.media-figure {
	margin-right: 1em;
}

.media-body {
	flex: 1;
	/*padding: 30px 15px 15px;*/
}

.media-body-blog {
	flex: 1;
	/*padding: 30px 15px 15px;*/
}

.author-box {
	background: #f7f7f7;
	padding: 15px;
	/*margin-bottom: 45px;*/
}

body.category .menu-item-1027 a,
body.category .menu-item-275 a,
body.single .menu-item-1027 a,
body.single .menu-item-275 a {
	color: #D7176F !important;
}

.page-template-contact-us .menu-item-245 a {
	color: #222222 !important;
}

.page-template-contact-us .menu-item-245 a:hover {
	color: #D7176F !important;
}

.contact-logo {
	border-bottom: 2px solid #ffffff;
	margin-bottom: -30px;
}

.contact-logo img {
	padding-bottom: 30px;
}

textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: #C8C8C8;
}

.hero-blog-interior {
	background-image: url("../images/hero/bg_dna_data_storage04_bg04.png");
	background-position: center;
}

.blog-hero {
  height: 345px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 57px;
}

.press-news-content h2 {
	text-transform: uppercase;
}

.single-press-news section.interior-blog-content {
    margin-top: 0px;
}

.single-press-news article {
    margin-top: 15px;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

.carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255,255,255,.5);
	transition: all 0.3s;
}

.carousel-indicators li:hover {
	background-color: rgba(215,23,111,.5);
}

.carousel-indicators {
	bottom: 45px;
}

.carousel-indicators li:hover {
	cursor: pointer;
}


/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.page-content,
.entry-content {
	margin: 1.5em 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/

.content-image img {
	max-height: 300px;
}

/***** Hero *****/
.hero {
	background-size: cover;
	/*background-position: center;*/
	display: flex;
	min-height: 345px;
	padding: 15px;
	z-index: 1;
}

.hero h1 {
	margin-top: 70px;
}

.hero .slide-01 h1 {
	margin-top: 0px;
}

.hero-coronavirus h1 {
	margin-top: 0px;
}

.center-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: auto;
	margin-top: 70px;
}

.card-content {
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #ffffff;
	-webkit-box-shadow: 0px 2px 6px 2px rgba(204,204,204,0.5);
	   -moz-box-shadow: 0px 2px 6px 2px rgba(204,204,204,0.5);
			box-shadow: 0px 2px 6px 2px rgba(204,204,204,0.5);
}

.card-content .text {
	font-weight: 300;
}

.image-header {
	color: #d7176f;
	font-size: 48px;
	height: 175px;
	margin: 15px auto;
	/*position: relative;*/
	display: flex;
	justify-content: center;
	padding: 0px 90px;
}

.module-leadership .image-header {
	height: auto;
	padding: 0px 30px;
}

.module-leadership h3 {
	margin-bottom: 10px;
}

.vertical-align { 
	min-height: 165px;
	position: relative;
}

.vertical-align img {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 200px;
}

.three-up .vertical-align {
	height: 120px;
	position: relative;
}

.three-up .vertical-align-sm {
	min-height: 100px;
	height: 100px;
	position: relative;
}

ul.how-it-works {
	display: inline
}

ul.how-it-works li:first-child {
    margin-left: 0px;
}

ul.how-it-works li {
    list-style: none;
}

.bioxp-kits p.text {
	min-height: 90px;
}

.bioxp-kits .vertical-align img {
	max-height: 120px;
}

/***** Testimonials *****/
.testimonial-quote {
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
}

.testimonial-byline,
.testimonial-byline p {
	color: #d7176f;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 15px;
	text-transform: uppercase;
}

/***** Products *****/
.hero-products {
	background-image: url("../images/hero/bg-hero-products.png");
	background-position: center;
	background-size: cover;
}

.hero-products .cta-image-header {
	min-height: 150px;
	padding: 15px 0px 30px;
	vertical-align: middle;
	position: relative;
}

.hero-products .cta-image-header img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.bg-how-it-works {
	background-image: url(../images/bg/bg-how-it-works.png);
	min-height: 750px;
}


/***** Leadership *****/
.leadership-bio {
	margin-top: 90px;
}
.leadership-bio h2 {
	clear: none;
}


/***** Achievements *****/
.progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 15px;
	overflow: hidden;
	font-size: .75rem;
	background-color: #cccccc;
	border-radius: 15px;
}

.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #d7176f;
	transition: width .6s ease;
	border-radius: 15px;
}

.product-achievements .description {
	position: relative;
	top: -15px;
}

.product-achievements span {
	font-size: 32px;
	font-weight: 500;
}

.img-thumbnail {
	border: none;
}


/***** Learn *****/
.hero-learn-menu {
	background-image: url("../images/hero/bg-hero-workflows-menu.png");
	min-height: 345px;
	background-position: center;
	background-size: cover;
}

.hero-learn-menu .cta-image-header {
	padding: 30px 75px;
}

ul#menu-menu-workflows-synthetic-dna-hero li:first-child,
ul#menu-menu-workflows-synthetic-mrna-hero li:first-child {
	display: none;
}


/***** About *****/
.documents {
	margin-left: 5px;
}

.documents i {
	margin-right: 5px;
}

.documents div {
	margin-bottom: 10px;
	margin-top: 10px;
}

.customer-logos img {
	padding: 15px 0px;
}

.vertical-pipe {
	color: #CCCCCC;
	padding-left: 10px;
	padding-right: 10px;
}

.event-info {
	font-weight: 500;
	margin-bottom: 15px;
}

.event-type {
	font-weight: 300;
	text-transform: uppercase;
}

.event-details,
.event-details p {
	font-size: 16px;
}

/***** Coronavirus *****/
.hero-coronavirus {
	background-image: url("../images/hero/bg-hero-covid.png");
}

.module-cta-coronavirus-resources {
	padding-bottom: 45px;
}

.hero-coronavirus .cta-image-header {
	padding: 0px 15px 15px;
}

.covid-tools .image-header {
	margin: 30px auto;
}
.covid-tools .image-header img {
	width: 200px;
}

.coronavirus-menu-content {
	display: block;
	position: relative;
}

.coronavirus-menu-content .hero-button {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.collapsible-link::after {
	color: #404040;
	content: "\f077";
	display: inline-block;
	float: right;
	font-family: FontAwesome;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
	transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
	transform: rotate(180deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
	transform: rotate(180deg);
}

.accordian-item {
	border-bottom: 1px solid #404040;
	padding: 30px 0px 10px;
}

.accordian-item a {
	color: #404040;
	cursor: pointer;
	transition: all 0.2s;
	text-decoration: none;
}

.accordian-item a:hover {
	color: #D7176F;
	cursor: pointer;
	text-decoration: none;
}

.accordian-item a:active {
	text-decoration: none;
}

.distributors-menu {
	background: rgba(19, 131, 198, 0.75);
	color: #ffffff;
	height: 60px;
	margin-top: -60px;
	opacity: .9;
	padding-top: 15px;
}

.distributors-menu ul,
.distributors-menu li {
	display: inline;
	text-align: left;
	text-transform: uppercase;
}

.distributors-menu ul {
	position: relative;
	margin-left: 105px;
}

.distributors-menu li {
	margin-right: 30px;
}

.distributors-menu li a {
	color: #ffffff;
}

.distributors-menu li a:hover {
	color: #eeeeee;
	text-decoration: none;
}

.icon-reagent-distributors {
	height: 16px;
	margin-top: -4px;
}

.icon-catalog-reagent-distributors {
	height: 34px;
	margin-top: -4px;	
}

.catalog-reagent-distributors ul,
.catalog-reagent-distributors li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
}

.catalog-reagent-distributors ul {
	margin-bottom: 30px;
}

.services-intro-menu {
	padding-bottom: 30px;
}

.services-intro-menu ul {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
}

.services-intro-menu li {
	display: inline;
	padding: 0px 4px;
}

.coronavirus-menu.purple {
	background: rgba(215, 23, 111, 0.35);
}

.coronavirus-menu {
	background: rgba(34, 34, 34, 0.35);
	/*background-color: #222222;*/
	color: #ffffff;
	height: 60px;
	margin-top: -60px;
	/*opacity: .35;*/
	padding-top: 15px;
	text-align: center;
}

.coronavirus-menu ul,
.coronavirus-menu li {
	display: inline;
	text-align: left;
	text-transform: uppercase;
}

.coronavirus-menu ul {
	margin: 0 auto;
	padding: 0px; 
	position: relative;
}

.coronavirus-menu li {
	padding: 0 15px;

}

.coronavirus-menu li a {
	color: #ffffff;
}

.coronavirus-menu li a:hover {
	text-decoration: underline;
}

li.verticle-pipe {
	opacity: 0.5;
}

#research-grant,
#mrna-vaccine-scaffold {
	padding-bottom: 45px;
}

.page-template-products-coronavirus-resources #research-grant {
	padding-bottom: 0px;
}

.gradient-sola-bioxp {
	background: rgb(227,16,106);
	background: linear-gradient(135deg, rgba(227,16,106,1) 0%, rgba(30,95,174,1) 50%, rgba(171,221,235,1) 100%);	
}

.table-vertical-text {
	transform-origin: 0 0;
	transform: rotate(90deg);
	text-transform: uppercase;
}



/*--------------------------------------------------------------
# Support
--------------------------------------------------------------*/
.support-interior-nav {
	background: #344453;
	color: #ffffff;
	position: relative;
	transition: all 0.3s;
}

.support-interior-nav a {
	color: #ffffff;
	outline: none;
}

.support-interior-nav a:hover {
	color: #D7176F;
}

.bellows-current-menu-item,
.bellows-current_page_item {
	color: #D7176F !important;
}

#sidebarMenu {
    height: 100%;
    position: absolute;
    left: 10px;
    width: 250px;
    margin-top: 0px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: #344453;
    color: #ffffff;
    z-index: 9998;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.support-interior-nav input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(-10px);
}

.support-interior-nav input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 22px;
    left: 15px;
    height: 22px;
    width: 22px;
    z-index: 9999;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #344453;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
    background-color: #ffffff;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
    background-color: #ffffff;
}

.support-cards {
	padding-top: 15px;
	padding-bottom: 15px;
}

.wrapper {
	display: flex;
	width: 100%;
	align-items: stretch;
}

#sidebar {
	min-width: 250px;
	max-width: 250px;
	background: #344453;
	color: #ffffff;
	transition: all 0.3s;
}

#sidebar a {
	color: #ffffff;
	outline: none;
}

#sidebar a:hover {
	color: #D7176F;
}

#content-support {
	width: 100%;
	padding: 0px;
	min-height: 750px;
	transition: all 0.3s;
}

.bellows {
	margin: 0px 0 20px !important;
}

.bellows .bellows-nav .bellows-custom-content.bellows-custom-content-padded, 
.bellows .bellows-nav .bellows-target, 
.bellows .bellows-nav .bellows-target.bellows-target-w-image>.bellows-image.bellows-image-padded, 
.bellows .bellows-nav .bellows-target.bellows-target-w-image>.bellows-target-text {
	padding: 15px 0px !important;
}

.bellows .bellows-nav .bellows-menu-item-has-children>.bellows-target {
	padding-right: 30px;
}

.bellows .bellows-nav .bellows-active>.bellows-submenu {
	padding-right: 45px;
	padding-left: 10px;
}

.bellows .bellows-nav .bellows-target>.bellows-target-text {
	min-width: 235px;
}

.bellows .bellows-nav .bellows-target>.bellows-target-text {
	padding-right: 60px;
}

.hero-support {
	background-image: url("../images/hero/bg-hero-support.png");
	min-height: 330px;
	background-size: cover;
	background-position: center;
	display: flex;
	/*padding: 15px;*/
	z-index: 1;
}

.bellows-item-level-1 span {
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
}

a.bellows-target {
	padding: 5px 0px !important;
}

#sidebar ul.bellows-submenu .bellows-target {
	padding: 5px 0px !important;
}

.hero-support-interior {
	background-image: url("../images/hero/bg-hero-support.png");
	min-height: 175px;
	background-size: cover;
	background-position: center;
	display: flex;
	z-index: 1;
	margin-top: -57px;
}

ul.popular-content {
	text-align: center;
	margin: 0 auto;
}
ul.popular-content li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}

.btn-search {
    color: #202020;
    background-color: #ffffff;
    border-color: #ffffff;
}

.search-knowledgebase input[type="text"], 
.search-knowledgebase input[type="email"], 
.search-knowledgebase input[type="url"], 
.search-knowledgebase input[type="password"], 
.search-knowledgebase input[type="search"], 
.search-knowledgebase input[type="number"], 
.search-knowledgebase input[type="tel"], 
.search-knowledgebase input[type="range"], 
.search-knowledgebase input[type="date"], 
.search-knowledgebase input[type="month"], 
.search-knowledgebase input[type="week"], 
.search-knowledgebase input[type="time"], 
.search-knowledgebase input[type="datetime"], 
.search-knowledgebase input[type="datetime-local"], 
.search-knowledgebase input[type="color"], 
.search-knowledgebase textarea {
    color: #202020;
    border: none;
    border-radius: 0;
    padding: 31px 15px;
}

.search-knowledgebase .btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	padding: 1rem 1rem;
	/*font-size: 15px;*/
	/*line-height: 1.5;*/
	border-radius: 0;
	transition: none;
}

.search-knowledgebase .btn:hover {
	color: #D7176F;
}

.hero-support-contact a:hover {
	color: #ffffff;
	text-decoration: underline;	
}



input.hkb-site-search__field {
	/*width: 480px;*/
	color: #202020;
	border: none !important;
	border-radius: 0 !important;
	margin: 0px;
	padding: 13px 15px 17px !important;
} 

input.hkb-site-search__field:focus {
	border-radius: 0 !important;
	outline: none;
}

form.hkb-site-search .btn-search {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	margin: 0px;
	padding: 10px 15px;
	border-radius: 0;
	transition: none;
}


.support-browse-by-topic .card-content {
	background-color: #ffffff;
}

.support-browse-by-topic h4 {
	text-transform: uppercase;
}

.support-browse-by-topic .image-header {
	min-height: 90px;
}
.support-browse-by-topic .image-header img {
	width: 60px;
}

.contact-content .image-header {
	min-height: 120px;
	padding: 0px 0px;
}

body.page-template-contact-us .container-short-form {
	display: none !important;
}


select {
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: #ffffff;
	background-image: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
		-ms-appearance: none;
			appearance: none;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.select {
	position: relative;
	display: flex;
	/*width: 300px;*/
	height: 3em;
	line-height: 3;
	background: #ffffff;
	overflow: hidden;
	border-radius: .25em;
}
select {
  flex: 1;
  padding: 0 .5em;
  color: #404040;
  cursor: pointer;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #ffffff;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.select:hover::after {
  color: #D7176F;
}

.custom-select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}

.custom-select {
  display: flex;
  flex-direction: column;
  border-width: 0 2px 0 2px;
  border-style: solid;
  border-color: #394a6d;
}

.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  font-size: 20px;
  font-weight: 300;
  color: #3b3b3b;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  cursor: pointer;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: #394a6d;
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: 2px solid #394a6d;
  border-top: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px 0 22px;
  font-size: 22px;
  font-weight: 300;
  color: #3b3b3b;
  line-height: 60px;
  cursor: pointer;
  transition: all 0.5s;
}

.custom-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}

.custom-option.selected {
  color: #ffffff;
  background-color: #305c91;
}

.bullets-discovery {
	min-height: 135px;
}




/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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




/**
* # Heroic Knowledge Base Plugin Styling
*
* This file  contains the default CSS for styling the knowledge base
*/
/**
* # Mixims & Variables
*
*/
/* Clearfix */
#hkb ul.hkb-archive:after, #hkb .hkb-site-search:after, #hkb ol.hkb-breadcrumbs:after, #hkb .hkb-meta:after, #hkb .hkb-entry-content:after, .hkb_widget_articles .hkb-meta:after, .ht-voting:after, .ht-voting-comment:after {
  content: "";
  display: table;
  clear: both; }

/* Link Reset Mixim (remove any theme styling on links) */
/* Reset Defaults (remove any common theme styling that will distrupt our styling) */
/* HKB-Meta Mixim (used in multiple places) */
/* SASS Variables */
/* Global Classes */
/* Screen readers only */
.hkb-screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* Start #HKB */
#hkb {
  /* Box layout model to all elements */
  /* compatbility fixes */
  /**
	* # HKB - Archive
	*
	*/
  /**
	* # HKB - Search Box
	*
	*/
  /**
	* # HKB - Breadcrumbs
	*
	*/
  /**
	* # HKB - Category Block
	*
	*/
  /**
	* # HKB - Sub-Categories
	*
	*/
  /**
	* # HKB - Article List
	*
	*/
  /**
	* # HKB - Article Meta
	*
	*/
  /* Entry-Content Wrapper */
  /**
	* # HKB - Article (Single) Tags
	*
	*/
  /**
	* # HKB - Article (Single) Related
	*
	*/
  /**
	* # HKB - Article (Single) Author
	*
	*/
  /**
	* # HKB - Article (Single) Attachments
	*
	*/ }
  #hkb *,
  #hkb *:before,
  #hkb *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #hkb ul li {
    background: none;
    list-style: none;
    text-indent: 0; }
  #hkb ul.hkb-archive {
    list-style: none;
    padding: 0;
    margin: 0; }
    #hkb ul.hkb-archive > li {
      margin: 0;
      padding: 0; }
    @media screen and (min-width: 550px) {
      #hkb ul.hkb-archive.hkb-archive--two-cols {
        margin: 0 -20px; }
        #hkb ul.hkb-archive.hkb-archive--two-cols > li {
          float: left;
          width: 50%;
          padding: 0 20px; }
          #hkb ul.hkb-archive.hkb-archive--two-cols > li:nth-child(2n+3) {
            clear: left; }
      #hkb ul.hkb-archive.hkb-archive--three-cols {
        margin: 0 -20px; }
        #hkb ul.hkb-archive.hkb-archive--three-cols > li {
          float: left;
          width: 33.333%;
          padding: 0 20px; }
          #hkb ul.hkb-archive.hkb-archive--three-cols > li:nth-child(3n+4) {
            clear: left; }
      #hkb ul.hkb-archive.hkb-archive--four-cols {
        margin: 0 -20px; }
        #hkb ul.hkb-archive.hkb-archive--four-cols > li {
          float: left;
          width: 25%;
          padding: 0 20px; }
          #hkb ul.hkb-archive.hkb-archive--four-cols > li:nth-child(4n+5) {
            clear: left; } }
  #hkb .hkb-site-search {
    margin: 0 0 40px;
    position: relative; }
    #hkb .hkb-site-search .hkb-site-search__field {
      float: left;
      width: 80%;
      margin: 0;
      min-height: 50px;
      padding-left: 1em;
      padding-right: 1em;
      background-repeat: no-repeat;
      background-position: right 5px center; }
      #hkb .hkb-site-search .hkb-site-search__field.live-search-loading {
        background-image: url("../img/loader.svg"); }
    #hkb .hkb-site-search .hkb-site-search__button {
      width: 20%;
      margin: 0;
      position: absolute;
      bottom: 0;
      top: 0;
      right: 0;
      padding-left: 10px;
      padding-right: 10px;
      text-align: center;
      line-height: 1; }
  #hkb ol.hkb-breadcrumbs {
    list-style: none;
    padding: 0;
    margin: -30px 0 40px;
    font-size: 90%; }
    #hkb ol.hkb-breadcrumbs li {
      display: inline-block;
      margin: 0; }
      #hkb ol.hkb-breadcrumbs li:after {
        content: "/";
        color: rgba(0, 0, 0, 0.6); }
      #hkb ol.hkb-breadcrumbs li:last-child:after {
        content: ""; }
    #hkb ol.hkb-breadcrumbs a {
      text-decoration: none;
      border: none;
      color: rgba(0, 0, 0, 0.75); }
      #hkb ol.hkb-breadcrumbs a:hover {
        border: none; }
      #hkb ol.hkb-breadcrumbs a:focus {
        outline: none; }
      #hkb ol.hkb-breadcrumbs a:hover {
        color: inherit; }
  #hkb .hkb-category {
    margin: 0 0 2em; }
    #hkb .hkb-category .hkb-category__header {
      margin: 0 0 0.75em; }
    #hkb .hkb-category .hkb-category__title {
      display: inline-block;
      font-size: 17px;
      margin: 0;
      padding: 0; }
      #hkb .hkb-category .hkb-category__title a {
        text-decoration: none;
        border: none;
        color: inherit; }
        #hkb .hkb-category .hkb-category__title a:hover {
          border: none; }
        #hkb .hkb-category .hkb-category__title a:focus {
          outline: none; }
    #hkb .hkb-category .hkb-category__count {
      display: inline-block;
      font-size: 80%;
      color: rgba(0, 0, 0, 0.6);
      margin-left: 2px; }
      #hkb .hkb-category .hkb-category__count:before {
        content: "("; }
      #hkb .hkb-category .hkb-category__count:after {
        content: ")"; }
    #hkb .hkb-category .hkb-article-list {
      font-size: 15px;
      margin: 0 0 10px;
      padding: 0; }
      #hkb .hkb-category .hkb-article-list a {
        color: inherit;
        font-weight: normal; }
    #hkb .hkb-category .hkb-category__view-all {
      display: block;
      font-size: 15px;
      line-height: 22px;
      position: relative;
      padding-left: 20px;
      color: inherit;
      font-weight: normal;
      text-decoration: none;
      border: none; }
      #hkb .hkb-category .hkb-category__view-all:hover {
        border: none; }
      #hkb .hkb-category .hkb-category__view-all:focus {
        outline: none; }
      #hkb .hkb-category .hkb-category__view-all:before {
        content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='14' width='14' viewBox='0 0 512 512' fill='%23666'%3E%3Cpath d='M504 256a248 248 0 10-496 0 248 248 0 00496 0zm-448 0a200 200 0 11400 0 200 200 0 01-400 0zm72 20v-40c0-7 5-12 12-12h116v-67c0-11 13-16 21-8l99 99c4 4 4 12 0 17l-99 99c-8 7-21 2-21-9v-67H140c-7 0-12-5-12-12z'/%3E%3C/svg%3E");
        display: block;
        height: 14px;
        width: 14px;
        position: absolute;
        top: 3px;
        bottom: 0;
        left: 0; }
  #hkb .hkb-subcats {
    list-style: none;
    padding: 0;
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 22px; }
    #hkb .hkb-subcats > li {
      margin: 0 0 5px; }
    #hkb .hkb-subcats a {
      text-decoration: none;
      border: none;
      color: inherit; }
      #hkb .hkb-subcats a:hover {
        border: none; }
      #hkb .hkb-subcats a:focus {
        outline: none; }
    #hkb .hkb-subcats .hkb-subcats__cat {
      position: relative;
      padding-left: 20px; }
      #hkb .hkb-subcats .hkb-subcats__cat:before {
        content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512' fill='%23666'%3E%3Cpath d='M464 128H272l-64-64H48C21 64 0 85 0 112v288c0 27 21 48 48 48h416c27 0 48-21 48-48V176c0-27-21-48-48-48z'/%3E%3C/svg%3E");
        display: block;
        height: 14px;
        width: 14px;
        position: absolute;
        top: 3px;
        bottom: 0;
        left: 0; }
      #hkb .hkb-subcats .hkb-subcats__cat .hkb-article-list {
        margin: 5px 0 10px; }
    #hkb .hkb-subcats .hkb-subcats__cat-title {
      display: inline-block; }
    #hkb .hkb-subcats .hkb-subcats__cat-count {
      display: inline-block;
      font-size: 80%;
      color: rgba(0, 0, 0, 0.6);
      margin-left: 2px; }
      #hkb .hkb-subcats .hkb-subcats__cat-count:before {
        content: "("; }
      #hkb .hkb-subcats .hkb-subcats__cat-count:after {
        content: ")"; }
    #hkb .hkb-subcats .hkb-category {
      margin: 0; }
  #hkb ul.hkb-article-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    #hkb ul.hkb-article-list > li {
      position: relative;
      display: block;
      padding: 0 0 0 25px;
      margin: 0 0 5px; }
      #hkb ul.hkb-article-list > li:before {
        display: inline-block;
        position: absolute;
        top: 3px;
        bottom: 0;
        left: 0;
        content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 384 512' fill='%23666'%3E%3Cpath d='M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z'/%3E%3C/svg%3E");
        height: 16px;
        width: 16px; }
      #hkb ul.hkb-article-list > li:last-child {
        margin-bottom: 0; }
    #hkb ul.hkb-article-list a {
      text-decoration: none;
      border: none;
      color: inherit;
      font-weight: normal; }
      #hkb ul.hkb-article-list a:hover {
        border: none; }
      #hkb ul.hkb-article-list a:focus {
        outline: none; }
  #hkb .hkb-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1; }
    #hkb .hkb-meta li {
      float: left;
      margin: 0 0 0 5px;
      background: #ededed;
      padding: 5px 5px;
      border-radius: 3px; }
      #hkb .hkb-meta li:first-child {
        margin-left: 0; }
    #hkb .hkb-meta .hkb-meta__views:before {
      margin: 0;
      padding: 0;
      background: none;
      margin-right: 3px;
      display: inline-block;
      content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='12' viewBox='0 0 576 512' fill='%23666'%3E%3Cpath d='M288 144a111 111 0 00-31 5 55 55 0 017 27 56 56 0 01-56 56 55 55 0 01-27-7 112 112 0 10107-81zm285 97C518 136 411 64 288 64S58 136 3 241a32 32 0 000 30c55 105 162 177 285 177s230-72 285-177a32 32 0 000-30zM288 400c-99 0-189-55-238-144 49-89 139-144 238-144s189 55 238 144a272 272 0 01-238 144z'/%3E%3C/svg%3E");
      position: relative;
      top: 2px; }
    #hkb .hkb-meta .hkb-meta__usefulness {
      background: #9cc051;
      color: #fff; }
      #hkb .hkb-meta .hkb-meta__usefulness:before {
        margin: 0;
        padding: 0;
        background: none;
        display: inline-block;
        margin-right: 3px; }
      #hkb .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--good:before {
        content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='12' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M104 224H24c-13 0-24 11-24 24v240c0 13 11 24 24 24h80c13 0 24-11 24-24V248c0-13-11-24-24-24zM64 472a24 24 0 110-48 24 24 0 010 48zM384 81c0 43-26 67-33 95h101c34 0 60 28 60 58 0 18-8 37-19 49h-1c10 24 9 56-9 80 9 26 0 58-16 75 4 17 2 32-6 44-21 30-71 30-114 30h-3c-48 0-88-18-120-32-16-7-36-16-52-16-7 0-12-5-12-12V238c0-3 1-6 4-8 39-39 56-81 89-113 14-15 20-38 25-59 5-19 14-58 34-58 24 0 72 8 72 81z'/%3E%3C/svg%3E"); }
      #hkb .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--bad {
        background: #d26a40; }
        #hkb .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--bad:before {
          content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='12' viewBox='0 0 512 51' fill='%23fff'%3E%3Cpath d='M0 56v240c0 13 11 24 24 24h80c13 0 24-11 24-24V56c0-13-11-24-24-24H24C11 32 0 43 0 56zm40 200a24 24 0 1148 0 24 24 0 01-48 0zm272 256c-20 0-29-39-34-58-5-21-11-44-25-59-33-32-50-74-89-113a12 12 0 01-4-8V60c0-7 5-12 12-12 16 0 36-9 52-16 32-14 72-32 120-32h3c43 0 93 0 114 30 8 12 10 27 6 44 16 17 25 49 16 75 18 24 19 56 9 80h1c11 12 19 31 19 49 0 30-26 58-60 58H351c7 28 33 52 33 95 0 73-48 81-72 81z'/%3E%3C/svg%3E"); }
    #hkb .hkb-meta .hkb-meta__comments:before {
      margin: 0;
      padding: 0;
      background: none;
      display: inline-block;
      margin-right: 3px;
      content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='12' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M256 32C115 32 0 125 0 240c0 50 21 95 57 131-12 50-54 95-55 96-2 2-3 5-1 8s4 5 7 5c66 0 116-32 141-51 32 12 69 19 107 19 141 0 256-93 256-208S397 32 256 32z'/%3E%3C/svg%3E"); }
  #hkb .hkb-article {
    position: relative; }
    #hkb .hkb-article .hkb-article__title {
      margin: 0 0 10px; }
      #hkb .hkb-article .hkb-article__title a {
        text-decoration: none;
        border: none;
        color: inherit; }
        #hkb .hkb-article .hkb-article__title a:hover {
          border: none; }
        #hkb .hkb-article .hkb-article__title a:focus {
          outline: none; }
  #hkb .hkb-entry-content > ol,
  #hkb .hkb-entry-content > ul {
    margin: 0 0 2em 2em; }
  #hkb .hkb-article__content {
    margin: 0 0 2em;
    padding: 0; }
    #hkb .hkb-article__content ul li {
      list-style: disc; }
  #hkb .hkb-article__links {
    margin: -1em 0 2em; }
    #hkb .hkb-article__links a {
      text-decoration: none;
      border: none; }
      #hkb .hkb-article__links a:hover {
        border: none; }
      #hkb .hkb-article__links a:focus {
        outline: none; }
  #hkb .hkb-article-tags a {
    border: none;
    margin-left: 5px; }
    #hkb .hkb-article-tags a:after {
      content: ","; }
    #hkb .hkb-article-tags a:last-child:after {
      content: ""; }
  #hkb .hkb-article-related {
    font-size: 15px;
    margin: 0 0 1em;
    padding: 30px 0 0; }
    #hkb .hkb-article-related .hkb-article-related__title {
      font-size: 18px;
      margin: 0 0 0.6em; }
    #hkb .hkb-article-related .hkb-article-list > li {
      padding-right: 85px; }
    #hkb .hkb-article-related .hkb-meta {
      position: absolute;
      right: 0;
      top: 1px; }
  #hkb .hkb-article-author {
    padding: 30px 0 0; }
    #hkb .hkb-article-author .hkb-article-author__avatar {
      float: left;
      margin: 0 35px 0 0; }
    #hkb .hkb-article-author .hkb-article-author__name {
      margin: 0 0 15px;
      display: inline-block; }
      #hkb .hkb-article-author .hkb-article-author__name a {
        text-decoration: none;
        border: none; }
        #hkb .hkb-article-author .hkb-article-author__name a:hover {
          border: none; }
        #hkb .hkb-article-author .hkb-article-author__name a:focus {
          outline: none; }
    #hkb .hkb-article-author .hkb-article-author__bio {
      margin: 0 0 0 105px; }
  #hkb .hkb-article-attachments {
    margin: 0 0 2em; }
    #hkb .hkb-article-attachments .hkb-article-attachments__title {
      font-size: 18px;
      margin: 0 0 0.6em;
      padding: 0; }
    #hkb .hkb-article-attachments .hkb-article-attachments__list {
      list-style: none;
      margin: 0;
      padding: 0; }
    #hkb .hkb-article-attachments .hkb-article-attachments__item a {
      text-decoration: none;
      border: none;
      color: inherit; }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a:hover {
        border: none; }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a:focus {
        outline: none; }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pdf'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.doc'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.docx'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ppt'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pptx'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pps'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ppsx'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mp4'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.m4v'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mov'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.wmv'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.avi'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mpg'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ogv'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.3gp'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.3g2'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mp3'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.m4a'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ogg'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.wav'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.jpg'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.jpeg'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.png'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.gif'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.js'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.css'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.html'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.php'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.zip'], #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.rar'] {
        position: relative;
        padding-left: 20px; }
        #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pdf']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.doc']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.docx']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ppt']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pptx']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pps']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ppsx']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mp4']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.m4v']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mov']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.wmv']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.avi']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mpg']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ogv']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.3gp']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.3g2']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mp3']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.m4a']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ogg']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.wav']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.jpg']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.jpeg']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.png']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.gif']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.js']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.css']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.html']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.php']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.zip']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.rar']:before {
          display: block;
          height: 16px;
          width: 16px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0; }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pdf']:before {
        content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 384 512' fill='%23666'%3E%3Cpath d='M370 98l-84-84c-9-9-21-14-34-14H48C22 0 0 22 0 48v416c0 27 22 48 48 48h288c27 0 48-21 48-48V132c0-13-5-25-14-34zm-38 30h-76V52l76 76zM48 464V48h160v104c0 13 11 24 24 24h104v288H48zm250-144c-12-12-47-8-64-6a87 87 0 01-37-46c4-17 10-41 5-56-4-27-37-24-42-6-5 16-1 38 7 67-10 24-25 56-36 74-20 10-47 26-51 46-3 16 26 56 77-31 22-7 46-16 68-20 19 10 41 17 56 17 25 0 28-28 17-39zm-198 78c5-14 25-29 30-35-18 30-30 36-30 35zm82-190c7 0 6 32 1 40-4-14-4-40-1-40zm-25 136c10-17 18-37 25-55 8 16 19 28 30 36-21 4-39 13-55 19zm132-5s-5 6-37-8c35-2 40 6 37 8z'/%3E%3C/svg%3E"); }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.doc']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.docx']:before {
        content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 384 512' fill='%23666'%3E%3Cpath d='M370 98l-84-84c-9-9-21-14-34-14H48C22 0 0 22 0 48v416c0 27 22 48 48 48h288c27 0 48-21 48-48V132c0-13-5-25-14-34zm-38 30h-76V52l76 76zM48 464V48h160v104c0 13 11 24 24 24h104v288H48zm220-208c-6 0-10 4-12 10l-21 103v-4l-24-100c-1-5-6-9-12-9h-13c-5 0-10 4-12 9-24 99-24 96-24 104l-1-4-19-99c-1-6-6-10-12-10h-17c-7 0-13 7-11 15l33 136c1 5 6 9 12 9h25c5 0 10-4 11-9l18-72 3-17 3 17 18 72c1 5 6 9 12 9h24c6 0 11-4 12-9l35-136c1-8-4-15-12-15h-16z'/%3E%3C/svg%3E"); }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ppt']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pptx']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.pps']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ppsx']:before {
        content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 384 512' fill='%23666'%3E%3Cpath d='M370 98l-84-84c-9-9-21-14-34-14H48C22 0 0 22 0 48v416c0 27 22 48 48 48h288c27 0 48-21 48-48V132c0-13-5-25-14-34zm-38 30h-76V52l76 76zM48 464V48h160v104c0 13 11 24 24 24h104v288H48zm72-60V236c0-7 5-12 12-12h69c37 0 63 27 63 66 0 75-69 67-95 67v47c0 7-6 12-12 12h-25c-7 0-12-5-12-12zm49-87h23c7 0 13-3 18-8 8-9 8-28 0-37-4-5-10-7-18-7h-24v52z'/%3E%3C/svg%3E"); }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mp4']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.m4v']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mov']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.wmv']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.avi']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mpg']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ogv']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.3gp']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.3g2']:before {
        content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 384 512' fill='%23666'%3E%3Cpath d='M370 98l-84-84a48 48 0 00-34-14H48C21 0 0 21 0 48v416c0 27 21 48 48 48h288c27 0 48-21 48-48V132a48 48 0 00-14-34zm-38 30h-76V52l76 76zM48 464V48h160v104c0 13 11 24 24 24h104v288H48zm229-211l-53 52v-37c0-11-9-20-20-20H100c-11 0-20 9-20 20v104c0 11 9 20 20 20h104c11 0 20-9 20-20v-37l53 52c10 10 27 3 27-11V264c0-14-17-21-27-11z'/%3E%3C/svg%3E"); }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.mp3']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.m4a']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.ogg']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.wav']:before {
        content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 384 512' fill='%23666'%3E%3Cpath d='M370 98l-84-84a48 48 0 00-34-14H48C21 0 0 21 0 48v416c0 27 21 48 48 48h288c27 0 48-21 48-48V132a48 48 0 00-14-34zm-38 30h-76V52l76 76zM48 464V48h160v104c0 13 11 24 24 24h104v288H48zm144-76c0 11-13 16-20 8l-36-36h-28c-7 0-12-5-12-12v-56c0-6 5-12 12-12h28l36-36c7-8 20-3 20 8v136zm41-47c9-9 9-24 0-34-22-22 12-56 35-33 27 28 27 72 0 100-22 23-57-10-35-33z'/%3E%3C/svg%3E"); }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.jpg']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.jpeg']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.png']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.gif']:before {
        content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 384 512' fill='%23666'%3E%3Cpath d='M370 98l-84-84c-9-9-21-14-34-14H48C22 0 0 22 0 48v416c0 27 22 48 48 48h288c27 0 48-21 48-48V132c0-13-5-25-14-34zm-38 30h-76V52l76 76zM48 464V48h160v104c0 13 11 24 24 24h104v288H48zm32-48h224V288l-23-23c-5-5-13-5-17 0l-88 87-39-39c-5-5-13-5-17 0l-40 39v64zm48-240a48 48 0 100 96 48 48 0 000-96z'/%3E%3C/svg%3E"); }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.js']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.css']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.html']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.php']:before {
        content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 384 512' fill='%23666'%3E%3Cpath d='M150 349l-33-29 33-29c3-3 4-9 1-12h-1l-17-19c-3-4-9-4-12 0l-58 54c-4 3-4 9 0 12l58 55 6 2 6-3 17-18c4-4 3-10 0-13zM370 98l-84-84c-9-9-21-14-34-14H48C22 0 0 22 0 48v416c0 27 22 48 48 48h288c27 0 48-21 48-48V132c0-13-5-25-14-34zM256 52l76 76h-76zm80 412H48V48h160v104c0 13 11 24 24 24h104zM210 214c-5-1-10 1-11 6l-55 188c-1 5 1 10 6 11l24 7c5 2 10-1 11-6l55-188c1-5-1-10-6-11zm24 77l33 29-33 29c-3 3-4 9-1 12h1l17 19c3 4 9 4 12 0l58-54c4-3 4-9 0-12l-58-55c-3-3-9-3-12 1l-17 18c-4 4-3 10 0 13z'/%3E%3C/svg%3E"); }
      #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.zip']:before, #hkb .hkb-article-attachments .hkb-article-attachments__item a[href$='.rar']:before {
        content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 384 512' fill='%23666'%3E%3Cpath d='M128 160v32h32v-32zm64-96h-32v32h32zm-64 32v32h32V96zm64 32h-32v32h32zm178-30l-84-84c-9-9-21-14-34-14H48C22 0 0 22 0 48v416c0 27 22 48 48 48h288c27 0 48-21 48-48V132c0-13-5-25-14-34zM256 52l76 76h-76zm80 412H48V48h80v16h32V48h48v104c0 13 11 24 24 24h104zM194 266c-1-6-6-10-12-10h-22v-32h-32v32l-19 97a52 52 0 10103 0zm-34 124c-18 0-32-12-32-27s14-27 32-27 33 12 33 27-15 27-33 27zm32-198h-32v32h32z'/%3E%3C/svg%3E"); }

/* End #HKB */
/**
* # Template Specific Element Styling
*
* Styling for elements in specific areas of the layout
*/
/* Archive Element Styling */
/* Category Element Styling */
#hkb.hkb-template-category .hkb-article {
  padding: 15px 0;
  border-bottom: 1px solid #dfe4e6;
  margin: 0; }
  #hkb.hkb-template-category .hkb-article .hkb-article__title {
    font-size: 17px;
    line-height: 22px;
    margin: 0;
    padding: 0 90px 0 0; }
  #hkb.hkb-template-category .hkb-article .hkb-meta {
    position: absolute;
    right: 0;
    top: 15px;
    bottom: 10px; }
  #hkb.hkb-template-category .hkb-article .hkb-article__excerpt {
    display: block;
    font-size: 15px;
    margin-top: 0.35em;
    color: rgba(0, 0, 0, 0.7); }

#hkb.hkb-template-category .hkb-category {
  margin: 0 0 1em; }

/* Single Element Styling */
/* Search Element Styling */
#hkb.hkb-template-search article:last-of-type {
  margin-bottom: 20px; }

#hkb.hkb-template-search .hkb-article {
  padding: 10px 0 20px;
  border-bottom: 1px solid #dfe4e6;
  margin: 0 0 10px; }
  #hkb.hkb-template-search .hkb-article .hkb-article__title {
    font-size: 100%;
    line-height: 20px;
    margin: 0;
    padding: 0 90px 0 0; }
  #hkb.hkb-template-search .hkb-article .hkb-meta {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px; }
  #hkb.hkb-template-search .hkb-article .hkb-article__excerpt {
    display: block;
    font-size: 95%;
    margin-top: 0.35em;
    color: rgba(0, 0, 0, 0.7); }
    #hkb.hkb-template-search .hkb-article .hkb-article__excerpt span.highlight {
      background-color: #FFFF00; }

/**
* # Live search styling
*/
#hkb-jquery-live-search {
  background: #fff;
  padding: 0;
  max-height: 400px;
  overflow: auto;
  position: absolute;
  z-index: 999999;
  border: 1px solid #e6e6e6;
  border-width: 0 1px 1px 1px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3); }

/* KB Search Results */
#hkb.hkb-searchresults {
  list-style: none;
  margin: 0;
  padding: 0; }
  #hkb.hkb-searchresults > li {
    position: relative;
    padding: 0 10px;
    margin: 0; }
    #hkb.hkb-searchresults > li:hover, #hkb.hkb-searchresults > li.hkb-searchresults__current {
      background: #f7f7f7; }
    #hkb.hkb-searchresults > li:nth-last-child(2) a {
      padding-bottom: 12px; }
    #hkb.hkb-searchresults > li.hkb-searchresults__article {
      padding-left: 35px; }
      #hkb.hkb-searchresults > li.hkb-searchresults__article a:before {
        line-height: 1;
        position: absolute;
        left: 10px;
        top: 10px;
        content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 384 512' fill='%23666'%3E%3Cpath d='M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z'/%3E%3C/svg%3E"); }
    #hkb.hkb-searchresults > li.hkb-searchresults__showall, #hkb.hkb-searchresults > li.hkb-searchresults__noresults {
      background: #f7f7f7;
      text-align: center;
      font-size: 14px;
      line-height: 22px; }
      #hkb.hkb-searchresults > li.hkb-searchresults__showall a,
      #hkb.hkb-searchresults > li.hkb-searchresults__showall span, #hkb.hkb-searchresults > li.hkb-searchresults__noresults a,
      #hkb.hkb-searchresults > li.hkb-searchresults__noresults span {
        display: block;
        padding: 10px; }
    #hkb.hkb-searchresults > li a {
      padding: 6px 0 6px;
      display: block;
      color: inherit;
      text-decoration: none;
      text-decoration: none;
      border: none; }
      #hkb.hkb-searchresults > li a:hover {
        border: none; }
      #hkb.hkb-searchresults > li a:focus {
        outline: none; }
    #hkb.hkb-searchresults > li .hkb-searchresults__title,
    #hkb.hkb-searchresults > li .hkb-searchresults__excerpt {
      display: block; }
    #hkb.hkb-searchresults > li .hkb-searchresults__title {
      font-size: 15px;
      font-weight: bold;
      padding: 0 90px 0 0; }
    #hkb.hkb-searchresults > li .hkb-searchresults__excerpt {
      margin: 5px 0 0;
      font-size: 14px;
      line-height: 150%;
      font-weight: normal; }
      #hkb.hkb-searchresults > li .hkb-searchresults__excerpt span.highlight {
        background-color: #FFFF00; }
    #hkb.hkb-searchresults > li .hkb-meta {
      position: absolute;
      top: 9px;
      right: 10px;
      font-size: 11px;
      font-weight: normal; }

/**
* # Widget Styling
*
*/
.hkb_widget_articles,
.hkb_widget_categories,
.hkb_widget_authors {
  /* Box layout model to all elements */ }
  .hkb_widget_articles *,
  .hkb_widget_articles *:before,
  .hkb_widget_articles *:after,
  .hkb_widget_categories *,
  .hkb_widget_categories *:before,
  .hkb_widget_categories *:after,
  .hkb_widget_authors *,
  .hkb_widget_authors *:before,
  .hkb_widget_authors *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .hkb_widget_articles > ul,
  .hkb_widget_categories > ul,
  .hkb_widget_authors > ul {
    list-style: none;
    margin: 0;
    padding: 0; }

/* KB Articles Widget */
.hkb_widget_articles > ul > li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 25px; }
  .hkb_widget_articles > ul > li:before {
    content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 384 512' fill='%23666'%3E%3Cpath d='M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z'/%3E%3C/svg%3E");
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: none; }

.hkb_widget_articles .hkb-widget__entry-title {
  margin: 0 1em 0 0; }

.hkb_widget_articles .hkb-meta {
  list-style: none;
  margin: 2px 0 0 !important;
  padding: 0;
  font-size: 11px;
  line-height: 1; }
  .hkb_widget_articles .hkb-meta li {
    float: left;
    margin: 0 0 0 5px;
    background: #ededed;
    padding: 5px 5px;
    border-radius: 3px; }
    .hkb_widget_articles .hkb-meta li:first-child {
      margin-left: 0; }
  .hkb_widget_articles .hkb-meta .hkb-meta__views:before {
    margin: 0;
    padding: 0;
    background: none;
    margin-right: 3px;
    display: inline-block;
    content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='12' viewBox='0 0 576 512' fill='%23666'%3E%3Cpath d='M288 144a111 111 0 00-31 5 55 55 0 017 27 56 56 0 01-56 56 55 55 0 01-27-7 112 112 0 10107-81zm285 97C518 136 411 64 288 64S58 136 3 241a32 32 0 000 30c55 105 162 177 285 177s230-72 285-177a32 32 0 000-30zM288 400c-99 0-189-55-238-144 49-89 139-144 238-144s189 55 238 144a272 272 0 01-238 144z'/%3E%3C/svg%3E");
    position: relative;
    top: 2px; }
  .hkb_widget_articles .hkb-meta .hkb-meta__usefulness {
    background: #9cc051;
    color: #fff; }
    .hkb_widget_articles .hkb-meta .hkb-meta__usefulness:before {
      margin: 0;
      padding: 0;
      background: none;
      display: inline-block;
      margin-right: 3px; }
    .hkb_widget_articles .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--good:before {
      content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='12' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M104 224H24c-13 0-24 11-24 24v240c0 13 11 24 24 24h80c13 0 24-11 24-24V248c0-13-11-24-24-24zM64 472a24 24 0 110-48 24 24 0 010 48zM384 81c0 43-26 67-33 95h101c34 0 60 28 60 58 0 18-8 37-19 49h-1c10 24 9 56-9 80 9 26 0 58-16 75 4 17 2 32-6 44-21 30-71 30-114 30h-3c-48 0-88-18-120-32-16-7-36-16-52-16-7 0-12-5-12-12V238c0-3 1-6 4-8 39-39 56-81 89-113 14-15 20-38 25-59 5-19 14-58 34-58 24 0 72 8 72 81z'/%3E%3C/svg%3E"); }
    .hkb_widget_articles .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--bad {
      background: #d26a40; }
      .hkb_widget_articles .hkb-meta .hkb-meta__usefulness.hkb-meta__usefulness--bad:before {
        content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='12' viewBox='0 0 512 51' fill='%23fff'%3E%3Cpath d='M0 56v240c0 13 11 24 24 24h80c13 0 24-11 24-24V56c0-13-11-24-24-24H24C11 32 0 43 0 56zm40 200a24 24 0 1148 0 24 24 0 01-48 0zm272 256c-20 0-29-39-34-58-5-21-11-44-25-59-33-32-50-74-89-113a12 12 0 01-4-8V60c0-7 5-12 12-12 16 0 36-9 52-16 32-14 72-32 120-32h3c43 0 93 0 114 30 8 12 10 27 6 44 16 17 25 49 16 75 18 24 19 56 9 80h1c11 12 19 31 19 49 0 30-26 58-60 58H351c7 28 33 52 33 95 0 73-48 81-72 81z'/%3E%3C/svg%3E"); }
  .hkb_widget_articles .hkb-meta .hkb-meta__comments:before {
    margin: 0;
    padding: 0;
    background: none;
    display: inline-block;
    margin-right: 3px;
    content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='12' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M256 32C115 32 0 125 0 240c0 50 21 95 57 131-12 50-54 95-55 96-2 2-3 5-1 8s4 5 7 5c66 0 116-32 141-51 32 12 69 19 107 19 141 0 256-93 256-208S397 32 256 32z'/%3E%3C/svg%3E"); }

/* KB Categories Widget */
.hkb_widget_categories > ul > li {
  position: relative;
  padding-right: 30px;
  margin: 0 0 10px; }
  .hkb_widget_categories > ul > li span {
    position: absolute;
    right: 0; }

/* KB Authors Widget */
.hkb_widget_authors .hkb-widget-author__avatar {
  float: left;
  margin: 0 15px 0 0; }
  .hkb_widget_authors .hkb-widget-author__avatar a {
    display: block;
    line-height: 1; }

.hkb_widget_authors .hkb-widget-author__postcount {
  font-size: 90%; }

/* KB Search Widget */
/**
* # HT Voting CSS
*
*/
/* Start HT Voting CSS */
.ht-voting .ht-voting-links .ht-voting-upvote,
.ht-voting .ht-voting-links .ht-voting-downvote {
  display: inline-block;
  background: #919195;
  color: #fff;
  text-decoration: none;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1;
  border: 0;
  text-align: center;
  min-width: 70px;
  border-radius: 4px;
  position: relative;
  transition: all .3s linear 0s; }
  .ht-voting .ht-voting-links .ht-voting-upvote span,
  .ht-voting .ht-voting-links .ht-voting-downvote span {
    right: 0;
    position: relative;
    transition: all .2s ease-out 0s; }
  .ht-voting .ht-voting-links .ht-voting-upvote i,
  .ht-voting .ht-voting-links .ht-voting-downvote i {
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -9px;
    opacity: 0;
    transition: all .2s ease-out 0s; }
  .ht-voting .ht-voting-links .ht-voting-upvote:hover,
  .ht-voting .ht-voting-links .ht-voting-downvote:hover {
    padding: 10px 16px; }
    .ht-voting .ht-voting-links .ht-voting-upvote:hover span,
    .ht-voting .ht-voting-links .ht-voting-downvote:hover span {
      right: -10px; }
    .ht-voting .ht-voting-links .ht-voting-upvote:hover i,
    .ht-voting .ht-voting-links .ht-voting-downvote:hover i {
      opacity: 1;
      left: 12px; }

.ht-voting .ht-voting-links .ht-voting-upvote {
  background: #9cc051; }
  .ht-voting .ht-voting-links .ht-voting-upvote i:before {
    content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M104 224H24c-13 0-24 11-24 24v240c0 13 11 24 24 24h80c13 0 24-11 24-24V248c0-13-11-24-24-24zM64 472a24 24 0 110-48 24 24 0 010 48zM384 81c0 43-26 67-33 95h101c34 0 60 28 60 58 0 18-8 37-19 49h-1c10 24 9 56-9 80 9 26 0 58-16 75 4 17 2 32-6 44-21 30-71 30-114 30h-3c-48 0-88-18-120-32-16-7-36-16-52-16-7 0-12-5-12-12V238c0-3 1-6 4-8 39-39 56-81 89-113 14-15 20-38 25-59 5-19 14-58 34-58 24 0 72 8 72 81z'/%3E%3C/svg%3E"); }

.ht-voting .ht-voting-links .ht-voting-downvote {
  background: #d26a40; }
  .ht-voting .ht-voting-links .ht-voting-downvote i {
    margin-top: -7px; }
    .ht-voting .ht-voting-links .ht-voting-downvote i:before {
      content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512' fill='%23fff'%3E%3Cpath d='M0 56v240c0 13 11 24 24 24h80c13 0 24-11 24-24V56c0-13-11-24-24-24H24C11 32 0 43 0 56zm40 200a24 24 0 1148 0 24 24 0 01-48 0zm272 256c-20 0-29-39-34-58-5-21-11-44-25-59-33-32-50-74-89-113a12 12 0 01-4-8V60c0-7 5-12 12-12 16 0 36-9 52-16 32-14 72-32 120-32h3c43 0 93 0 114 30 8 12 10 27 6 44 16 17 25 49 16 75 18 24 19 56 9 80h1c11 12 19 31 19 49 0 30-26 58-60 58H351c7 28 33 52 33 95 0 73-48 81-72 81z'/%3E%3C/svg%3E"); }

.ht-voting .ht-voting-login-required {
  background-color: red;
  color: white;
  margin: 2px;
  padding: 2px; }

.ht-voting br {
  /* fix those annoying themes or other plugins that insist on adding wpautop filter to post shortcode content */
  display: none; }

.ht-voting-comment {
  margin: 10px 0 0;
  max-width: 600px; }
  .ht-voting-comment .ht-voting-comment__textarea {
    margin: 0 0 10px;
    width: 100%; }
  .ht-voting-comment .ht-voting-comment__submit {
    float: right;
    font-size: 95%; }

.hkb-feedback {
  margin: 0 0 2em; }
  .hkb-feedback .hkb-feedback__title {
    font-size: 18px;
    margin: 0 0 0.6em;
    padding: 0; }








/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.page-template-learn-oncology .wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.page-template-learn-oncology #sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #444444;
    color: #ffffff;
    transition: all 0.3s;
}

.page-template-learn-oncology #sidebar.active {
    margin-left: -225px;
}

#sidebarCollapse {
	position: relative;
	left: -28px;
	top: 15px;
}

#sidebarCollapse i {
	color: #666666;
	cursor: pointer;
	display: block;
	font-size: 13px;
	line-height: 13px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: all 0.3s;
}

#sidebarCollapse i.active {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.circle-icon {
	border: 1px solid #cccccc;
	background: #ffffff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	vertical-align: middle;
	padding: 5px;
}

.sidebar-page-content {
	padding: 60px;
	position: relative;
	margin-top: -30px;
}

.sidebar-nav-content {
	padding: 30px 15px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.page-template-learn-oncology #content {
	width: 100%;
	transition: all 0.3s;
}

.page-template-learn-oncology .collapsible-link::after {
    color: #fff;
    content: "\f077";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    transition: all 0.3s;
}

.page-template-learn-oncology a.collapsible-link {
	color: #C4C4C4 !important;
	font-size: 16px;
}

.page-template-learn-oncology a.collapsible-link:hover {
	color: #C4C4C4 !important;
	cursor: pointer;
}

#accordionLeftNav {
	font-size: 16px;
}

#accordionLeftNav .list-unstyled {
	margin-left: 15px;
}

#accordionLeftNav .list-unstyled li {
	margin-bottom: 10px;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    .page-template-learn-oncology #sidebar {
        margin-left: -225px;
    }
    .page-template-learn-oncology #sidebar.active {
        margin-left: 0;
    }
    .page-template-learn-oncology #sidebarCollapse span {
        display: none;
    }
}