/*
	Theme Name: ProSci (PS)
	Theme URI: http://tinyfrog.com/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Tinyfrog
	Author URI: http://tinyfrog.com/

	Version: 5.2.6

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0.4

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.clear {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #4e4d5b;
	font-family: 'Ubuntu', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.4;
}

body.home{
	font-size:20px;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #333;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #0ebfe9;
}

.entry-content a:hover,.sidebar a:hover{
	color:#a65225;
}

p {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
	margin: 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
}

cite {
	font-style: normal;
}

.button{
	transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: linear;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #a65225;
	font-family: 'Montserrat', sans-serif;
 	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 55px;
	font-size: 5.5rem;
}

h2 {
	font-size: 50px;
	font-size: 5rem;
}

h3 {
	font-size: 48px;
	font-size: 4.8rem;
}

h4 {
	font-size: 45px;
	font-size: 4.5rem;
}

h5 {
	font-size: 40px;
	font-size: 4rem;
}

h6 {
	font-size: 36px;
	font-size: 3.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	padding: 10px;
	padding: 1rem;
	width:auto;
}

input:focus,
textarea:focus {
	border: 1px solid #333;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 300;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #0ebfe9;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
	border: 1px solid #ddd;
}

tbody {
	width: 100%;
	display:block;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 22px;
	padding-bottom: 12px;
	padding-top:12px;
}

td {
	border-top: 1px solid #ddd;
	padding: 10px;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1295px;
}

.minimum-landing .site-inner {
	margin: 40px auto;
	margin: 4rem auto;
	padding: 60px 60px 20px;
	padding: 6rem 6rem 2rem;
	width: 800px;
}

/* Site Containers
--------------------------------------------- */

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: left;
	width: 710px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 100%;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	margin-right: 2.4rem;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	padding: 0.3rem;
	width: 100%;
}

.search-form input[type="search"]{
	width:100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

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

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	margin: 0 2.4rem 2.4rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

a.alignleft,
a.alignright {
	border: none;
}

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

.widget-area {
	word-wrap: break-word;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 120px;
	margin-bottom: 12rem;
	color:#4e4d5b;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 500;
}

.breadcrumb a{
	font-weight: 500;
	color:#4e4d5b;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding:0;
	background:transparent;
}

.author-box {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.single .author-box {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.author-box-title {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */
.entry-title {
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	border: none;
}

.widget-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	z-index: 999;
	width: 100%;
	position:relative;
	transition: all 0.4s ease;
}

.sticky .site-header {
	position:fixed;
	top:0px;
	width:100%;
	left:0;
	transition: all 0.4s ease;
	background:#fff;
	height:90px;
}

.sticky .site-header .widget-area{
	padding-top:13px;
}

.sticky .site-header .title-area{
	transition: all 0.4s ease;
	width:165px;
	padding-top: 7px;
}

body.sticky button#rmp_menu_trigger-708{
	top:16px;
}


/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 18px 0;
	padding: 1.8rem 0;
	width: 240px;
	transition: all 0.4s ease;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: none;
}

.site-description {
	line-height: 1.2;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 77%;
	padding-top:23px;
	padding-right:104px;
	transition: all 0.4s ease;
	
}

.site-header .search-form {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
	font-family: 'Ubuntu', sans-serif;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #4e4d5b;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 10px 0px;
	padding: 1rem 0px;
	position: relative;
	font-weight:700;
}

.genesis-nav-menu > .menu-item{
	margin:0 0px 0 34px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #4e4d5b;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
	border-bottom:3px solid transparent;
	line-height:1.1;
	text-align:center;
}

.genesis-nav-menu > .menu-item > a:hover{
	border-bottom:3px solid #9d4d23;
}

.genesis-nav-menu > .menu-item > a strong{
	font-weight:400;
	display:block;
	text-transform:none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:	opacity .4s ease-in-out;
	-ms-transition:		opacity .4s ease-in-out;
	-o-transition:		opacity .4s ease-in-out;
	transition:			opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 159px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 20px 0;
	padding: 2rem 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a,
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #333;
	border: 1px solid #444;
	border-top: none;
}

.nav-primary .sub-menu a:hover {
	color: #0ebfe9;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #333;
	content: "\e00e  MENU";
	font-family: 'Icon';
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


.c-hamburger {
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  float: right;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 23px;
  left: 14px;
  right: 14px;
  height: 5px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #f2a359;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #f2a359;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	margin: 4rem 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	background-color: #333;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #0ebfe9;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
	margin-bottom: 6rem;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply,
.hide-panel {
	display: none !important;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
	padding: 2.4rem;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 10px;
	margin-top: 1rem;
	width: 250px;
}

.sidebar-content .sidebar {
	float: left;
}

.sidebar img {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

.sidebar p:last-child,
.sidebar .featured-content img {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	color: #4e4d5b;
	background-image: url("images/footer-bg.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	color:#4e4d5b;
	font-size:18px;
}

.footer-widgets a{
	color:#4e4d5b;
}

.footer-widgets .wrap {
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
	max-width:1170px;
}

.footer-widgets .widget-title{
	font-size:24px;
	font-family: 'Ubuntu', sans-serif;
}

.footer-widgets #menu-footer-menu li{
	list-style-type:none;
	margin-bottom:3px;
}

.footer-widgets .panel-grid-cell li a{
	font-size:18px;
}

.footer-widgets a:hover{
	color:#a65225;
}

.footer-widgets .panel-grid-cell .btn {
	background:#31556c;
	color:#fff;
	font-size:14px;
}

.social-icons a{
	padding:6px;
	display:inline-block;
	margin:0 10px;
	font-size:22px;
	color:#fff;
	border-radius:30px;
	background:#f2a359;
	text-align:center;
	width:42px;
	height:42px;
}

.social-icons a:hover{
	background:#ff8d23;
	color:#fff;
}

.footer-creds{
	font-size:14px;
	padding-top:15px;
}

.social-x{
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(/wp-content/uploads/2024/01/x-logo.png) center no-repeat;
	background-size: contain !important;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #333;
	padding: 60px 0;
	padding: 6rem 0;
	text-align: center;
}

/* 
Text meant only for screen readers.
---------------------------------------------------------------------------------------------------*/
/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sf-hover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/*
CUSTOM STYLING
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu > .menu-item.header-menu-btn > a {
	background:#31556c;
	font-size:14px;
	border:0px;
	width:150px;
	height:50px;
	color:#fff;
	font-weight:400;
	border-radius:40px;
	text-transform:none;
	padding: 11px 14px 0;
}

.genesis-nav-menu > .menu-item.header-menu-btn > a:hover{
	border:0px;
	background:#387da9;
}

.site-header .wrap{
	max-width:95%;
	margin:0 auto;
}

body.home{
	background-image:url("images/home-header-bg.png"),url("images/home-left-eclips.png");
	background-repeat:no-repeat,no-repeat;
	background-position:right top,left 50%;
	background-size:70%,auto;
}

.home-panel-one{
	padding-top:165px;
	margin-bottom:104px;
}

.btn,.content .entry-content .textwidget a.btn{
	background:#f2a359;
	font-size:14px;
	font-weight:700;
	color:#fff;
	padding:10px 30px;
	border-radius:27px;
	display:inline-block;
}

.btn:hover,.entry-content .btn:hover,.content .entry-content .textwidget a.btn:hover{
	background:#ff8d23;
	color:#fff;
	text-decoration:none;
}

.content .entry-content .products-panel a.btn {
	background-color: #4a6f89;
}

.content .entry-content .products-panel a.btn:hover {
	background-color: #387da9;
}

.home-panel-one .btn{
	margin-top:12px;
}

body .lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item{
	text-align:center;
	background-image: url("images/counter-dots.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	margin: 0;
}

body .lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item:first-child{
	background-position: right 13px center;
}

body .lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item:last-child{
	background:none;
}

body .lsow-odometers .lsow-odometer .lsow-number{
	margin-bottom:0px;
}

body .lsow-odometers .lsow-odometer .lsow-number span {
    font-size: 48px;
    color: #a65225;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}

body .lsow-odometers .lsow-odometer .lsow-suffix {
    margin-left: 1px;
    font-size: 48px;
    color: #a65225;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

body .lsow-odometers .lsow-odometer .lsow-stats-title {
    font-size: 28px;
    line-height: 1;
    display: inline-block;
    color: #4e4d5b;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 500;
	padding: 0 28px;
}

.read-more{
	font-family: 'Cormorant Garamond', serif;
	font-weight:500;
	font-style:italic;
	color:#a65225;
	font-size:24px;
	border-bottom:4px solid #a65225;
}

.read-more:hover{
	color:#7F5218 !important;
	border-bottom:4px solid #7F5218;
	text-decoration:none !important;
}

body button#rmp_menu_trigger-708 {
    width: 50px;
    height: 50px;
    top: 29px;
    right: 2.5%;
    background:#f2a359;
    border-radius: 100%;
}

body .rmp-trigger-box{
	top:-1px;
}

body button#rmp_menu_trigger-708.is-active,body button#rmp_menu_trigger-708:hover, body button#rmp_menu_trigger-708:focus{
	background:#f2a359 !important;
}

body button.rmp_menu_trigger .responsive-menu-pro-inner::before {
    top: 8px;
}
body button.rmp_menu_trigger .responsive-menu-pro-inner::after {
    bottom: 8px;
}

.double-border{
	
}

.image-description-panel{
	padding:55px;
	border-radius:15px;
}

.image-description-panel h5{
	margin-bottom:27px;
}

.image-description-panel:hover{
	background:#fff;
	box-shadow:1px 4px 50px rgba(0,0,0,0.3);
}

.entry-content .image-description-panel ul{
	margin-left:20px;
	max-width:70%;
}

.entry-content ul li{
	list-style-type:none;
	position:relative;
}

.entry-content ul li:before{
	content:"";
	display:block;
	width:6px;
	height:6px;
	position:relative;
	background:url("images/bullet.jpg") 0 0 no-repeat;
	margin-left: -22px;
	top: 13px;
}

.entry-content .gform_wrapper ul li::before{
	display:none;
}

.image-description-panel ul li{
	padding:13px 0 13px 25px;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
}

.image-description-panel .sow-image-container img{
	border-bottom-left-radius:100px;
	border-bottom-right-radius:15px;
	border-top-left-radius:15px;
	border-top-right-radius:100px;
}

.casestudies-slider-panel{
	max-width:1440px;
	margin:0 auto 85px !important;
}

.heading-icon h5,.heading-icon h2{
	padding-top:65px;
}

.heading-icon h5 strong,.heading-icon h2 strong{
	font-family: 'Cormorant Garamond', serif;
	font-weight:400;
	font-style:italic;
	color:#4e4d5b;
	line-height: 1.1;
	display: inline-block
}

#polyclonal.heading-icon h5,.page-template-page_polyclonal #polyclonal.heading-icon h2{
	background-image:url("images/polyclonal-icon.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
}

#monoclonal.heading-icon h5,.page-template-page_polyclonal #monoclonal.heading-icon h2{
	background-image:url("images/monoclonal-icon.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
}

.left-side-image,.right-side-image{
	position:relative;
}

.image-description-panel .right-side-image .sow-image-container{
	text-align:right;
	display:block;
}

.image-description-panel .right-side-image .sow-image-container img{
	border-bottom-left-radius:15px;
	border-bottom-right-radius:80px;
	border-top-left-radius:80px;
	border-top-right-radius:15px;
	display: inline-block;
}

.left-side-image:after{
	content:"";
	display:block;
	height:2px;
	width:213px;
	background:#db995a;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	right:38px;
}

.right-side-image:after{
	content:"";
	display:block;
	height:2px;
	width:213px;
	background:#db995a;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	left:38px;
}

#polyclonal:after{
	display:block;
	content:"";
	width:76px;
	height:220px;
	background-image:url("images/home-right-eclips.png");
	background-repeat:no-repeat !important;
	background-position:right center;
	background-size: contain;
	position:absolute;
	right:0px;
}

#recombinant.heading-icon h5{
	background-image:url("images/recombinant-icon.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
}

#custom-antibody{
	background-size:100%;
	background-repeat: no-repeat !important;
	background-position: left center;
}

#custom-antibody.image-description-panel:hover{
	box-shadow: none;
	background-color:transparent;
}

#custom-antibody .right-side-image::after{
	display:none;
}

body #responsive > .tns-item{
	font-size: 16px;
}

.promotions-panel{
	padding:0 68px;
}

.promotions-panel .sow-features-feature .textwidget{
	width:630px;
	height:350px;
	background:#fff;
	border-radius:15px;
	box-shadow:1px 10px 25px rgba(0,0,0,0.3);
	padding:40px 50px 40px 50px;
	position:relative;
	font-size:16px;
}

.promotions-panel .sow-features-feature .textwidget h5{
	margin:0px !important;
	position:absolute;
	right:0px;
	top:-41px;
}

.promotions-panel .sow-features-feature .textwidget h6 strong{
	font-size:59px;
	color:#a65225;
}

.promotions-panel .sow-features-feature .textwidget h6{
	font-family: 'Ubuntu', sans-serif;
	color:#4e4d5b;
}

.latest-news-panel{
	padding:0 55px;
}

.latest-news-panel h5{
	display:inline-block;
}

.latest-news-panel h5 strong{
	font-family: 'Cormorant Garamond', serif;
	color:#4e4d5b;
	font-size:20px;
	font-style:italic;
}

.latest-news-panel .more-news{
	float:right;
	font-size:18px;
	color:#4e4d5b;
	padding-right:25px;
	background:url("images/right-arrow-17.jpg") right 4px no-repeat;
	position: relative;
	top: -65px;
	font-weight:700;
}

.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:first-child{
	position:relative;
}

.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:first-child .rpwwt-widget li{
	list-style-type:none;
}

.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:first-child .rpwwt-widget li:before{
	display:none;
}

.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:first-child .widget-title{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	position:absolute;
	top:55px;
	left:52px;
	z-index: 999;
}

.latest-news-panel .wp-post-image{
	pointer-events: none;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 55px;
	border-top-left-radius: 55px;
	border-top-right-radius: 100px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}

.latest-news-panel .rpwwt-post-title{
	font-size:36px;
	color:#fff;
	font-weight:700;
	position: absolute;
	top: 23%;
	left: 55px;
	max-width: 85%;
}

.latest-news-panel .rpwwt-post-date{
	position: absolute;
	bottom: 13%;
	left: 55px;
	color:#fff;
}

.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child{
	position:relative;
}

.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child article{
	padding:40px 50px;
	border-bottom:3px solid #db995a;
	border-radius:5px;
	box-shadow: 0px 4px 15px rgba(0,0,0,0.3);
	position:relative;
}

.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child h4.entry-title{
	font-size:24px;
	font-weight:700;
	color:#4e4d5b;
}

.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child h4.entry-title a{
	font-weight:700;
	color:#4e4d5b;
	line-height: 1.3;
	padding-right: 5%;
}

.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child .entry-meta{
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	margin: 40px 0 0 0;
}

.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child .entry-meta .entry-categories{
	font-size:0px;
	display:inline-block;
}

.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child .entry-meta .entry-time{
	display:inline-block;
	color:#909090;
	
}

.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child .entry-meta .entry-categories a{
	font-size:14px;
	color:#909090;
	text-transform:uppercase;
}

.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child .entry-content p{
	font-size:0px;
	margin:0px;
}

.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child .entry-content p a.more-link{
	font-size:14px;
	color:#a65225;
	font-weight:700;
	position:absolute;
	bottom:33px;
	right:50px;
	padding-bottom:3px;
	border-bottom:4px solid #a65225;
}

.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child .entry-content p a.more-link:hover{
	color:#7F5218;
	border-bottom:4px solid #7F5218;
}

.watch-video-panel h5 strong{
	font-family: 'Cormorant Garamond', serif;
	color:#4e4d5b;
	font-size: 20px;
	font-style: italic;
}

.watch-video-panel{
	padding:60px 55px;
}

.watch-video-panel .sow-image-container{
	border-radius:5px;
	box-shadow: 0px 4px 15px rgba(0,0,0,0.3);
}

.products-panel{
	padding:55px 0px;
	color:#fff;
}

.products-panel .siteorigin-widget-tinymce{
	max-width:655px;
	margin:0 auto;
}

.products-panel .siteorigin-widget-tinymce a{
	background:#4a6f89;
}

.entry-content .products-panel .siteorigin-widget-tinymce a.btn{
	color:#fff;
}

.entry-content .products-panel .siteorigin-widget-tinymce a.btn:hover{
	text-decoration:none;
}

.products-panel .siteorigin-widget-tinymce a:hover{
	background:#387da9;
}

.products-panel h2{
	color:#fff;
}

.site-inner{
	padding-bottom:110px;
	background-image:url("images/site-inner-bottom-right-bg");
	background-position:right bottom;
	background-repeat:no-repeat;
}

/*
Tiny Slider Css Start
-------------------------------- */

#responsive-mw {
    background-color: #f7dfbb;
	padding: 94px 40px;
	margin: 0 57px;
	background-image:url("images/thumbnail-slider-bg.jpg");
	background-repeat:no-repeat;
	background-size:100%;
}

.box {
	border: 15px solid transparent;
	position: relative;
}

.box-container {
    background: #fff;
    height: 270px;
	border: 1px solid #db995c;
	border-radius: 5px;
	padding: 0 40px;
}

.box h3 {
	color: #ab4f26;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	padding: 32px 0 0;
	margin: 0 0 10px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;	
}

.box h4 {
	color: #4c4a58;
	text-align: center;
	font-size: 18px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;	
}

.tns-controls {
    position: relative;
}

.tns-controls button {
    background: #f1a359;
    width: 57px;
    height: 489px;
}

.tns-controls button[data-controls="prev"] {
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	background-image:url("images/left-arrow.jpg");
	font-size:0px;
}

.tns-controls button[data-controls="next"] {
    position: absolute;
    right: 0;
    top: 0;
	background-image:url("images/right-arrow.jpg");
	font-size:0px;
}

.single-case_study .addthis_tool{
	display:none;
}

.box-container-hover {
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
	height:100%;
}

.box-container-hover a{
	display:block;
	width:100%;
	height:100%;
	padding:0 30px;
}

.box-container-hover p {
	text-align: center;	
}

.box-container-hover a:hover p{
	color:#333;
}

.box:hover .box-container-hover {
	opacity: 1;
}

.box:hover .box-container h3, .box:hover .box-container h4 {
	opacity: 0;	
}

/*
Tiny Slider Css End
-------------------------------- */

/*
3D Slider Css Start
-------------------------------- */

.swiper-container {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.swiper-slide {
	background-position: center;
	background-size: 100%;
	width: 410px;
	/*height: 238px;*/
	height: 191px;
	box-shadow: 0px 4px 15px rgba(0,0,0,0.3);
}

.animal-specs {
    	margin: 20px 0 0;
}

.text-slide{
	display:none;
	margin-top:100px;
	padding:0 15px;
}

.text-slide.active{
	display:block;
}

.text-slide.active[name="Llama"] .panel-grid-cell-empty{
	opacity:0;
}

/*
3D Slider Css End
-------------------------------- */

body.page-template-page_polyclonal {
    background-image: url("images/internal-header-bg.png");
    background-position: right top;
    background-size: 70%;
	background-repeat:no-repeat;
}

body.page-template-page_polyclonal .wrap{
	max-width:1175px;
}

body.page-template-page_polyclonal .site-header .wrap{
	max-width:95%;
}

.promo-panel-wrapper{
	background-image:url("images/home-left-eclips.png");
	background-position:left center;
	background-repeat:no-repeat;
	background-size:75px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.promo-panel{
	margin:53px 0 9px;
}

.promo-panel .panel-grid-cell{
	position:relative;
}

.promo-panel .panel-grid-cell h5{
	color:#fff;
	font-size:12px;
	font-family: 'Ubuntu', sans-serif;
	position:absolute;
	top:30px;
	left:50px;
	text-transform:uppercase;
}

.promo-panel .image-widget-container.middle .widget-title{
	line-height:1.2;
	font-size:30px !important;
	text-align:left;
	padding-left:50px;
	padding-right: 30px;
	top: 39%;
}

.promo-panel .panel-grid-cell:nth-child(2) .image-widget-container.middle .widget-title{
	font-size:24px;
}

.promo-panel .panel-grid-cell:last-child .image-widget-container.middle .widget-title{
	font-size:21px;
}

.promo-panel .image-widget-container.middle .widget-title a{
	color:#fff;
	font-weight:700;
}

.promo-panel .image-widget-readmore{
	display: inline-block;
	margin-top: 0;
	padding: 0;
	position: absolute;
	bottom: 45px;
	padding-bottom: 5px;
	border:0px;
	border-bottom: 3px solid #fff;
	color:#fff;
	right: 45px;
	font-weight:700;
}

.package-add-ons{
	width:645px;
	height:335px;
	margin:-150px auto 100px;
	border-radius:10px;
	border-bottom:3px solid #f2a359;
	box-shadow: 0px 4px 15px rgba(0,0,0,0.3);
	background:#fff;
}

.page-id-7 .package-add-ons{
	height:400px;
}

.package-add-ons .siteorigin-widget-tinymce{
	padding:40px 60px 0px 60px;
	font-size:16px;
	font-weight:600;
}

.entry-content .package-add-ons .siteorigin-widget-tinymce ul{
	margin-left:25px;
	line-height: 1.2;
}

.our-process-panel{
	padding:15px 0 35px;
}

.our-process-panel h5{
	margin-bottom:50px;
}

.get-started-panel{
	margin-top: 100px;
	background-image:url("images/home-left-eclips.png"),url("images/Polyclonal-inner-right-eclips.png");
	background-position:left center,right center;
	background-repeat:no-repeat,no-repeat;
}

.get-started-panel #gform_wrapper_1{
	max-width:975px;
	margin:0 auto;
}

.get-started-panel h2{
	margin-bottom:0px;
	line-height:0.9;
}

.get-started-panel h5{
	margin-bottom:0px;
	color:#dab785;
	line-height:0.9;
}

.get-started-panel .gfield_html_formatted h6 {
    color:#4e4d5b;
    font-size: 21px;
	text-transform:uppercase;
}

.get-started-panel .gform_fields .gfmc-column {
	float:left;
}

.package-box{
	background:#fffcf7;
	max-width:395px;
	padding:30px 50px !important;
	border:1px solid #d7d7d7;
	border-radius:5px;
}

.gform_wrapper .top_label .gfmc-row-1-col-2-of-2 .gfield_label {
    font-size: 14px;
    font-weight: 400;
}

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper textarea.medium{
	background: #fffcf7;
	padding:1.6rem;
}

body .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
body .gform_wrapper select.large{
	background: #fffcf7;
	padding:1.6rem;
	-webkit-appearance: none;
}

body .gform_wrapper textarea.medium{
	height:188px;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 2px !important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 9px !important;
}

body .gform_wrapper ul li.gfield.package-box {
    margin-top: 44px !important;
}

body .gform_wrapper ul li.gfield.package-box ul.gfield_radio{
	margin-top:30px;
}

body .gform_wrapper .gform_footer input.button,body .gform_wrapper .gform_footer input[type="submit"]{
    font-size: 14px;
    width: auto;
    margin: 0;
    background:#f2a359;
    border-radius: 25px;
    padding: 16px 63px;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0px;
}

body .get-started-panel .gform_wrapper .gform_footer input.button,body .gform_wrapper .gform_footer input[type="submit"]{
	margin-left:165px;
}

body .gform_wrapper .gform_footer{
	margin: 35px 0 0;
	text-align: center;
}

.need-panel{
	margin-top:105px;
}

.need-panel .panel-grid-cell{
	width:570px;
	min-height:270px;
	padding:45px 33px 10px 33px;
	border:1px solid #db995a;
	border-radius:10px;
	background:#fff;
	text-align:center;
	box-shadow: 0px 4px 15px rgba(0,0,0,0.3);
}

.need-panel .panel-grid-cell h6{
	position:relative;
	font-size:35px;
}

.need-panel .panel-grid-cell h6:after{
	content:"";
	display:block;
	width:80px;
	height:10px;
	border-top:1px solid #db995a;
	border-bottom:1px solid #db995a;
	margin:18px auto 10px;
	position:relative;
}

.need-panel .panel-grid-cell:last-child h6:after{
	margin:25px auto 10px;;
}

.need-panel .panel-grid-cell h6 strong{
	display:block;
	line-height:0.7;
	color:#4e4d5b;
	font-size:24px;
}

.need-panel .btn{
	padding:14px 65px;
}

.need-panel .panel-grid-cell:last-child p a{
	font-size:17px;
	color:#4e4d5b;
	text-decoration:underline;
	position: relative;
	top: 34px;
}


.need-panel .panel-grid-cell:last-child p a:first-child{
	float:left;
	margin-left:15px;
	font-size:17px;
	color:#4e4d5b;
	text-decoration:underline;
	position: relative;
	top: 34px;
}

.need-panel .panel-grid-cell:last-child p a:nth-child(2){
	float:right;
	margin-right:15px;
	font-size:17px;
	color:#4e4d5b;
	text-decoration:underline;
	position: relative;
	top: 34px;
}

body #rmp-container-708 {
    width: 35%;
	background-size:cover;
}

body.page-template-default,body.blog,body.archive,body.single,body.page-template-page_universal {
    background-image:url("images/home-left-eclips.png"), url("images/internal-header-bg.png");
    background-position:left top 210px, right top;
    background-size: auto,70%;
	background-repeat:no-repeat,no-repeat;
}

body.page-template-default .site-inner,body.blog .site-inner,body.archive .site-inner,body.single .site-inner,body.page-template-page_universal .site-inner{
	background-image:url("images/internal-site-inner-bg.png");
	background-repeat:no-repeat;
	background-position: right bottom;
	margin-top:20rem;
	padding-bottom: 40rem;
}

body .site-inner{
	background-image:url("images/site-inner-bottom-right-bg.jpg");
	background-repeat:no-repeat;
	background-position: right bottom;
}

body.page-template-default .site-inner .wrap,body.blog .site-inner .wrap,body.archive .site-inner .wrap,body.single .site-inner .wrap,body.page-template-page_universal .site-inner .wrap{
	max-width:975px;
}

body.page-template-default .site-inner .entry-title{
	max-width:59%;
}

body.blog .site-inner .entry-title{
	line-height:0.8;
}

body.single .site-inner .entry-title{
	line-height:1.2;
}

body.blog .site-inner .entry,body.archive .site-inner .entry{
	background:url("images/double-border.jpg") left bottom no-repeat;
	padding-bottom:30px;
}

body.blog .site-inner .entry-title a,body.archive .site-inner .entry-title a{
	font-size:35px;
	color:#a65225;
	font-weight:700;
}

body .sow-accordion-title {
    font-size: 20px;
    font-weight: 700;
}

body .sow-icon-ionicons {
	color:#a65225;
}

body .sow-accordion-panel-content {
    font-size: 18px;
}

.cover-animal-panel{
	background-image:url("images/3d-slider-bottom-bg.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	background-size:100%;
	padding-bottom:220px;
}

.animal-content-panel > .panel-grid-cell{
	background:#fff;
	box-shadow: 0px 4px 15px rgba(0,0,0,0.3);
	border-top:4px solid #db995a;
	border-radius:10px;
	padding:30px 15px 100px 15px;
	margin-right:25px;
	width:33.33%;
	position:relative;
}

.animal-content-panel > .panel-grid-cell:last-child{
	margin-right:0px;
}

.animal-content-panel > .panel-grid-cell.panel-grid-cell-empty{
	background:#fff;
	box-shadow:none;
	border-top:0px solid #db995a;
	width:16.7%;
	background:transparent;
}

.animal-content-panel > .panel-grid-cell .panel-layout .panel-grid .panel-grid-cell:first-child{
	width:9%;
}

.animal-content-panel > .panel-grid-cell .panel-layout .panel-grid .panel-grid-cell:last-child{
	width:91%;
}

.animal-content-panel > .panel-grid-cell .panel-layout .panel-grid:first-child .panel-grid-cell{
	width:100%;
}



.animal-content-panel > .panel-grid-cell .panel-layout .panel-grid:first-child .widget-title{
	text-align:center;
	font-size:24px;
	margin-bottom:0px;
	line-height:1;
}

.animal-content-panel > .panel-grid-cell .panel-layout .panel-grid:first-child{
	font-size:16px;
	color:#909090;
}

.animal-content-panel > .panel-grid-cell .panel-layout .panel-grid:first-child h6{
	font-size:18px;
	margin-bottom:0px;
	line-height:1
}

.animal-content-panel > .panel-grid-cell .panel-layout .panel-grid:first-child h6 strong{
	font-size:24px;
}

.animal-timeline-box{
	position:relative;
}

.animal-timeline-box:before{
	content:"";
	display:block;
	width:21px;
	height:21px;
	border-radius:100%;
	background:#a65225;
	position:relative;
}

.animal-timeline-box h6{
	font-size:12px;
	color:#fff;
	background:#dab785;
	padding:10% 20%;
	transform:rotate(90deg);
	font-family: 'Ubuntu', sans-serif;
	text-align: center;
	position: absolute;
}

.animal-content-panel > .panel-grid-cell:nth-child(1) .panel-layout .panel-grid:not(:first-child),.animal-content-panel > .panel-grid-cell:nth-child(2) .panel-layout .panel-grid:not(:first-child){
	min-height:180px;
}

.animal-content-panel > .panel-grid-cell:nth-child(3) .panel-layout .panel-grid{
	min-height:130px;
}

.animal-content-panel > .panel-grid-cell:first-child .animal-timeline-box h6{
	min-width: 145px;
	left: -61px;
	top: 88px;
}

.animal-content-panel > .panel-grid-cell:nth-child(2) .animal-timeline-box h6{
	min-width: 145px;
	left: -61px;
	top: 88px;
}

.animal-content-panel > .panel-grid-cell:nth-child(3) .animal-timeline-box h6{
	min-width: 95px;
	left: -36px;
	top: 63px;
}

.animal-bullets-box{
	font-size:14px;
}

.animal-bullets-box h5{
	font-size:16px;
	color:#4e4d5b;
	margin-bottom:5px;
}

.entry-content .animal-bullets-box ul{
	margin-left:27px;
}

.entry-content .animal-bullets-box ul li:before{
	display:none;
}

.animal-content-panel .btn{
	position:absolute;
	bottom:50px;
	width:80%;
	left:50%;
	-webkit-transform:translatex(-50%);
	-ms-transform:translatex(-50%);
	transform:translatex(-50%);
}

body ul#rmp-menu-708 {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align:center;
}

body #rmp-menu-wrap-708 .rmp-menu-item {
	line-height:0.6;
}

body #rmp-container-708 #rmp-menu-708 li.rmp-menu-item .rmp-menu-item-link{
	font-weight: 700;
    display: inline-block;
    width: auto;
    padding: 0 10px;
	padding-right:30px;
	border-bottom:3px solid transparent;
	background-color:transparent;
}

body #rmp-container-708 #rmp-menu-708 li.rmp-menu-item .rmp-menu-item-link:hover{
	color:#a65225;
	border-bottom:3px solid #a65225;
}

.sidebar .widget-title{
	font-size:25px;
}

body.error404 .site-inner {
    padding-top: 10rem;
}

#searchform-1{
	width:100%;
}

.search .entry-title a{
	font-size:35px;
	color:#a65225;
}

body.search .site-inner{
	padding-top:8rem;
}

body.search .archive-description {
    margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

body.search .site-inner .entry {
    background: url("images/double-border.jpg") left bottom no-repeat;
    padding-bottom: 30px;
}

body #rmp-container-708 #rmp-menu-708 li.rmp-menu-item a .rmp-menu-subarrow {
	right: -10px;
	color: #4e4d5b;
	background:transparent;
	border:none;
}

body #rmp-container-708 #rmp-menu-708 ul.responsive-menu-submenu-depth-1 a.rmp-menu-item-link {
    padding-left: 0;
}

.content .entry-content .textwidget a{
	color:#a65225;
}

.content .entry-content .textwidget a:hover{
	text-decoration:underline;
}

.cover-animal-panel > .panel-grid-cell .siteorigin-widget-tinymce{
    position: relative;
}

.cover-animal-panel > .panel-grid-cell .siteorigin-widget-tinymce .text-slide .siteorigin-widget-tinymce{
	position:static;
}

body .swiper-button-next,body .swiper-button-prev{
	color:#A45223;
}

body .swiper-button-next,body .swiper-button-prev{
	top:235px;
}

body .swiper-button-prev{
	left:-4%;
}

body .swiper-button-next{
	right:-4%;
}

.hide-desktop{
	display:none;
}

.search-panel{
  	background: #F0B173;
  	position: relative;
  	top:0px;
  	right: 0%;
  	width: 100%;
  	height: 50px;
  	display: none;
	color:#fff;
	padding-top: 7px;
	 -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
	transition:all 1s ease;
}

.search-panel ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search-panel ::-moz-placeholder { /* Firefox 19+ */
  color:  #fff;
}
.search-panel :-ms-input-placeholder { /* IE 10+ */
  color:  #fff;
}
.search-panel :-moz-placeholder { /* Firefox 18- */
  color:  #fff;
}

.search-panel .wrap{
	max-width:1140px;
	margin:0 auto;
}

.search-panel .search-form{
	padding:0px;
}

.search-panel #searchform-1{
	width: 80%;
}

.search-panel input[type="search"]{
  	width: 80%;
  	padding: 5px 10px;
  	margin-right: 5%;
	border-top:0px;
	border-left:0px;
	border-right:0px;
  	border-bottom: 1px solid #fff;
	color:#fff;
	background:transparent;
	border-radius:0px;
}

.search-panel input[type="submit"]{
  	width: 10%;
	height:35px;
	font-size: 15px;
  	padding:0;
  	background: transparent;
  	color: #fff;
  	border: 1px solid #fff;
    clip: rect(0, 0, 0, 0);
    margin: 0 0;
    margin-left: 8px;
    position: relative;
	text-transform:normal;
}

.button-search span{
	font-size:0px;
}

.button-search a{
	padding:1px 11px;
}

.button-search a:hover{
	text-decoration:none !important;
	border-bottom: 3px solid transparent !important;
}

.button-search{
	background:url("images/search-icon-v1.png");
	background-repeat:no-repeat;
	background-position:center center;
	top: -7px;
	position: relative !important;
}

.button-search.cross-icon{
	background:url("images/cross-icon.png");
}

.entry-content .gform_wrapper ul li:before{
	display:none !important;
}

body .gform_wrapper .gform_footer input[type="submit"]#gform_submit_button_5{
	margin-left:0px;
}

 body #gform_wrapper_2.gform_wrapper .gform_footer input[type="submit"] {
    margin-left: 0px;
}

.upgrade-arrow-icon .lsow-icon-list .lsow-icon-list-item .lsow-icon-wrapper span{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.upgrade-arrow-icon .aligncenter{
		margin-bottom:0px;
}

#accordion-content-animals .lsow-accordion .lsow-panel-content th{
	font-size:13px;
	line-height:1.3;
	font-weight:600;
	text-align:center;
}

#accordion-content-animals .lsow-accordion .lsow-panel-content tr{
	line-height:1.3;
	font-size: 13px;
}

#accordion-content-animals .lsow-accordion.style1 .lsow-panel .lsow-panel-content {
    background:#f8f8f8;
    padding: 0px 15px;
}

.additional-note{
	color:#000;
	padding:10px;
	text-align:center;
	font-size:13px;
}

.privacy-policy{
	color:#000;
	text-align:center;
	font-size: 14px;
}

#gform_submit_button_6 {
    margin: 0;
}

#conversations-wrap{
	bottom: 60px !important;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 2000px) {
	
	body.home{
		background-size:65%,auto;
	}
	
}

@media only screen and (min-width: 1800px) {
	
	.home-panel-one .widget_lsow-odometers{
		margin-top:107px;
	}
	
	#polyclonal:after{
		width:170px;
		height:495px;
	}
	
	
}

@media only screen and (min-width: 1600px) {
	
	#polyclonal:after{
		width:155px;
		height:495px;
	}
	
	.promo-panel-wrapper{
		background-size:auto;
	}

}

@media only screen and (max-width: 1600px) {
	
	.home-panel-one {
    	padding-top: 110px;
	}
	
	.site-header .widget-area {
		padding-right:7%;
	}
	
	body.home{
		background-position: right top,left 47%;
		background-size:70%,75px;
	}
	
	.casestudies-slider-panel{
		max-width:90%;
	}
	
	.genesis-nav-menu a{
		font-size:16px;
	}
	
	.genesis-nav-menu > .menu-item {
    	margin: 0 0px 0 22px;
	}
	
	.box h3{
		padding: 20px 0 0;
    	font-size: 20px;
	}
	
	.box-container-hover a{
		padding: 0 15px;
	}
	
	.box-container{
		padding: 0 20px;
	}
	
}

@media only screen and (max-width: 1320px) {
	
	.wrap {
		max-width: 95%;
	}
	
	h4{
		font-size:3.5rem;
	}
	
	.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child h4.entry-title {
		font-size: 20px;
	}
	
	body .lsow-odometers .lsow-odometer .lsow-number span{
		font-size:44px;
	}
	
	body .lsow-odometers .lsow-odometer .lsow-suffix{
		font-size: 40px;
	}
	
}


@media only screen and (max-width: 1179px) {
	
	.title-area{
		width:160px;
	}
	
	.site-header .widget-area{
		width:82%;
	}
	
	body.error404 .site-inner {
    	padding-top: 7rem;
	}
	
	.genesis-nav-menu a{
		font-size:13px;
	}
	
	.button-search a {
    	padding: 3px 11px;
	}
	
	.search-panel .wrap {
		max-width: 95%;
	}
	
	.search-panel input[type="text"] {
		width: 83%;
	}
	
	.genesis-nav-menu > .menu-item {
    	margin: 0 0px 0 27px;
	}
	
	.home-panel-one .panel-grid-cell{
		margin-bottom:10px !important;
	}
	
	.home-panel-one {
    	padding-top: 30px;
		margin-bottom:50px;
	}
	
	h1{
		font-size:4rem;
	}
	
	h4 {
    	font-size: 3rem;
	}
	
	h5 {
    	font-size: 2.8rem;
	}
	
	body .lsow-odometers .lsow-odometer .lsow-number span {
    	font-size: 34px;
	}
	
	body .lsow-odometers .lsow-odometer .lsow-suffix {
    	font-size: 34px;
	}
	
	body .lsow-odometers .lsow-odometer .lsow-number{
		line-height:1;
		letter-spacing:0px;
	}
	
	body .lsow-odometers .lsow-odometer .lsow-stats-title {
    	font-size: 22px;
		padding:0 10px;
	}

	.content {
		width: 78%;
	}
	
	.sidebar{
		width:20%;
	}
	
	.image-description-panel {
    	padding: 30px;
	}
	
	.image-description-panel h5 {
    	margin-bottom: 20px;
		font-size: 3rem;
	}
	
	.entry-content .image-description-panel ul {
    	margin-left: 4px;
    	font-size: 18px;
    	max-width: 90%;
	}
	
	.casestudies-slider-panel {
    	max-width: 96%;
	}
	
	.box-container,.box-container-hover{
		padding:0 20px;
	}
	
	#polyclonal:after{
		z-index:-1;
	}
	
	body.home {
    	font-size: 18px;
		background-size: 83%,75px;
	}
	
	.left-side-image:after{
		display:none;
	}
	
	.promotions-panel .sow-features-feature .textwidget h6 strong {
    	font-size: 42px;
	}
	
	.promotions-panel .sow-features-feature .textwidget h6{
		font-size: 2.6rem;
	}
	
	.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child article {
    	padding: 15px 20px;
	}
	
	.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child h4.entry-title {
    	font-size: 17px;
	}
	
	.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child .entry-meta{
		font-size:12px;
	}
	
	.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child .entry-content p a.more-link {
    	font-size: 13px;
    	bottom: 17px;
    	right: 21px;
	}
	
	.watch-video-panel {
    	padding: 15px 0;
	}
	
	.footer-widgets .wrap{
		max-width:95%;
	}
	
	.footer-widgets .panel-grid-cell li a {
    	font-size: 17px;
	}
	
	.footer-widgets{
		font-size:16px;
	}
	
	.social-icons a{
		margin:0 2px;
	}
	
	.promotions-panel .sow-features-feature .textwidget h5{
		top:-28px;
	}
	
	.right-side-image:after{
		display:none;
	}
	
	body.page-template-page_polyclonal .wrap{
		max-width:95%;
	}
	
	.promo-panel .image-widget-container.middle .widget-title{
		top:45%;
		padding-left: 30px;
    	padding-right: 15px;
		font-size: 23px;
	}
	
	.promo-panel .panel-grid-cell:nth-child(2) .image-widget-container.middle .widget-title {
    	font-size: 19px;
	}
	
	.promo-panel .panel-grid-cell:last-child .image-widget-container.middle .widget-title {
    	font-size: 17px;
	}
	
	.need-panel .panel-grid-cell h6 {
    	font-size: 25px;
	}
	
	.need-panel .panel-grid-cell:last-child a:first-child {
    	margin-left: 0;
    	font-size: 14px;
	}
	
	.need-panel .panel-grid-cell:last-child a:last-child {
    	margin-right: 0;
    	font-size: 14px;
	}
	
	.need-panel .panel-grid-cell {
    	min-height: 246px;
    	padding: 30px 20px 15px 20px;
	}
	
	.site-inner {
    	padding-bottom: 65px;
	}
	
	body.page-template-default .site-inner, body.blog .site-inner, body.archive .site-inner, body.single .site-inner,body.page-template-page_universal .site-inner{
		margin-top: 6rem;
    	padding-bottom: 8rem;
	}
	
	body.page-template-default .site-inner .wrap, body.blog .site-inner .wrap, body.archive .site-inner .wrap, body.single .site-inner .wrap,body.page-template-page_universal .site-inner .wrap {
    	max-width: 90%;
	}
	
	body .sow-accordion-panel-content {
    	font-size: 16px;
	}
	
	body button#rmp_menu_trigger-708{
		top:20px;
	}
	
	.box-container-hover{
		width:100%;
		font-size:15px;
	}
	
	.box-container-hover a{
		padding:0px;
	}
	
	.box h3{
		padding:10px 0 0;
		font-size:18px;
	}
	
	.box h4{
		font-size:16px;
	}
	
	body #rmp-container-708 {
    	width: 45%;
	}
	
	.promotions-panel .sow-features-feature .textwidget{
		padding: 25px 30px 30px 30px;
		width:450px;
		height:auto;
	}
	
	body .promotions-panel .sow-features-list .sow-features-feature .sow-icon-container,
	body .promotions-panel .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image{
		height:505px;
	}

}

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

	.wrap {
		max-width: 700px;
	}

	.site-header {
		position: relative;
	}
	
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		text-align: center;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.minimum-landing .site-inner {
		margin: 0;
		padding: 40px 40px 0;
		padding: 4rem 4rem 0;
	}
	
	.minimum-landing .site-container {
		padding: 5%;
	}

	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.title-area {
    	width: 90px;
	}
	
	.site-header .widget-area {
    	width: 588px;
	}
	
	.genesis-nav-menu > .menu-item {
    	margin: 0 0px 0 10px;
	}
	
	.genesis-nav-menu a {
    	font-size: 12px;
	}
	
	.genesis-nav-menu > .menu-item.header-menu-btn > a {
    	font-size: 11px;
    	width: 100px;
    	height: 39px;
    	padding: 8px 14px 0;
	}
	
	body button#rmp_menu_trigger-708 {
    	width: 50px;
    	height: 50px;
    	top: 23px;
    	right: 1.5%;
	}
	
	h1 {
    	font-size: 3rem;
	}
	
	.home-panel-one {
    	padding-top: 15px;
    	margin-bottom: 30px;
	}
	
	body .lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item{
		padding-right:14px;
	}
	
	body .lsow-odometers .lsow-odometer .lsow-number span {
    	font-size: 21px;
	}
	
	body .lsow-odometers .lsow-odometer .lsow-suffix{
		top: 5px;
    	position: relative;
		font-size:20px;
	}
	
	body .lsow-odometers.lsow-grid-container {
    	margin-left: 0;
    	margin-right: 0;
	}
	
	.entry-content .image-description-panel ul{
		font-size:15px;
	}
	
	.image-description-panel ul li {
    	padding: 3px 0 7px 15px;
	}
	
	.box-container, .box-container-hover {
    	padding: 0 4px;
	}
	
	.box h3{
		font-size:15px;
		padding: 14px 0 0;
		margin-bottom:4px;
	}
	
	.box h4{
		font-size:13px;
	}
	
	.box-container{
		height:190px;
	}
	
	body #responsive > .tns-item {
    	font-size: 13px;
	}
	
	.box-container-hover{
		font-size:13px;
		overflow-wrap: break-word;
	}
	
	.box-container-hover h3{
		font-size:12px;
	}
	
	#responsive-mw{
		padding: 25px 40px;
	}
	
	.tns-controls button{
		height:271px;
	}
	
	.tns-controls button[data-controls="prev"],.tns-controls button[data-controls="next"]{
		background-size: contain;
    	background-repeat: no-repeat;
		width:32px;
		padding:0px;
	}
	
	body #responsive-mw{
		margin:0 32px;
	}
	
	.image-description-panel h5 {
    	margin-bottom: 8px;
    	font-size: 2rem;
	}
	
	body.home,body {
    	font-size: 16px;
	}
	
	.entry-content p{
		margin-bottom:15px;
	}
	
	h4 {
    	font-size: 2.1rem;
	}
	
	body.home {
    	background-position: right top,left 42%;
		background-size: 88%,75px;
	}
	
	.promotions-panel .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image{
		width:335px !important;
		height:335px !important;
	}
	
	.promotions-panel .sow-features-list .sow-features-feature .sow-icon-container{
		width:335px !important;
		height:335px !important;
	}
	
	.promotions-panel .sow-features-feature .textwidget {
    	height: auto;
    	padding: 15px 12px 20px 22px;
    	font-size: 14px;
	}
	
	.promotions-panel .sow-features-feature .textwidget h6 strong {
    	font-size: 28px;
	}
	
	.promotions-panel .sow-features-feature .textwidget h6 {
    	font-size: 2rem;
	}
	
	.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:first-child .widget-title{
		font-size:12px;
		top: 28px;
    	left: 25px;
	}
	
	.latest-news-panel .rpwwt-post-title {
    	font-size: 23px;
    	left: 24px;
	}
	
	.latest-news-panel .wp-post-image {
    	border-bottom-left-radius: 60px;
    	border-top-right-radius: 60px;
	}
	
	.latest-news-panel .rpwwt-post-date{
		left:25px;
	}
	
	.latest-news-panel {
    	padding: 0;
	}
	
	.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child .entry-meta {
    	font-size: 11px;
	}
	
	.footer-widgets .panel-grid-cell li a {
    	font-size: 14px;
	}
	
	.footer-widgets {
    	font-size: 14px;
	}
	
	.footer-widgets .panel-grid-cell .btn {
    	font-size: 12px;
    	padding: 10px 15px;
	}
	
	.footer-creds {
    	font-size: 12px;
	}
	
	#rmp-container-708 #rmp-menu-708 li.rmp-menu-item .rmp-menu-item-link {
    	font-size: 16px;
		line-height: 2;
    	height: auto;
	}
	
	.social-icons a {
    	margin: 0 0px;
    	font-size: 18px;
    	width: 35px;
    	height: 35px;
	}
	
	.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child h4.entry-title {
    	font-size: 15px;
    	margin-bottom: 7px;
	}
	
	.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child .entry-meta{
		margin:22px 0 0 0;
	}
	
	.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child article{
		margin-bottom:25px;
	}
	
	.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child .entry-content p a.more-link {
    	font-size: 12px;
    	bottom: 15px;
    	right: 15px;
    	padding-bottom: 0;
		border-bottom:2px solid #a65225;
	}
	
	.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child .entry-content p a.more-link:hover{
		border-bottom: 2px solid #7F5218;
	}
	
	.casestudies-slider-panel {
    	margin: 0 auto 50px !important;
	}
	
	.products-panel {
    	padding: 30px 0px;
	}
	
	h2{
		font-size:40px;
	}
	
	.promo-panel .panel-grid-cell h5{
		top:10px;
		left:20px;
	}
	
	.promo-panel .image-widget-container.middle .widget-title {
    	top: 45%;
    	padding-left: 19px;
    	padding-right: 10px;
    	font-size: 18px;
	}
	
	.promo-panel .image-widget-readmore {
    	bottom: 20px;
    	padding-bottom: 1px;
    	right: 20px;
    	font-size: 16px;
    }
	
	.promo-panel .panel-grid-cell:nth-child(2) .image-widget-container.middle .widget-title {
    	font-size: 15px;
	}
	
	.promo-panel .panel-grid-cell:last-child .image-widget-container.middle .widget-title {
    	font-size: 13px;
	}
	
	.package-box {
    	max-width: 90%;
    	padding: 20px 30px !important;
	}
	
	.need-panel .panel-grid-cell h6 strong{
		line-height:1;
	}
	
	.need-panel .panel-grid-cell {
    	min-height: 270px;
	}
	
	.need-panel .panel-grid-cell:last-child a:first-child {
    	font-size: 15px;
    	float: none;
    	display: block;
    	margin-bottom: 5px;
		position: inherit;
		margin-top: 31px;
	}
	
	.need-panel .panel-grid-cell:last-child a:last-child {
    	font-size: 15px;
    	display: block;
    	float: none;
    	margin-bottom: 10px;
    	position: inherit;
	}
	
	.our-process-panel {
    	padding: 15px 0 5px;
	}
	
	.get-started-panel {
    	margin-top: 50px;
	}
	
	.get-started-panel .gfield_html_formatted h6{
		font-size:18px;
	}
	
	.animal-content-panel > .panel-grid-cell .panel-layout .panel-grid:first-child .widget-title{
		font-size:20px;
	}
	
	.animal-content-panel > .panel-grid-cell .panel-layout .panel-grid:first-child h6 {
    	font-size: 14px;
	}
	
	.animal-content-panel > .panel-grid-cell .panel-layout .panel-grid:first-child h6 strong {
    	font-size: 17px;
	}
	
	.animal-content-panel > .panel-grid-cell .panel-layout .panel-grid:first-child {
    	font-size: 14px;
	}
	
	.animal-bullets-box h5 {
 	   font-size: 12px;
	   padding-left: 7px;
	}
	
	.entry-content .animal-bullets-box ul {
    	margin-left: 13px;
	}
	
	.animal-bullets-box {
    	font-size: 13px;
	}
	
	.animal-timeline-box:before {
		width:15px;
		height:15px;
	}
	
	.animal-content-panel > .panel-grid-cell:first-child .animal-timeline-box h6{
		left:-64px;
	}
	
	.animal-content-panel > .panel-grid-cell:nth-child(2) .animal-timeline-box h6{
		left:-65px;
	}
	
	.animal-content-panel > .panel-grid-cell:nth-child(3) .animal-timeline-box h6{
		left:-40px;
	}
	
	.animal-content-panel > .panel-grid-cell{
		margin-right: 15px;
	}
	
	.animal-content-panel > .panel-grid-cell:nth-child(3) .panel-layout .panel-grid {
    	min-height: 104px;
	}
	
	.cover-animal-panel{
		padding-bottom:135px;
	}
	
	.package-add-ons{
		margin: -120px auto 60px;
	}
	
	.swiper-slide{
		height:115px;
	}
	
	.animal-content-panel > .panel-grid-cell .panel-layout .panel-grid:first-child br{
		display:none;
	}
	
	.animal-content-panel > .panel-grid-cell{
		padding: 30px 15px 25px 15px;
	}

	.animal-content-panel .btn {
    	bottom: 24px;
	}
	
	body.blog .site-inner .entry-title a, body.archive .site-inner .entry-title a {
		font-size: 28px;
	}
	
	.sidebar .widget-title {
	    font-size: 22px;
	    margin-bottom: 10px;
	}
	
	body.blog .site-inner .entry .entry-image, body.archive .site-inner .entry .entry-image{
		max-width:175px;
	}
	
	.read-more{
		font-size:20px;
	}
	
	body.error404 .site-inner {
    	padding-top: 5rem;
	}
	
	.search-panel input[type="button"]{
		font-size: 13px;
    	margin-top: 5px;
	}
	
	.promotions-panel{
		padding:0 25px;
	}
	
	.promotions-panel .sow-features-feature .textwidget{
		width:355px;
	}
	

}

@media only screen and (max-width: 730px) {
	
	.wrap {
		max-width: 95%;
	}
	
	.title-area,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.minimum-landing .site-inner,
	.sidebar,
	.site-header .widget-area,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
		width: 100%;		
	}

	.genesis-nav-menu a {
		padding: 5px 10px;
		padding: 0.5rem 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon,.c-hamburger {
		display: block;
		position: absolute;
    	top: 10px;
	}
	
	.genesis-nav-menu .menu-item {
		display: block;
		text-align: center;
		padding-left: 10px;
	}
	
	.genesis-nav-menu .sub-menu {
		left: 0px;
		width: 100%;
		opacity: 1;
		position: relative;
	}
	
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		padding: 0.6rem 2rem;
		width: 100%;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu, .site-header .sub-menu .sub-menu {
		margin: 0px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 4rem;
	}
	
	body button#rmp_menu_trigger-708{
		top:11px;
	}
	
	.genesis-nav-menu > .menu-item.header-menu-btn > a{
		margin:5px auto 0;
	}
	
	.genesis-nav-menu > .menu-item > a{
		display:inline-block;
	}
	
	.home-panel-one{
		padding-top:0px;
	}
	
	body .lsow-grid-container.lsow-grid-desktop-3 .lsow-grid-item{
		background:none;
		width:33.33%;
	}
	
	body.home {
    	background-position: right top,left 40%;
	}
	
	#custom-antibody h4{
		font-size:30px;
	}
	
	.promotions-panel {
    	padding: 0;
	}
	
	.latest-news-panel .widget_siteorigin-panels-builder .panel-grid-cell:last-child h4.entry-title {
    	font-size: 21px;
	}
	
	.widget-area.footer-widgets-1.footer-widget-area {
    	text-align: center;
	}
	
	body .lsow-odometers.lsow-grid-container{
		width:100%;
	}
	
	.promotions-panel .sow-features-list .sow-features-feature .sow-icon-container {
    	display: block;
    	margin: 0 auto !important;
	}
	
	.promo-panel .panel-grid-cell h5 {
    	top: 28px;
    	left: 40px;
	}
	
	.promo-panel .image-widget-container.middle .widget-title {
    	padding-left: 40px;
    	padding-right: 20px;
    	font-size: 31px;
	}
	
	.promo-panel .image-widget-readmore {
    	bottom: 30px;
    	right: 30px;
	}
	
	.promo-panel .panel-grid-cell:nth-child(2) .image-widget-container.middle .widget-title {
    	font-size: 25px;
	}
	
	.promo-panel .panel-grid-cell:last-child .image-widget-container.middle .widget-title {
    	font-size: 24px;
	}
	
	.animal-content-panel {
    	display: block !important;
	}
	
	.animal-content-panel > .panel-grid-cell {
    	width: 100%;
    	max-width: 325px;
    	display: block;
    	float: none;
    	margin: 0 auto 20px;
		padding:20px !important;
	}
	
	.package-add-ons {
    	width: 100%;
    	height: auto;
    	margin: -100px auto 100px;
	}
	
	.package-add-ons .siteorigin-widget-tinymce {
    	padding: 40px 30px 0px 30px;
	}
	
	.our-process-panel img{
		
	}
	
	body .get-started-panel .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type="submit"] {
    	margin-left: 0;
	}
	
	.need-panel .panel-grid-cell {
    	min-height: 270px;
    	padding: 40px 20px 0 !important;
	}
	
	.get-started-panel{
		background-position: left top 5%,right center;
	}
	
	.need-panel {
    	margin-top: 50px;
	}
	
	body.page-template-default .site-inner .entry-title {
    	max-width: 100%;
		font-size: 28px;
	}
	
	body.page-template-default .site-inner, body.blog .site-inner, body.archive .site-inner, body.single .site-inner,body.page-template-page_universal .site-inner {
    	margin-top: 0rem;
    	padding-bottom: 6rem;
	}
	
	.breadcrumb {
    	margin-bottom: 50px;
    	margin-bottom: 5rem;
	}
	
	body .sow-accordion-title {
    	font-size: 16px;
	}
	
	.cover-animal-panel {
    	padding-bottom: 40px;
	}
	
	.package-add-ons {
    	margin: -50px auto 46px;
	}
	
	.get-started-panel .gfield_html_formatted h6 {
    	font-size: 18px;
	    margin-bottom: 0;
	}
	
	body .gform_wrapper ul li.gfield.package-box {
	    margin-top: 10px !important;
	}
	
	body.blog .site-inner .entry .entry-image, body.archive .site-inner .entry .entry-image {
    	max-width: 100%;
    	margin: 0 auto 15px;
    	display: block;
    	float: none;
	}
	
	.sidebar{
		text-align:center;
	}
	
	.hide-desktop{
		display:block;
	}
	
	#nav_menu-2{
		display:none;
	}
	
	body #rmp-container-708 {
    	width: 100%;
	}
	
	.need-panel .panel-grid-cell:last-child p a:first-child{
		top:0px;
		float:none;
	}

	.need-panel .panel-grid-cell:last-child p a:nth-child(2){
		float: none;
    	margin-right: 0;
		top:0px;
	}

	.animal-content-panel > .panel-grid-cell:last-child{
		margin-right:auto;
	}
	
	body .swiper-button-next{
		right:-2%;
	}
	
	body .swiper-button-prev{
		left:-2%;
	}
	
	td{
		line-height:1.3;
		font-size:12px;
	}
	
	th{
		line-height:18px;
		font-size:14px;
	}
	
	.promotions-panel .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image,
	.promotions-panel .sow-features-list .sow-features-feature .sow-icon-container{
    	width: 270px !important;
    	height: 270px !important;
	}

	
	.promotions-panel .sow-features-feature .textwidget{
		margin-top:23px !important;
	}
	
	.get-started-panel .gform_fields .gfmc-column {
		width:100% !important;
		float:none;
	}
	
}

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

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

	.header-image .site-header .title-area .site-title a {
		background-size: contain !important;
	}
	
	#custom-antibody h4 {
    	font-size: 27px;
	}
	
	.promotions-panel .sow-features-list .sow-features-feature{
		padding:0px !important
	}
	
	.promotions-panel .sow-features-feature .textwidget {
    	width: 100%;
	}

}

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

