@charset "utf-8";
/*
Theme Name: AST
Author: Lounge Lizard
Author URI: http://www.loungelizard.com/
Description: Allied Security Trust
Version: 1.0
*/

/*********************** 1. GLOBALS ***********************/

html { background-color: #fff; }

body {
	font-family: 'Lato', sans-serif;
	font-size:24px;
	color:#515151;
	background:#FFF;
	/*display: none;*/
	opacity: 0.0;
}

* {
	outline:none!important;
}

input,
textarea,
button,
select {
	font-family: 'Lato', sans-serif;
	outline:none!important;
	line-height:normal;
}

input[type="text"],
input[type="email"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

a,
a:hover,
a:focus {
	color:#dd814d;
}

::-moz-selection {
	background-color:#dd814d;
	color:#FFF;
}

::selection {
	background-color: #dd814d;
	color: #FFF;
}

::-webkit-input-placeholder {
   color: #63605c;
}

:-moz-placeholder {
   color: #63605c;
}

::-moz-placeholder {
   color: #63605c;
}

:-ms-input-placeholder {
   color: #63605c;
}

@media screen and (min-width:1700px) {
	.container {
		width:1630px;
	}
}

@media screen and (max-width:1699px) and (min-width:1380px) {
	.container {
		width:1350px;
	}
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	/*font-size:30px;
	padding:30px 25px; */
	font-size:1em;
	padding:20px 20px;
	font-weight:300;
	background:#FFF;
	color:#515151;
	width:100%;
	border:1px solid #555555;
}

textarea {
	resize:none;
	height:330px;
	display:block;
}

.form-item {
	margin:0 0 50px;
}

input[type="submit"] {
	background:#dd814d;
	color:#FFF;
	border:none;
	font-size:30px;
	font-weight:500;
	padding:25px 80px;
}

input[type="submit"]:hover {
	background-color:#dd814d;
}

.wrapper {
	width:100%;
	overflow:hidden;
}

.site-header {
	padding:0;
	position:relative;
	z-index:1000;
	border-bottom:1px solid #898989;
}

.logo {
	width:203px;
	height:auto;
	float:left;
	/*margin:21px 0;*/
	margin: 10px 0;
}

.navbar-default {
	border:none;
	margin:0;
	min-height:20px;
	border-radius:0px;
	background:none;
  padding: 0 2%;
}

.navbar-nav > li {
	font-size:18px;
}
.navbar-nav > li.menu-item-has-children:hover::after,
.navbar-nav > li.menu-item-has-children ul.sub-menu > li:not(:last-child)::after{
  content: '';
  display: block;
  height:1px;
  width: 20%;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  background-color: #FFFFFF;
}

.navbar a.logo img.img-responsive {
  
}

.navbar-default .navbar-nav > li > a {
	padding:45px 35px;
	color:#515151;
	line-height:1em;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li.current-menu-item > a {
	color:#FFF;
	background-color:#dd814d;
}

.navbar-nav > li > ul {
	display:none;
	position:absolute;
	left:0px;
	top:100%;
	background-color:#dd814d;
	border-top:none;
	width:100%;
	padding:0 0 30px;
	margin:0;
}

.navbar-nav > li > ul li {
	list-style:none;
	text-align:center;
	font-size:18px;
}

.navbar-nav > li > ul li a {
	color:#FFF;
	text-decoration:none!important;
	display:block;
	padding:9px 5px;
}

.navbar-nav > li > ul li + li {
	margin-top:15px;
}

.navbar-nav > li > ul li a:hover {
	background-color:transparent;
}

.navbar-default .navbar-nav > li:hover > ul {
	display:block;
}

#main-menu {
	float:right;
}
#main-menu #nav li.ip3-mi,
#main-menu #nav li.ip3-mi a {
  background-color: #09458d !important;
}
#main-menu #nav li.fast-ip-mi,
#main-menu #nav li.fast-ip-mi a{
	background-color: #4682b4 !important;
}
#main-menu #nav li.sell-patents-btn{
	width: 223px !important;
}
#main-menu #nav li.sell-patents-btn,
#main-menu #nav li.sell-patents-btn a{
  background-color: #dd814d !important;
}
#main-menu #nav li.ip3-mi,
#main-menu #nav li.fast-ip-mi,
#main-menu #nav li.sell-patents-btn{
  color: #fff;
  padding: 0;
  margin: 15px 0 0 15px;
  width: 175px;
  text-align: center;
}
#main-menu #nav li.ip3-mi a,
#main-menu #nav li.fast-ip-mi a,
#main-menu #nav li.sell-patents-btn a{
  color: #fff;
  padding: 10px 15px;
}


#menu-user-menu {
	float:left;
	padding:0;
	margin: 10px 0 0 30px;
	list-style:none;
}

#menu-user-menu li {
	float: left;
	font-size: 20px;
	font-weight: 700;
  width: 25%;
  text-align:center;
}

#menu-user-menu li + li {
	margin-left:27px;
}

#menu-user-menu li a {
	display:block;
	color:#FFF!important;
	text-decoration:none!important;
	background:#717171;
	padding:10px 20px;
}

#menu-user-menu li a:hover {
	background:#5c5c5c;
}

#menu-user-menu li.sell-patents-btn a {
	background:#dd814d;
}

#menu-user-menu li.sell-patents-btn a:hover {
	background:#cc7340;
}

.hs-item {
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	background-size:cover;
}

.hs-item:before {
	content:'';
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
	width:60%;
	height:100%;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}

.hs-item > .container {
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
	z-index:2;
}

.hs-text {
	max-width:60%;
	color:#FFF;
  left: 12.5%;
  position: relative;
  transform: translateX(-12.5%)
}

.hs-text h2 {
	/*font-size:80px;*/
	font-size: 2.7em;
	font-weight:700;
	margin:0 0 30px;
}

.slider-description {
	/*font-size:45px;*/
	font-size: 1.0em;
	font-style: italic;
	max-width: 72%;
}

.homepage-slider-wrapper {
	position:relative;
	z-index:2;
}

.hs-main {
	z-index:1;
}

.hs-scroll {
	width:35px;
	height:27px;
	background:url(images/icons/hs-arrow.png) no-repeat;
	background-size:100%;
	cursor:pointer;
  margin-top:20px;
}

.hs-scroll-wrapper {
	position:absolute;
	left:0px;
	width:100%;
  bottom: 50%;
  z-index: 5;
  transform: translateY(-50%);
}

.homepage-blocks {
	position:relative;
	z-index:3;
}

.homepage-block {
	float:left;
	width:33.333333%;
	color:#FFF;
	padding:35px 15px;
	font-size:25px;
	position:relative;
	z-index:2;
}

.homepage-block-inner {
	max-width:395px;
	margin:0 auto;
}

.homepage-block h2 {
	text-align:center;
	margin:0 0 20px;
	font-size:48px;
	font-weight:700;
}

.homepage-block:hover {
	margin-top:-37px;
	padding-bottom:72px;
}

.homepage-block:hover:before {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 37px 32px;
	border-color: transparent transparent #9d5932 transparent;
	position:absolute;
	top:0px;
	right:100%;
	z-index:2;
}

.homepage-block:hover:after {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 37px 0 0 32px;
	border-color: transparent transparent transparent #9d5932;
	position:absolute;
	top:0px;
	left:100%;
	z-index:2;
}

.homepage-block#hb1:hover:before {
	border-bottom-color:#be3f36;
}

.homepage-block#hb1:hover:after {
	border-left-color:#be3f36;
}

.homepage-block#hb3:hover:before {
	border-bottom-color:#d0993c;
}

.homepage-block#hb3:hover:after {
	border-left-color:#d0993c;
}
/*Homepage Video Block */
.hp-video{

	padding-top: 45px;
}
.hp-video .video-block{
	text-align: center;
	padding:20px;
	
	
}
.hp-video .video-block h3{font-size:24px;color:#515151}
.hp-video .video-block p{font-size:18px; color:#515151}
.hp-video .video-block .ast-facts-button{border-bottom: none;}
.hp-video .video-block .video-placehold{
	margin:0 auto;
	background:center center no-repeat;
	background-size: contain;
	width:640px;
	height: 480px;
	display: block;
	margin-top:-50px;
	cursor: pointer;
	transition: all .5s ease-in-out;
}
.hp-video .video-block .video-placehold:hover{opacity: .7; }
.hp-video .video-block .video-placehold:hover .ast-play svg .a{fill: #000;}

.ast-play{margin:0 auto;
	top: 170px;
    position: relative;
	display: block;
cursor: pointer; }

.ast-play:hover svg .a{fill:#000;}
.hp-video .video-block .video-hide{display: none;}
.hp-video .video-block:nth-child(1){border-right:1px solid #515151;
}
@media screen and (max-width:768px){
	.hp-video .video-block:nth-child(1){border-right: none; border-bottom:1px solid #515151;}
	.hp-video .video-block iframe{width:90% !important; height:auto;}
	.hp-video .video-placehold{width:90% !important; height:200px !important; margin-top:-20px !important; margin-bottom: -20px !important;}
	.hp-video .ast-play{top:53px !important;}
}
/*Other Video Blocks */
.video{

	padding-top: 45px;
}
.video .video-block{
	text-align: center;
	padding:20px;
	
	
}
.video .video-block h3{font-size:24px;color:#515151}
.video .video-block p{font-size:18px; color:#515151; }
.video .video-block .ast-facts-button{border-bottom: none;}
.video .video-block .video-placehold{
	margin:0 auto;
	background:center center no-repeat;
	background-size: contain;
	width:800px;
	height: 640px;
	display: block;
	margin-top:-50px;
	margin-bottom: -50px;
	cursor: pointer;
	transition: all .5s ease-in-out;
	
}
.video .video-block .video-placehold:hover{opacity: .7; }
.video .video-block .video-placehold:hover .ast-play svg .a{fill: #000;}
.video .ast-play{margin:0 auto;
	top: 244px;
    position: relative;
	display: block;
	cursor: pointer; }
.video .video-block .video-hide{display: none;}
@media screen and (max-width:768px){
	.video .video-placehold{width:100% !important; height:200px !important; margin-top:-20px !important; margin-bottom: -20px !important;}
	.video .ast-play{top:53px !important;}
	.video .video-block iframe{width:100% !important; height:auto;}
}
.hp-brands .brands{
    position: relative;
	padding: 20px 0 !important;
	overflow: hidden;
	max-height: 300px;
}
.hp-brands .h2 {
	font-size: 48px;
    font-weight: 700;
    padding: 40px 0px;
    margin: 0;
    text-align: center;
    width: 100%;
    background: #fff;
}
@media screen and (max-width: 767px){
.hp-brands .h2 {
    font-size: 30px;
    margin: 0 0 30px;
}}
.hp-brands .brands-slider{
	height:200px;
}
.hp-brands .brands-slider .slide:not(:first-child):after{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #DCDCDC;
    position: absolute;
    top: 0;
}
.hp-brands .brands-slider .slide img{
    margin: 0 auto;
}
.hp-brands .brands-slider .slick-track{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
	position: relative;
}
.hp-brands .brands-slider-navigation .slick-arrow{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.hp-brands .brands-slider-navigation .slick-arrow.previous{
    left: 10px;
}
.hp-brands .brands-slider-navigation .slick-arrow.next{
    right: 10px;
}

.hb-link {
	padding:15px 0 0;
	text-align:right;
}

.hb-link a {
	color:#FFF;
}

.footer {
	background:#fff;
	padding: 0px;
	color:#515151;
	font-size:18px;
  position:relative;
}
.footer > .container{
  width:100%;
}
.footer a {
	color:#515151;
}

.footer-left {
  display:inline-block;
  width:50%;
  position: absolute;
  top:50%;
  transform:translateY(-50%);
}

.footer-logo {
	width:50%;
	margin:0 0 30px;
  float: left;
  display:inline-block;
}
.footer-logo img{
  width: 250px;
  text-align: center;
  margin: 0 auto;
}

.footer-address {
  width:50%;
	margin:0;
  padding-right: 40px;
  font-size: 24px;
  line-height: 48px;
  text-align: right;
  float:right;
}

.footer-social {
	width:193px;
	margin:0 0 40px;
}

.footer-developer {
	margin:0 0 40px;
}

.footer-menu ul {
	padding:0;
	margin:0 0 10px;
	list-style:none;
}

.footer-menu ul li {
	float:left;
	line-height:1.1em;
}

.footer-menu ul li + li a {
	border-left:1px solid #3e3e3e;
	padding-left:15px;
	margin-left:10px;
}

.footer-right {
	float:right;
	width:50%;
  border-left: 2px solid #dd814d;
  padding: 30px;
  margin:15px 0;
}

.footer-right::before{
  content: '';
  width:1px;
  height:100%;
  background: #fff;
}
.footer-left .h2,
.footer-right .h2 {
	margin:0 0 25px;
	font-size:30px;
	text-align:center;
	font-weight:700;
}

.footer-logo .form-item,.footer-right .form-item {
	margin:0 0 10px;
}
.footer-logo input[type="email"],.footer-logo input[type="text"],
.footer-right .form-item input[type="text"],
.footer-right .form-item input[type="email"],
.footer-right .form-item textarea {
	font-size:24px;
	background:#fff;
	background:rgba(199,199,199,.3);
	border:none;
	padding:10px 15px;
	color:#515151;
	width:100%;
}

.footer-right .form-item textarea {
	resize:none;
	height:unset;
	display:block;
}

.footer-right .form-item ::-webkit-input-placeholder {
   color: #515151;
}

.footer-right .form-item :-moz-placeholder {
   color: #515151;
}

.footer-right .form-item ::-moz-placeholder {
   color: #515151;
}

.footer-right .form-item :-ms-input-placeholder {
   color: #515151;
}

.footer-right .form-actions {
	text-align:right;
  display:inline-block;
  margin: 0;
  float:right;
}
.footer-right .form-recaptcha{
  display:inline-block;
}
.footer-left input[type="submit"],
.footer-right .form-actions input[type="submit"] {
	font-weight:700;
	font-size:30px;
	text-transform:uppercase;
	border:none;
	background:#dd814d;
	color:#3e3e3e;
	padding:7px 35px;
  width:100%;
}

.footer-right .form-actions input[type="submit"]:hover {
	background:#c26e3e;
}

.footer-right div.wpcf7 img.ajax-loader {
	float:left;
}

.footer-logo .form-item.col-xs-12,.footer-right .form-item.col-xs-12{
  padding-left:0;
}
.footer-right .form-item.col-xs-12:nth-child(4),
.footer-right .form-item.col-xs-12:nth-child(5){
  padding-right:0;
}

.footer-bottom{
  width:100%;
  background: #b3b3b3;
  color: #3e3e3e;
  height:50px;
}
.footer-bottom a{
  color: #3e3e3e;
}
.footer-bottom .footer-menu{
  display:inline-block;
}
.footer-bottom .footer-menu ul{
  display: inline-block;
  vertical-align: middle;
  margin: auto;
}
.footer-bottom .footer-menu ul li{
  line-height: 50px;
}
.footer-bottom .by_ll{
  display:inline-block;
  vertical-align: top;
  line-height:50px;
  position: relative;
}
.footer-bottom .by_ll::before{
  content: '';
  height: 22px;
  width: 0px;
  border-left: 1px solid #3e3e3e;
  display: inline-block;
  position: relative;
  top: 0;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.footer-bottom .footer-copyright{
  display:inline-block;
  float:right;
  line-height: 50px;
}
.footer-bottom .footer-copyright p{
  margin-bottom: 0;
}

.border {
    margin-top: 0px;
}
 
.orange {
    background-color: #dd814d;
    display: inline-table;
    height: 10px;
    width: 50%;
    left: 0px;
    background-repeat: repeat-x;
    position: absolute;
}
 
.blue {
    background-color: #09458d;
    display: inline-table;
    width: 50%;
    right: 0px;
    height: 10px;
    background-repeat: repeat-x;
    position: absolute;
}





.page-title {
	text-align:center;
	padding:45px 0;
}
.career-title{text-align: left;}
.page-template-template-patent-owners .page-title{
  padding: 45px 0 0 0;
}

.page-title h1 {
	font-weight:700;
	font-size:72px;
	margin:0;
}

.page-subtitle {
	font-weight:500;
	font-size: 0.8em;
	margin:30px 0 0;
}

.page-subtitle p {
	margin:0;
}

.page-subtitle p a {
	text-transform:uppercase;
	text-decoration:underline;
	color:#dd814d;
}

.main-page-content {
	padding:0 0 60px;
}

.contact-page-inner form {
	max-width:624px;
	margin:0 auto;
}

.contact-page-inner form .form-actions {
	text-align:right;
}

.contact-page-inner form .form-actions img {
	float:left;
}

.contact-text {
	font-size:24px;
}

.contact-text h3 {
	font-size:36px;
	font-weight:600;
	margin:0;
}

.contact-text p {
	margin:0 0 50px;
}

.contact-text p a {
	color:#dd814d;
	font-weight:900;
	text-decoration:underline;
}

.contact-phone {
	line-height:50px;
	background:url(images/AST-Phone-Icon.png) no-repeat left;
	background-size: 50px 50px;
	padding-left:70px;
	margin:0 0 20px;
}

.contact-fax {
	line-height:50px;
	background:url(images/AST-Fax-Icon.png) no-repeat left;
	background-size: 50px 50px;
	padding-left:70px;
}

.contact-phone a,
.contact-fax a {
	color:#515151;
	text-decoration:none!important;
}

.our-team-text {
	text-align:left;
	max-width:890px;
	margin:0 auto 50px;
}

.our-team-text h1 {
	text-align:center;
	margin:0 0 50px;
}

.team-member {
	max-width:626px;
	margin:0 auto 50px;
}

.team-member .image {
	position:relative;
	overflow:hidden;
	margin:0 0 30px;
}
.team-members {
	padding:0 0 50px;
}

.team-members .row > div:nth-child(2n+1) {
	clear:both;
}

.team-member h2 {
	text-align:center;
	font-size:40px;
	font-weight:700;
	margin:0 0 35px;
}

.member-position {
	padding:10px 10px;
	text-align:center;
	color:#FFF;
	margin:0 0 30px;
}

.faq-list {
	padding:0 0 50px;
}

.panel-group .panel {
	border-radius:0px;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:none;
}

.panel-group .panel + .panel {
	margin-top:0px;
}

.panel-default > .panel-heading {
	background:none;
	padding:0;
}

.panel-default > .panel-heading .panel-title a {
	background:#dd814d;
	display:block;
	font-size:28px;
	font-weight:700;
	text-decoration:none!important;
	color:#FFF;
	padding:24px 20px 24px 270px;
	position:relative;
}

.panel-default > .panel-heading .panel-title a:before {
	content:'';
	width:34px;
	height:34px;
	background:#FFF url(images/icons/minus@2x.png) no-repeat center;
	background-size:12.5px 7px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	position:absolute;
	left:120px;
	top:56px;
	margin-top:-34px;
	z-index:10;
}

.panel-default > .panel-heading .panel-title a.collapsed {
	background:#cccccc;
	color:#5e5e5e;
}

.panel-default > .panel-heading .panel-title a.collapsed:before {
	background:#898989 url(images/icons/plus@2x.png) no-repeat center;
	background-size:18px 18px;
}

.panel-group .panel:nth-child(2n) > .panel-heading .panel-title a.collapsed {
	background-color:#ebebeb;
}

.panel-group .panel:nth-child(2n) > .panel-heading .panel-title a.collapsed:before {
	background-image:url(images/icons/plus2@2x.png);
}

.panel-collapse > .panel-body {
	padding:25px 15px 25px 270px;
	font-size:30px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border:none;
}

.faq-answer {
	max-width:930px;
  font-size: 22px;
}

.faq-answer > * {
	margin-bottom:40px;
}

.single-page-content {
	max-width:1066px;
	padding-left:50px;
	font-weight:400;
}

.single-page-content h2 {
	font-size:48px;
	font-weight:700;
	margin:0 0 30px;
}

.single-page-content h3 {
	font-size:36px;
	font-weight:700;
	margin:0 0 30px;
}

.single-page-content h4 {
	font-size:28px;
	font-weight:700;
	margin:0 0 30px;
}

.single-page-content > * {
	margin-bottom:30px;
}

.single-page-content a {
	color:#515151;
	font-weight:700;
	text-decoration:underline;
}

.about-us-wrapper {
	/* padding: 100px 0; */
}

.about-us-wrapper > .row {
	margin:0;
}

.about-us-wrapper img {
	width:100%;
}

.about-us-title {
	background:#dd814d;
	color:#FFF;
	text-align:center;
	padding: 15px;
}

.about-us-title h2 {
	font-size:24px;
  text-transform: uppercase;
	font-weight:700;
	margin:0;
}

.about-us-wrapper .text {
	font-weight:400;
	padding:40px 60px;
}

.become-member-form-wrapper {
	background:#ebebeb;
	margin:0 0 90px;
}

.become-member-form-wrapper h2 {
	/*font-size: 60px;
	padding: 90px 15px; */
	font-size: 1.8em;
	padding: 40px 15px;
	font-weight: 700;
	color: #FFF;
	background: #dd814d;
	text-align: center;
	margin: 0;

}

.become-member-form {
	padding:90px 0;
}

.become-member-form .row > div {
	/* margin-bottom:65px; */
	margin-bottom: 15px;
	padding: 0 80px;
}

.become-member-form .row > div:nth-child(2n+1) {
	clear:both;
}

.become-member-form .row > div:last-child {
	margin-bottom:0px;
}

.become-member-form .form-actions {
	text-align:right;
}

.become-member-form .form-actions img {
	float:left;
}

blockquote {
	border:none;
	padding:30px 0;
	font-size:30px;
	border-top:3px solid #515151;
	border-bottom:3px solid #515151;
	font-weight:500;
}

blockquote strong {
	font-weight:900;
}

.become-a-member-section {
	margin:0 0 80px;
}

.become-a-member-section .text {
	padding:0;
}

.login-page {
	margin:0 auto 90px;
	max-width:900px;
	padding:0;
	font-weight:400;
}

.login-btn {
	display:inline-block;
	background:#dd814d;
	border:none;
	font-weight:500;
	padding:25px 80px;
	text-decoration:none!important;
	color:#FFF!important;
}

.login-btn:hover {
	background-color:#cf4136;
}

.blog-post-article {
	background:#fff;
	padding: 25px 15px 25px 10%;
}

.blog-post-article:nth-child(2n) {
	background:#f0f0f0;
}

.blog-post-article .image {
	max-width:310px;
	float:left;
}

.blog-post-article .text {
	max-width:960px;
	padding-left:370px;
}

.blog-post-article .text h2 {
	font-size:36px;
	font-weight:600;
	margin:0 0 15px;
}

.blog-post-article .text h2 a {
	color:#515151;
}

.post-date {
	font-weight:600;
}

.learn-more-btn {
	float:left;
	width:169px;
	text-align:center;
	padding:10px 5px;
	color:#FFF!important;
	text-decoration:none!important;
	background:#dd814d;
	font-size:18px;
	font-weight:600;
}

.learn-more-btn:hover {
	background:#dd814d;
}

.article-share {
	float:left;
	margin-left:20px;
	position:relative;
}

.share-btn {
	float:left;
	width:169px;
	text-align:center;
	padding:10px 5px;
	color:#FFF!important;
	text-decoration:none!important;
	background:#09458d;
	font-size:18px;
	font-weight:600;
}

.share-btn:hover {
	background:#d49d40;
}

.post-article-footer {
	padding:30px 0 0;
}

.share-block {
	float:right;
	margin-left:10px;
	margin-top:6px;
	display:none;
}

.share-block > span {
	display:inline-block;
	width:32px;
	height:32px;
	background: #d8a145;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	color:#FFF;
	line-height:32px;
	text-align:center;
	vertical-align:top;
}

.share-block > span + span {
	margin-left:5px;
}

.share-block > span .stButton {
	margin:0;
	vertical-align:top;
	color:#FFF!important;
}

.share-block > span .stButton .stLarge {
	background-image:none!important;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size:18px;
	line-height:32px;
}

.share-block > span.st_facebook_large .stLarge:before {
	content: "\f09a";
}

.share-block > span.st_twitter_large .stLarge:before {
	content: "\f099";
}

.share-block > span.st_email_large .stLarge:before {
	content: "\f003";
}

.blog-pagination a {
	color:#515151;
	text-decoration:none!important;
	float:right;
	font-weight:700;
	line-height:50px;
	background:url(images/icons/next@2x.png) no-repeat right center;
	background-size:50px 50px;
	padding-right:60px;
}

.blog-pagination .prev-page-btn a {
	float:left;
	background:url(images/icons/back@2x.png) no-repeat left center;
	background-size:50px 50px;
	padding-left:60px;
	padding-right:0px;
}

.blog-pagination {
	padding:80px 0;
}

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

.page-featured-image img {
	width:100%;
}

.single-post-meta {
	font-size:36px;
	padding:40px 0;
}

.post-single-text {
	padding-right:70px;
}

.post-single-text h2 {
	font-size:48px;
	font-weight:700;
	margin:0 0 30px;
}

.post-single-text h3 {
	font-size:36px;
	font-weight:700;
	margin:0 0 30px;
}

.post-single-text h4 {
	font-size:28px;
	font-weight:700;
	margin:0 0 30px;
}

.post-single-text > * {
	margin-bottom:30px;
}

.post-single-text a {
	color:#515151;
	font-weight:700;
	text-decoration:underline;
}

.page-body {
	padding-bottom:50px;
}

.share-article {
	font-size:36px;
	font-weight:600;
}

.share-post > span {
	display:inline-block;
	width:64px;
	height:64px;
	background: #d8a145;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	color:#FFF;
	line-height:64px;
	text-align:center;
	vertical-align:top;
}

.share-post > span + span {
	margin-left:5px;
}

.share-post > span .stButton {
	margin:0;
	vertical-align:top;
	color:#FFF!important;
}

.share-post > span .stButton .stLarge {
	background-image:none!important;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-size:36px;
	line-height:64px;
}

.share-post > span.st_facebook_large {
	background-color:#3a589b;
}

.share-post > span.st_facebook_large .stLarge:before {
	content: "\f09a";
}

.share-post > span.st_twitter_large {
	background-color:#598dca;
}

.share-post > span.st_twitter_large .stLarge:before {
	content: "\f099";
}

.share-post > span.st_linkedin_large {
	background-color:#007ab9;
}

.share-post > span.st_linkedin_large .stLarge:before {
	content: "\f0e1";
}

.back-to-blog {
	padding:50px 0;
}

.back-to-blog a {
	color:#515151;
	text-decoration:none!important;
	float:left;
	font-weight:700;
	line-height:50px;
	
	
	padding-left:60px;
}
.back-to-blog a:before{
	content:'';
	display: inline-block;
    width: 50px;
	height: 50px;
	vertical-align: middle;
    background-repeat: no-repeat;
	background-size: 30px;
	background:url(images/prev.png) no-repeat;
    background-position: center;
    background-color: #dd814d;
	border-radius: 100%;
	margin-right: 10px;
    margin-left: -10px;
    margin-top: -10px;
}

.tech-cats-wrapper {
	max-width:1150px;
	margin:0 auto;
}

.tech-cats-wrapper .panel-default > .panel-heading .panel-title a {
	padding:0px 100px 0px 50px;
}

.tech-cats-wrapper .panel-default > .panel-heading .panel-title a:before {
	left:auto;
	right:15px;
}

.tech-cats-wrapper .panel-collapse > .panel-body {
	font-size:18px;
	padding:30px 100px 30px 50px;
}

.tech-search {
	margin: 0 0 50px;
}

.tech-search label {
	font-size:36px;
	font-weight:600;
	margin:0 0 30px;
}

.tech-search input[type="text"] {
	font-size:30px;
	padding:15px 15px;
	background:#FFF url(images/icons/search.png) no-repeat 98% center;
}

.homepage-ast-facts {
	padding: 0;
}

.homepage-ast-facts .h2 {
	text-align:center;
	margin:45px 0;
	font-size:48px;
	font-weight:700;
}

.ast-blocks {
	margin:0 -17px;
}

.ast-block-wrapper {
	width:50%;
	float:left;
	color:#FFF;
	padding:17px;
}

.ast-block {
	font-size:18px;
	min-height:275px;
	position:relative;
}

.ast-block p {
	margin:0;
}

.ast-block p strong {
	font-size:54px;
	font-weight:900;
	display:block;
	line-height:1.2em;
}

.ast-block-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  padding: 15px;
  display: block;
}

.ast-chart {
	padding:17px 0 0;
}

.ast-chart .h3 {
	margin:0;
	background:#515252;
	text-align:center;
	padding:15px 10px;
	font-size:30px;
	font-weight:700;
	color:#FFF;
}

.ast-howto-chart {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 35em;
    text-align: center;
    /* font-size: 24px; (default) */
}

.ast-howto-chart .chart-image {
  padding: 20px;
  background-color: rgb(21, 144, 143);
}

.ast-howto-chart .chart-image a {
  width: 35em;
}

.ast-howto-chart .chart-title {
  font-weight: bold;
  font-size: 1.4em;
}

.ast-facts-button {
	padding:40px 0;
	text-align:center;
	border-bottom:2px solid #ededed;
}

.ast-facts-button a {
	display:inline-block;
	text-align:center;
	padding:15px 35px;
	color:#FFF!important;
	text-decoration:none!important;
	background:#dd814d;
	font-size:30px;
	font-weight:700;
}

.ast-facts-button a:hover {
	background:#cb703d;
}

.homepage-testimonials {
	padding:0 0 80px 0;
  position:relative;
}

.homepage-testimonials .h2 {
	font-size:48px;
	font-weight:700;
	padding: 40px 0px;
  margin:0;
	text-align:center;
  width:100%;
}

.testimonial-content {
	position:relative;
}

.testimonial-content:before {
	content:'';
	background:url(images/icons/lq@2x.png) no-repeat;
	background-size:100%;
	width:82px;
	height:78px;
	position:absolute;
	left:-15px;
	top:-15px;
	z-index:1;
}

.testimonial-content:after {
	content:'';
	background:url(images/icons/rq@2x.png) no-repeat;
	background-size:100%;
	width:82px;
	height:78px;
	position:absolute;
	right:-5px;
	bottom:-45px;
	z-index:1;
}

.testimonial-content .text {
	position:relative;
	z-index:2;
}

.testimonial-item {
  height: 100%;
  width:100%;
}

.testimonial-item .ti-wrapper{
  width:100%;
  height: auto;
  position:relative;
  padding:0;
}
.testimonial-item .ti-wrapper img.speech-bubble{
  width:100%;
}

.testimonial-item .ti-wrapper .text{
  padding: 30px;
  width: 100%;
  margin: auto;
  position: absolute;
  top:0;
  font-size:95%;
}
.testimonial-author {
	text-align:right;
	padding:75px 0 0;
	margin-left:auto;
	max-width:400px;
  position: absolute;
  bottom: 0;
  right: 33.33%;
}

.testimonial-author h3 {
	font-size:24px;
	margin:0 0 10px;
	font-weight:700;
}

.testimonial-author p {
	margin:0;
	font-style:italic;
	font-size:18px;
}

.testimonials-slider-wrapper {
	position:relative;
	z-index:1;
}

.testimonials-slider {
  height:400px;
  z-index:1;
  margin-top: 80px;
}

.testimonials-nav {
	position:absolute;
	right:23%;
	bottom: 50px;
	z-index:10;
	width:164px;
	height:85px;
}
.testimonials-nav a{
  margin:0 10px;
}
.prev-testimonial,
.next-testimonial {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 30px;
  background-position: center;
  background-color: #dd814d;
  border-radius: 100%;
}

.prev-testimonial {
	background-image:url(images/prev.png);
	left:26px;
}

.next-testimonial {
	background-image:url(images/next.png);
	right:26px;
}

.testimonials-pager {
	position:absolute;
	left:100%;
	bottom:0px;
	margin-left:10px;
	white-space:nowrap;
	font-style:italic;
	z-index:10;
}

.homepage-overview-wrapper {
	background:#ebebeb;
	padding:25px 0;
  position: relative;
  z-index: 999;
}

.homepage-overview-wrapper h2 {
	margin:0px;
	text-align:center;
	padding:15px 15px 25px;
	font-size:48px;
	font-weight:700;
}

.homepage-overview-wrapper .ast-facts-button {
	padding:0;
	border:none;
}

.homepage-tabs-title {
	background:#dd814d;
}

.homepage-tabs-title .nav-tabs {
	border:none;
}

.homepage-tabs-title .nav-tabs > li {
	margin:0;
	width:50%;
	text-align:center;
}

.homepage-tabs-title .nav-tabs > li > a {
	border-radius:0px;
	margin:0;
	font-size:36px;
	font-weight:400;
	color:#FFF!important;
	opacity:0.7;
	background:none!important;
	border:none!important;
	position:relative;
}

.homepage-tabs-title .nav-tabs > li.active > a,
.homepage-tabs-title .nav-tabs > li.active > a:focus,
.homepage-tabs-title .nav-tabs > li.active > a:hover {
	font-weight:700;
	opacity:1;
}

.homepage-tabs-title .nav-tabs > li.active > a:after {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 21px 0 21px;
	border-color: #dd824d transparent transparent transparent;
	position:absolute;
	top:100%;
	left:50%;
	z-index:10;
	margin-left:-21px;
}

.homepage-carousel-steps {
	width:100%;
	margin-left:0%;
}

.homepage-carousel-steps {
	position:relative;
}

.homepage-carousel-steps:before {
	content:'';
	width:100%;
	height:11px;
	background:#c2c2c2;
	position:absolute;
	left:0px;
	top:16px;
	z-index:1;
}

.owl-carousel .owl-stage-outer {
	z-index:5;
}

.carousel-slide-wrapper {
	padding:40px 15px 0;
	margin-top:37px;
}

.homepage-overview-wrapper .tab-content > .tab-pane {
	padding:25px 0;
}

.carousel-slide-title {
	text-align:center;
	color:#FFF;
	font-size:28px;
	font-weight:700;
	padding:15px 10px;
	position:relative;
}

.carousel-slide-title p {
	margin:0;
}

.carousel-slide-content {
	background:#FFF;
	padding:30px 20px;
	position:relative;
  font-size: 22px;
}

.carousel-slide-content .image {
	float:left;
	width:186px;
}

.carousel-slide-content .image img {
	width:auto;
}

.carousel-slide-title-arrow {
	position:absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 34px 30px 34px;
	border-color: transparent transparent #dd814d transparent;
	left:50%;
	bottom:100%;
	z-index:2;
	margin-left:-34px;
}

.carousel-slide-title-circle {
	width:42px;
	height:42px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	position:absolute;
	left:50%;
	bottom:100%;
	margin-bottom:35px;
	margin-left:-21px;
}

.carousel-slide-content .text {
	padding-left:220px;
}

.slide-count {
	font-size:20px;
	font-style:italic;
	position:absolute;
	right:15px;
	bottom:15px;
	z-index:10;
}

.homepage-carousel-steps .owl-item {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity:0.5;
	margin-top:-48px;
}

.homepage-carousel-steps .owl-item:not(.active) + .active + .active,
.homepage-carousel-steps .owl-item.cloned:first-child {
	opacity:1;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	margin-top:0px;
}

.owl-prev {
	background:url(images/icons/owl-prev@2x.png) no-repeat;
	background-size:100%;
	width:60px;
	height:60px;
	text-indent:-9999px;
	font-size:0px;
	display:block;
	margin:0;
	position:absolute;
	top:50%;
	left:32%;
	z-index:20;
	margin-left:-40px;
	opacity:0.5;
}

.owl-next {
	background:url(images/icons/owl-next@2x.png) no-repeat;
	background-size:100%;
	width:60px;
	height:60px;
	text-indent:-9999px;
	font-size:0px;
	display:block;
	margin:0;
	position:absolute;
	top:50%;
	right:32%;
	z-index:20;
	margin-right:-40px;
	opacity:0.5;
}

.owl-prev:hover,
.owl-next:hover {
	opacity:1;
}

.ip3-submission-button {
  margin-left: auto;
  margin-right: auto;
  width: 320px;
}

.ip3-submission-button p a {
  display: block;
  color: #FFF!important;
  text-decoration: none!important;
  background: #15908f;
  padding: 15px 20px;
  width: 320px;
  font-size: 24px;
  margin-top: 25px;
}

.form-large-checkbox {
	max-width:1385px;
	font-size:24px;
}

.form-large-checkbox .wpcf7-checkbox {
	display:block;
}

.form-large-checkbox .wpcf7-checkbox > .wpcf7-list-item {
	float:left;
	width:33.333333%;
	margin:0 0 50px;
}

.form-large-checkbox .wpcf7-checkbox > .wpcf7-list-item:nth-child(3n+1) {
	clear:both;
}

input[type="checkbox"] {
	width:25px;
	height:25px;
	border:1px solid #a2a2a2;
	-webkit-appearance: button;
	outline:none!important;
	background:#FFF;
	position:relative;
	margin:4px 12px 0 0;
	float:left;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

input[type="checkbox"]:checked {
	background:#a2a2a2;
}

input[type="radio"] {
	width:25px;
	height:25px;
	border:1px solid #a2a2a2;
	-webkit-appearance: button;
	outline:none!important;
	background:#FFF;
	position:relative;
	margin:4px 12px 0 0;
	float:left;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

input[type="radio"]:checked {
	background:#a2a2a2;
}

.other-tech-cat {
	float:left;
	width:46.666666%;
}

.form-large-checkbox .wpcf7-checkbox > .wpcf7-list-item:last-child {
	width:20%;
}

.other-tech-cat textarea {
	height:100px;
	font-size:24px;
	padding:15px;
}

.form-next-step {
	max-width:1385px;
	text-align:right;
	padding:90px 0 0;
}

.form-next-step a {
	color:#515151;
	text-decoration:none!important;
	display:inline-block;
	font-weight:700;
	line-height:50px;
	background:url(images/icons/next@2x.png) no-repeat right center;
	background-size:50px 50px;
	padding-right:60px;
}

.sell-to-ast-form .panel-body h3 {
	font-size:30px;
	margin:0 0 30px;
	font-weight:700;
}

.sell-to-ast-form .panel-body {
	padding-right:250px;
	font-size:24px;
}

.sell-to-ast-form .panel-body input[type="text"],
.sell-to-ast-form .panel-body input[type="email"] {
	font-size:24px;
	padding:10px 10px;
}

.form-fields-2cols {
	margin:0 -15px;
	max-width:1420px;
}

.form-fields-2cols .form-item {
	width:50%;
	padding:0 15px;
	float:left;
}

.form-fields-2cols .form-item label {
	font-size:24px;
	float:left;
	max-width:80%;
}

.form-fields-2cols .form-item input[type="text"] {
	font-size:24px;
	width:84px;
	float:right;
	padding:10px 10px;
}

.sell-to-ast-form .panel-body textarea {
	max-height:200px;
}

.broker-wrapper {
	background:#ebebeb;
	padding:80px 0 30px;
	position:relative;
	margin:0 0 80px;
	display:none;
}

.broker-wrapper:before {
	content:'';
	width:3000px;
	top:0px;
	height:100%;
	right:100%;
	position:absolute;
	z-index:1;
	background:#ebebeb;
}

.broker-wrapper:after {
	content:'';
	width:3000px;
	top:0px;
	height:100%;
	left:100%;
	position:absolute;
	z-index:1;
	background:#ebebeb;
}

.sell-to-ast-form .panel-group {
	margin:0;
}

.patent-radio {
	margin:0 0 50px;
}

.patent-radio .wpcf7-list-item.first {
	margin-left:0px;
	margin-right:40px;
}

.submitter-row {
	margin:0 -15px;
}

.submitter-row .form-item {
	width:50%;
	float:left;
	padding:0 15px;
}
.wpcf7-form-control-wrap{
  float:left;
}

.wpcf7-form-control-wrap.price {
	display:block;
}

.wpcf7-form-control-wrap.price input {
	max-width:360px;
}

.form-item-inline {
	margin:40px 0;
}

.form-item-inline input[type="text"] {
	max-width:250px;
}

.form-item-inline > span:nth-child(2) {
	text-transform:uppercase;
	margin:0 30px;
}

.wpcf7-form-control-wrap.claims .wpcf7-list-item + span {
	margin-left:30px;
}

input[type="file"] {
    border: 1px solid #555555;
	padding:10px 15px;
	font-size:16px;
}

.where-checkbox .wpcf7-checkbox {
	display:block;
}

.where-checkbox .wpcf7-checkbox > .wpcf7-list-item {
	float:left;
	width:25%;
	margin:0 0 50px;
}

.sell-to-ast-form .form-actions {
	text-align:right;
	padding:80px 0 0;
}

.sell-to-ast-form .form-actions img {
	float:left;
}

h2.subtitle {
	text-align:center;
	margin:0 0 100px;
	font-size:48px;
	font-weight:600;
}

.services-row.row {
	margin:0;
  display:flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.service-row .row > div {
	padding:0;
}

.service-row .image img {
	width:100%;
}

.service-row .about-us-title {
	text-transform:uppercase;
}

.service-row .text {
	padding:30px 80px;
}

.service-intro {
	margin: 15px 0 0 0;
	font-size:23px;
}

.service-intro p {
	margin:0;
}

.service-intro strong {
	font-weight:900;
}

.service-text > * {
	margin-bottom:30px;
}
.services-single{
  margin-bottom: 3em;
}
.services-single .image{
  width:100%;
  display:block;
  margin: 20px auto;
}
.services-single .image img{
  width: 100%;
  max-width: 100px;
  display:block;
  margin:0 auto;
}
.services-single .text{
  height:100%;
  max-height:140px;
}
.service-read-more{
  cursor: pointer;
  font-weight:700;
  margin-top:0px;
  font-size: 22px;
}
.tech-cat-read-more-pop-up,
.service-read-more-pop-up{
  padding: 40px;
}
.tech-cat-read-more-pop-up h2,
.service-read-more-pop-up h2{
  font-weight: 700;
  font-size: 32px;
  margin-top: 0;
}
.tech-cat-read-more-pop-up img,
.service-read-more-pop-up img{
  display: inline-block;
  vertical-align: top;
  width: 10%;
}
.tech-cat-read-more-pop-up .text,
.service-read-more-pop-up .text{
  width: 80%;
  display: inline-block;
  margin-left: 2%;
  border-left: 2px solid #fff;
  padding-left: 30px;
}
.tech-cat-read-more-pop-up p:last-child,
.service-read-more-pop-up p:last-child{
  margin-bottom: 0;

}
.fancybox-desktop{
  width:65% !important;
}
.fancybox-skin{
  background: #333;
  color: #fff;
}
.fancybox-inner{
  width: 100% !important;
  height: auto !important;
}
.fancybox-close{
  top: 10px;
  right: 10px;
}
.fancybox-close::after{
  content:'';
  width:26px;
  height:30px;
  background-image: url(images/close.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display:block;
  color: #fff;
}
.fancybox-close::after:hover{
  text-decoration: none;
  color: #fff !important;
}
.view-btn {
	display:inline-block;
	background:#dd814d;
	border:none;
	font-weight:500;
	padding:20px 30px;
	text-decoration:none!important;
	color:#FFF!important;
}

.view-btn:hover {
	background-color:#cf4136;
}

.portfolio-filter {
	width: 33.333333%;
	float: left;
	/*padding:60px 60px 100px;*/
	padding: 20px 60px 44px;
}

.portfolio-filter p {
	/*font-size: 36px;*/
	font-size: 1.0em;
	color: #fff;
	margin: 0 0 25px;
	font-weight: 600;
}

.portfolio-filter .form-item {
	margin:0;
	position:relative;
}

select {
	width:100%;
	font-size:24px;
	color:#515151;
	font-weight:600;
	border:none;
	/*padding:15px 58px 15px 15px;*/
	padding:10px 58px 15px 10px;
	font-size: 1.0em;
	background:#FFF url(images/icons/select@2x.png) no-repeat 96% center;
	background-size:39px 24px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

select option {
	color:#515151;
	background-color:#FFF;
}

.portfolio-filter .form-item input[type="text"] {
	border: none;
	font-weight: 600;
	/*padding:15px 80px 15px 15px;
	font-size:24px;*/
	padding: 13px 80px 12px 15px;
	font-size: 1.0em;
	color: #515151;
}

.portfolio-filter .form-item input[type="submit"] {
	text-indent:-9999px;
	font-size:0px;
	padding:0;
	background:url(images/icons/search.png) no-repeat;
	width:28px;
	height:28px;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-14px;
	z-index:10;
}

.portfolio-item {
	padding: 50px 0 70px;
}

.portfolio-item:nth-child(2n) {
	background-color:#f3f3f3;
}

.portfolio-item h2 {
	/*font-size:48px;*/
	font-size: 1.4em;
	font-weight:700;
	margin:0 0 30px;
	cursor:pointer;
	display:inline-block;
}

.portfolio-item h2:after {
	content:'+';
	width:40px;
	height:40px;
	background:#515151;
	display:inline-block;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	margin-left:40px;
	font-size:30px;
	line-height:37px;
	text-align:center;
	font-weight:900;
	color:#FFF;
	vertical-align:bottom;
}

.portfolio-item h2.opened:after {
	content:'−';
	background-color:#dd814d;
	line-height:38px;
}

.portfolio-meta {
	/*font-size:30px;*/
	font-size: 1.0em;
	font-weight: 500;
	margin: 0 0 30px;
}

.portfolio-meta p {
	margin:0;
}

.portfolio-summary {
	max-width:910px;
}

.portfolio-item-inner {
	padding-left:170px;
}

.portfolio-assets {
	padding:60px 0 0;
	margin:60px 0 0;
	border-top:1px solid #898989;
	display:none;
}

.assets-meta {
	margin:0 0 20px;
}

.assets-meta p {
	margin:0;
}

.assets-item {
	margin:0 0 50px;
}
@media screen and (min-width:1380px){
	#main-menu #nav li.ip3-mi, #main-menu #nav li.fast-ip-mi, #main-menu #nav li.sell-patents-btn{
		margin-top:34px;
	  }
}
@media screen and (min-width:992px) {
	.portfolio-assets .row > div:nth-child(4n+1) {
		clear:both;
	}
}

@media screen and (max-width:1699px) {
  .container {
    width: 100%;
  }

  .navbar-default .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }

	.slider-description {
		font-size:1em;
	}

	.hs-text h2 {
		font-size:55px;
	}

	.homepage-block h2 {
		font-size:32px;
	}

	.ast-chart .h3 {
		font-size:25px;
	}

	.ast-block p strong {
		font-size:46px;
	}

	.ast-block-inner {
		padding:25px;
	}

	.ast-block {
		font-size:18px;
		min-height:256px;
	}

	.carousel-slide-title {
		font-size:28px;
	}

	.homepage-block {
		font-size:22px;
		padding:30px 25px;
	}

	.homepage-block:hover {
		padding-bottom:67px;
	}

	.portfolio-filter p {
		font-size:30px;
	}

	.become-a-member-section .text {
		font-size:20px;
	}

	.become-a-member-section .text blockquote {
		padding-top:15px;
		padding-bottom:15px;
		font-size:23px;
	}

	.about-us-title h2 {
		font-size:20px;
	}

	.service-row .text {
		padding:25px 40px;
		font-size:20px;
	}

	.service-intro {
		font-size:24px;
	}

	.service-text > * {
		margin-bottom:20px;
	}
}
@media screen and (max-width: 1600px){
  .service-intro{
    font-size:85%;
  }
}
@media screen and (max-width:1379px) {
	body {
		font-size:20px;
	}

	.navbar-default .navbar-nav > li > a {
		padding:52px 26px;
	}

	#menu-user-menu li {
		font-size:16px;
	}
  #main-menu #nav li.ip3-mi, #main-menu #nav li.fast-ip-mi, #main-menu #nav li.sell-patents-btn{
    margin-top:43px;
    width:140px;
  }

	.navbar-nav > li {
		font-size:16px;
	}
  .navbar-nav > li.sell-patents-btn a{
    padding: 10px !important;
  }

	#menu-user-menu li a {
		padding:11px 16px;
	}

	.navbar-nav > li > ul li {
		font-size:14px;
	}

	.logo {
		margin:10px 0;
		width:203px;
	}

	#menu-user-menu {
		margin:21px 0 0 20px;
	}

	.slider-description {
		font-size:1em;
	}

	.hs-text h2 {
		font-size:48px;
	}

	.homepage-ast-facts .h2 {
		font-size:42px;
		margin:60px 0 60px;
	}

	.ast-block {
		font-size:15px;
		min-height:222px;
	}

	.ast-facts-button a {
		font-size:24px;
	}

	.homepage-tabs-title .nav-tabs > li > a {
		font-size:36px;
	}

	.homepage-overview-wrapper h2 {
		font-size:48px;
		margin:0 0 70px;
	}

	.homepage-carousel-steps {
		width:200%;
		margin-left:-50%;
	}

	.carousel-slide-title {
		font-size:24px;
	}

	.sell-to-ast-form .panel-body {
		padding:30px 15px;
	}

	.portfolio-filter {
		padding:40px 20px 60px;
	}

	.become-a-member-section .text {
		font-size:18px;
	}

	.become-a-member-section .text blockquote {
		padding-top:12px;
		padding-bottom:12px;
		font-size:18px;
	}

	.about-us-title h2 {
		font-size:20px;
	}

	.service-row .text {
		padding:25px 40px;
		font-size:16px;
	}

	.service-intro {
		font-size:20px;
	}

	.service-text > * {
		margin-bottom:15px;
	}
}
@media screen and (max-width:1215px){
  #main-menu #nav li.ip3-mi,
  #main-menu #nav li.fast-ip-mi,
  #main-menu #nav li.sell-patents-btn{
    width:120px;
  }
  #main-menu #nav li.ip3-mi a,
  #main-menu #nav li.fast-ip-mi a,
  #main-menu #nav li.sell-patents-btn a{
    padding:10px;
  }
  .navbar-nav > li.sell-patents-btn a{
    padding: 10px 0px !important;
  }
}
@media screen and (max-width:1199px) {
	.navbar-default .navbar-nav > li > a {
		padding:32px 6px;
	}

	#menu-user-menu li a {
	  padding-left: 6px;
	  padding-right: 6px;
	}

	.hs-text {
		padding-top:60px;
	}

	.slider-description {
		font-size:1.25em;
	}

	.hs-text h2 {
		font-size:38px;
	}

	.homepage-block h2 {
		font-size:22px;
	}

	.homepage-block {
		font-size:20px;
	}

	.ast-blocks {
		margin:0 -10px;
	}

	.ast-block-wrapper {
		padding:10px;
	}

	.ast-chart {
		padding-top:10px;
	}

	.ast-block-inner {
		padding:15px;
	}

	.ast-block {
		font-size:14px;
		min-height:205px;
	}

	.ast-block p strong {
		font-size:30px;
	}

	.homepage-testimonials .h2 {
		font-size:48px;
	}

	.testimonial-author h3,
	.testimonial-author p {
		margin-left:auto;
	}

	.about-us-wrapper {
		padding:50px 0;
	}

	.page-title {
		padding:60px 0;
	}

	.page-title h1 {
		font-size:52px;
	}

	.about-us-title h2 {
		font-size:36px;
	}

	blockquote {
		font-size:20px;
		padding:25px 0;
	}

	.become-member-form .row > div {
		padding:0 30px;
	}

	.blog-post-article {
		padding-left:130px;
	}

	.panel-default > .panel-heading .panel-title a {
		font-size:30px;
		padding:20px 15px 20px 170px;
	}

	.panel-default > .panel-heading .panel-title a:before {
		left:50px;
		width:30px;
		height:30px;
		background-size:15px 6px;
	}

	.panel-default > .panel-heading .panel-title a.collapsed:before {
		background-size:18px 19px;
	}

	.panel-collapse > .panel-body {
		font-size:24px;
		padding:30px 15px 30px 170px;
	}
  .faq-answer{
    font-size:20px;
  }
	.single-page-content h2 {
		font-size:30px;
	}

	.sell-to-ast-form .panel-body,
	.form-large-checkbox {
		font-size:18px;
	}

	.sell-to-ast-form .panel-body {
		padding:30px 15px;
	}

	.portfolio-filter p {
		font-size:24px;
	}

	select {
		font-size:18px;
	}

	.portfolio-filter .form-item input[type="text"] {
		font-size:18px;
	}

	.portfolio-item-inner {
		padding-left:0px;
	}

	.login-page {
		max-width:750px;
	}

	.become-a-member-section .text {
		font-size:15px;
	}

	.become-a-member-section .text blockquote {
		padding-top:12px;
		padding-bottom:12px;
		font-size:15px;
	}

	.single-page-content > * {
		margin-bottom:20px;
	}

	.about-us-title h2 {
		font-size:26px;
	}

	.service-row .text {
		font-size:14px;
	}

	.service-intro {
		font-size:18px;
	}

	.service-text > * {
		margin-bottom:10px;
	}
}

@media screen and (max-width:1100px) {
	.homepage-block {
		font-size:18px;
		padding-left:20px;
		padding-right:20px;
	}
}

@media screen and (max-width:991px) {
	.navbar-toggle {
        display: block;
		float:right;
		background:none!important;
		-webkit-border-radius:0px;
		border-radius:0px;
		border:none;
		padding:9px 6.5px;
		margin:10px 0 0;
    }

	.navbar-default .navbar-toggle .icon-bar {
		background-color:#515151;
		width:30px;
		height:3px;
	}

	.navbar-toggle .icon-bar + .icon-bar {
		margin-top:5px;
	}

	.navbar-header {
		width:100%;
	}

	#main-menu {
		float:none;
		margin:15px -15px -15px;
		background:#515151;
	}

	.navbar-default .navbar-nav > li + li {
		margin:0;
	}

	.navbar-default .navbar-nav > li > a,
	.top-menu ul li a {
		color:#FFF!important;
		padding:20px 15px;
		border:none;
		line-height:1.4em;
		display:block;
		font-weight:700;
		text-decoration:none!important;
	}

    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-nav {
        float: none!important;
        margin: 15px 0 0;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

   .navbar-collapse.collapse.in {  /* NEW */
        display: block!important;
    }

	.navbar-default .navbar-toggle .icon-bar {
		display: block;
		opacity: 1;
		background:#515151;
		-webkit-transition: -webkit-transform 0.15s linear;
		-o-transition: -o-transform 0.15s linear;
		-ms-transition: -ms-transform 0.15s linear;
		-moz-transition: -moz-transform 0.15s linear;
		transition: transform 0.15s linear;
		-webkit-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	.navbar-default .navbar-toggle .icon-bar:nth-child(1) {
		-webkit-transform: rotate(45deg) translate3d(6px, 6px, 0);
		-o-transform: rotate(45deg) translate3d(6px, 6px, 0);
		-ms-transform: rotate(45deg) translate3d(6px, 6px, 0);
		-moz-transform: rotate(45deg) translate3d(6px, 6px, 0);
		transform: rotate(45deg) translate3d(6px, 6px, 0);
	}
	.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
		opacity: 0;
	}
	.navbar-default .navbar-toggle .icon-bar:nth-child(3) {
		-webkit-transform: rotate(-45deg) translate3d(5px, -5px, 0);
		-o-transform: rotate(-45deg) translate3d(5px, -5px, 0);
		-ms-transform: rotate(-45deg) translate3d(5px, -5px, 0);
		-moz-transform: rotate(-45deg) translate3d(5px, -5px, 0);
		transform: rotate(-45deg) translate3d(5px, -5px, 0);
	}

	.navbar-default .navbar-toggle.collapsed .icon-bar {
		opacity:1;
		-webkit-transform: rotate(0) translate3d(0px, 0px, 0);
		-o-transform: rotate(0) translate3d(0px, 0px, 0);
		-ms-transform: rotate(0) translate3d(0px, 0px, 0);
		-moz-transform: rotate(0) translate3d(0px, 0px, 0);
		transform: rotate(0) translate3d(0px, 0px, 0);
	}

	.navbar-default .navbar-collapse,
	#main-menu {
		margin:0;
		border:none;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		width:100%;
		float:left;
		position:absolute;
		left:0px;
		top:100%;
		z-index:100;
		text-align:center;
		padding:0;
	}

	.navbar-default {
		position:static;
	}

	.navbar-nav > li.menu-item-has-children > a:after {
		content:'';
		width:32px;
		height:11px;
		background:url(images/icons/down@2x.png) no-repeat;
		background-size:100%;
		display:inline-block;
		margin-left:25px;
		margin-right:-57px;
	}

	.navbar-nav > li {
		font-size:20px;
	}

	.navbar-nav > li > ul {
		position:static;
		border:none;
		background:none;
		padding-bottom:0px;
	}

	.navbar-nav > li > ul li a {
		padding:10px 15px;
	}

	.navbar-nav > li > ul li {
	}

	.navbar-nav > li {
		border-bottom:1px solid #FFF;
	}

	.navbar-nav > li > ul li + li {
		margin-top:0px;
	}

	.navbar-nav > li > ul li {
		font-size:16px;
	}

	.navbar-nav > li > ul li a {
		color:#949494;
	}

	#menu-user-menu {
		margin:35px auto;
		width:70%;
		max-width:450px;
		float:none;
	}

	#menu-user-menu li {
		width:100%;
		font-size:20px;
	}

	#menu-user-menu li + li {
		margin:15px 0 0;
	}

	#menu-user-menu li a {
		background-color:#717171 !important;
	}

	#menu-user-menu li:first-child,
	#menu-user-menu li:first-child a {
	  background-color: rgb(21, 144, 143) !important;
	}

	.logo {
		width:125px;
	}

	.hs-text {
		max-width:70%;
	}

	.homepage-block {
		width:100%;
	}

	.homepage-block:hover {
		padding-bottom:30px;
		margin-top:0px;
	}

	.homepage-block-inner {
		max-width:445px;
	}

	.ast-blocks-wrapper {
		max-width:90%;
		margin:0 auto;
	}

	.ast-block {
		font-size:16px;
	}

	.ast-block p strong {
		font-size:42px;
	}

	.ast-facts-button a {
		width:100%;
	}

	.testimonial-item .image {
		margin:0 -15px 40px;
	}

	.testimonials-nav {
		position:relative;
		float:right;
		margin-top:40px;
	}

	.testimonial-content {
		min-height:150px;
	}

	.testimonial-item {
		min-height:30px;
	}

	.testimonials-pager {
		left:0px;
		width:100%;
		margin:10px 0 0;
		bottom:auto;
		top:100%;
		text-align:center;
	}

	.testimonial-author {
		max-width:100%;
	}

	body {
		font-size:16px;
	}

	.prev-testimonial,
	.next-testimonial {
		width:24px;
		height:24px;
		margin-top:-12px;
    background-size: 15px;
	}

	.prev-testimonial {
		left:15px;
	}

	.next-testimonial {
		right:15px;
	}

	.testimonials-nav {
		width:120px;
		height:54px;
	}

	.testimonials-nav:before {
		height:36px;
		margin-top:-18px;
	}

	.homepage-overview-wrapper h2 {
		font-size:38px;
	}

	.homepage-tabs-title .nav-tabs > li > a {
		font-size:24px;
	}

	.homepage-carousel-steps {
		width:100%;
		margin:0;
	}

	.homepage-carousel-steps .owl-item {
		opacity:1;
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		margin-top:0px;
	}

	.owl-prev {
		width:50px;
		height:50px;
		left:15px;
		margin-left:0px;
	}

	.owl-next {
		width:50px;
		height:50px;
		right:15px;
		margin-right:0px;
	}

	.homepage-overview-wrapper .ast-facts-button {
		padding:0px 45px 0;
	}

	.footer {
		font-size:14px;
		padding-top: 30px;
	}

	.footer-right .h2 {
		font-size:28px;
	}

	.footer-right .form-item input[type="text"],
	.footer-right .form-item input[type="email"],
	.footer-right .form-item textarea {
		font-size:18px;
	}

	.footer-right .form-actions input[type="submit"] {
		font-size:24px;
	}

	.footer-social {
		margin-bottom:107px;
	}

	.footer-left {
		width:50%;
	}

	.about-us-wrapper {
		padding:0;
	}

	.page-title {
		padding:30px 0;
	}

	.page-title h1 {
		font-size:40px;
	}

	.about-us-title h2 {
		font-size:20px;
	}

	.become-a-member-section .image {
		margin:0 -15px 30px;
	}

	.become-member-form-wrapper h2 {
		font-size:42px;
		padding:60px 15px;
	}

	.become-member-form .row > div {
		padding:0 15px;
		margin:0 0 35px;
		width:100%;
	}

	.blog-post-article {
		padding-left:15px;
	}

	.share-block {
		position:absolute;
		left:0px;
		margin-left:0px;
		top:100%;
		z-index:10;
		width:100%;
		text-align:center;
	}

	.blog-post-article .text h2 {
		font-size:28px;
	}

	.blog-post-article .text {
		padding-left:360px;
	}

	.single-post-meta {
		font-size:30px;
		padding:30px 0;
	}

	.contact-text {
		margin:0 0 40px;
		text-align:center;
		font-size:24px;
	}

	.contact-text h3 {
		font-size:30px;
	}

	.contact-phone,
	.contact-fax {
		display:inline-block;
		margin:0 15px;
	}

	.other-tech-cat {
		width:40%;
		float:right;
	}

	.sell-to-ast-form .panel-body,
	.form-large-checkbox {
		font-size:16px;
	}

	input[type="checkbox"],
	input[type="radio"] {
		margin-top:-1px;
	}

	.sell-to-ast-form .panel-body h3 {
		font-size:20px;
	}

	.form-fields-2cols .form-item {
		width:100%;
		margin:0 0 10px;
	}

	.form-fields-2cols .form-item label {
		font-size:20px;
	}

	.form-fields-2cols .form-item input[type="text"] {
		font-size:18px;
	}

	.where-checkbox .wpcf7-checkbox > .wpcf7-list-item {
		width:50%;
	}

	.portfolio-filter {
		width:100%;
		padding:30px 140px 30px;
	}

	.portfolio-assets .row > div:nth-child(3n+1) {
		clear:both;
	}

	.portfolio-meta {
		font-size:24px;
	}

	.portfolio-item h2 {
		font-size:36px;
	}

	.portfolio-item h2:after {
		width:32px;
		height:32px;
		line-height:30px;
		font-size:24px;
	}

	.portfolio-item h2.opened:after {
		line-height:30px;
	}

	.portfolio-assets {
		padding:30px 0 0;
		margin:30px 0 0;
	}

	.login-page {
		max-width:600px;
	}

	.team-member .image:after,
	.team-member .image:before {
		height:100px;
	}
}

@media screen and (max-width:767px) {
	.hs-text {
		padding:15px 10px;
		max-width:100%;
		width:100%;
	}

	.homepage-block-inner {
		max-width:310px;
	}

	.hs-text h2 {
		font-size:24px;
		margin:0 0 15px;
	}

	.slider-description {
		font-size:16px;
    max-width: 80%;
	}

	.hs-item {
		height:auto!important;
		min-height:280px;
	}
  .hs-item:before{
    width: 95%;
  }
	.hs-scroll {
		width:30px;
		height:13px;
	}

	.homepage-ast-facts {
		padding: 0;
	}

	.homepage-ast-facts .h2 {
		font-size:22px;
		margin:30px 0 30px;
	}

	.ast-blocks-wrapper {
		max-width:100%;
	}

	.ast-blocks {
		margin:0 -5px;
	}

	.ast-block-wrapper {
		padding:5px;
	}

	.ast-block {
		font-size:13px;
	}

	.ast-block p strong {
		font-size:30px;
	}

	.ast-block-inner {
		padding:10px;
	}

	.ast-chart {
		margin:20px -15px 0;
	}

	.ast-chart .h3 {
		font-size:14px;
	}

	.ast-facts-button a {
		font-size:18px;
		padding:10px 20px;
	}

	.ast-facts-button {
		padding:30px 0;
	}

	.homepage-testimonials .h2 {
		font-size:30px;
		margin:0 0 30px;
	}

	body {
		font-size:14px;
	}

	.testimonial-content:before {
		width:52px;
		height:50px;
		left:5px;
	}

	.testimonial-author {
		padding-top:45px;
	}

	.testimonial-item {
		min-height:720px;
	}

	.testimonial-content:after {
		width:52px;
		height:50px;
	}

	.testimonial-author h3, .testimonial-author p {
		max-width:100%;
	}

	.homepage-testimonials {
		padding-bottom:30px;
	}

	.homepage-overview-wrapper {
		padding:30px 0;
	}

	.homepage-overview-wrapper h2 {
		font-size:22px;
		margin:0 0 30px;
	}

	.homepage-tabs-title .nav-tabs > li > a {
		font-size:20px;
	}

	.homepage-overview-wrapper .tab-content > .tab-pane {
		padding:50px 0;
	}

	.carousel-slide-wrapper {
		padding:40px 15px 0;
	}

	.carousel-slide-title {
		font-size:16px;
	}

	.carousel-slide-content .image {
		float:none;
		width:140px;
		margin:0 auto 30px;
	}

	.carousel-slide-content .text {
		padding:0;
	}

	.slide-count {
		font-size:14px;
	}

	.owl-prev {
		width:32px;
		height:32px;
		left:5px;
	}

	.owl-next {
		width:32px;
		height:32px;
		right:5px;
	}

	.footer-left {
		width:100%;
		text-align:center;
	}

	.footer-logo {
		width:100px;
		margin:0 auto 20px;
	}

	.footer-social {
		width:110px;
		margin:0 auto 20px;
	}

	.footer-address {
		margin:0 0 20px;
	}

	.footer-menu ul {
		display:inline-block;
	}

	.footer-right {
		width:100%;
		max-width:100%;
		padding:30px 0 0;
	}

	.footer-right .h2 {
		font-size:24px;
		text-align:center;
	}

	.page-title h1 {
		font-size:32px;
	}

	blockquote {
		font-size:18px;
	}

	.become-a-member-section {
		margin:0 0 30px;
	}

	.become-member-form-wrapper h2 {
		font-size:20px;
		padding:30px 15px;
	}

	.become-member-form {
		padding:30px 0;
	}

	input[type="text"], input[type="email"], textarea, input[type="tel"] {
		font-size:20px;
		padding:15px 15px;
	}

	textarea {
		height:200px;
	}

	input[type="submit"] {
		font-size:24px;
		padding:15px 30px;
	}

	.become-member-form-wrapper {
		margin:0;
	}

	.blog-post-article {
		padding:0 15px 15px;
	}

	.blog-post-article .image {
		margin:0 -15px 30px;
		float:none;
		width:auto;
		max-width:none;
	}

	.blog-post-article .image img {
		width:100%;
	}

	.blog-post-article .text {
		padding:0;
		text-align:center;
	}

	.learn-more-btn,
	.share-btn {
		font-size:16px;
		width:auto;
		padding:10px 15px;
	}

	.post-article-footer {
		display:inline-block;
		padding-bottom:30px;
	}

	.blog-pagination {
		padding:20px 0;
	}

	.single-post-meta {
		font-size:20px;
		padding:15px 0;
	}

	.post-single-text {
		padding-right:0px;
	}

	.share-article {
		font-size:20px;
	}

	.share-post > span {
		width:32px;
		height:32px;
		line-height:32px;
	}

	.share-post > span .stButton .stLarge {
		font-size:18px;
		line-height:32px;
	}

	.page-body {
		padding-bottom:20px;
	}

	.post-single-text h2 {
		font-size:28px;
	}

	.post-single-text h3 {
		font-size:22px;
	}

	.post-single-text h4 {
		font-size:18px;
	}

	.team-member .image:after,
	.team-member .image:before {
		height:180px;
	}

	.team-member h2 {
		font-size:28px;
	}

	.panel-default > .panel-heading .panel-title a {
		font-size:20px;
		padding:20px 15px 20px 80px;
	}

	.panel-default > .panel-heading .panel-title a:before {
		left:20px;
		width:20px;
		height:20px;
		background-size:10px 3px;
	}
	.panel-default > .panel-heading .panel-title a.collapsed:before {
		background-size:9px 10px;
	}

	.panel-collapse > .panel-body {
		font-size:16px;
		padding:20px 15px 20px 20px;
	}
  .faq-answer{
    font-size: 18px;
  }
	.faq-list {
		padding:0;
	}
  .page-subtitle{
    font-size: 1.25em;
  }
	.single-page-content h2 {
		font-size:22px;
	}

	.single-page-content h3 {
		font-size:28px;
	}

	.single-page-content h4 {
		font-size:18px;
	}

	.login-btn {
		font-size:18px;
		width:100%;
		padding:15px 20px;
		text-align:center;
	}

	.single-page-content {
		padding-left:0px;
	}

	.contact-text {
		font-size:18px;
	}

	.contact-text h3 {
		font-size:24px;
	}

	.contact-phone,
	.contact-fax {
		display:inline-block;
		margin:0 15px;
		background-size:29px 29px;
		padding-left:40px;
	}

	.tech-search label {
		font-size:20px;
		margin:0 0 10px;
	}

	.tech-search input[type="text"] {
		font-size:20px;
		padding:10px 15px;
	}

	.tech-search {
		margin:0 0 30px;
	}

	.tech-cats-wrapper .panel-collapse > .panel-body {
		padding:20px 15px 20px 15px;
	}

	.tech-cats-wrapper .panel-default > .panel-heading .panel-title a {
		padding:0 20px 0 80px;
	}

	.tech-cats-wrapper .panel-default > .panel-heading .panel-title a:before {
		right:auto;
		left:20px;
	}

	.service-intro {
		font-size:22px;
	}

	.service-row .text {
		padding:20px 25px;
	}

	.form-large-checkbox .wpcf7-checkbox > .wpcf7-list-item,
	.form-large-checkbox .wpcf7-checkbox > .wpcf7-list-item:last-child,
	.other-tech-cat,
	.where-checkbox .wpcf7-checkbox > .wpcf7-list-item {
		width:100%;
		margin:0 0 10px;
	}

	.form-next-step {
		padding:30px 0 0;
	}

	.form-fields-2cols .form-item label {
		font-size:16px;
		max-width:60%;
	}

	.submitter-row .form-item {
		width:100%;
	}

	.form-item-inline input[type="text"] {
		max-width:160px;
	}

	.portfolio-filter {
		padding:30px 30px 30px;
	}

	.portfolio-assets .row > div {
		clear:none!important;
	}

	.portfolio-assets .row > div:nth-child(2n+1) {
		clear:both!important;
	}

	.portfolio-item {
		padding:40px 0;
	}

	.portfolio-item h2 {
		font-size:30px;
	}

	.portfolio-meta {
		font-size:20px;
	}

	.testimonial-content {
		min-height:50px;
		padding:0 20px;
	}

	.testimonial-author h3 {
		font-size:18px;
	}

	.testimonial-author p {
		font-size:15px;
	}

	.testimonials-nav {
		margin:0 auto;
		float:none;
    position: absolute;
    bottom: 0;
	}
  .services-single .text{
    height: auto;
    max-height:none;
    padding-bottom: 20px;
  }
  .service-text{
    font-size: 22px;
  }
  .service-read-more-pop-up{
    padding:20px
  }
  .service-read-more-pop-up img{
    width: 30%;
    margin: 0 auto 20px;
  }
  .service-read-more-pop-up .text{
    width:100%;
    margin-left: 0;
  }
}

@media screen and (max-width:576px) {
  .slider-description{
    max-width:100%;
  }
  .hs-text h2{
    font-size: 22px;
    margin: 0 0 10px;
  }
}
@media screen and (max-width:480px) {
	.team-member .image:after,
	.team-member .image:before {
		height:130px;
	}
}

@media screen and (max-width:360px) {
	.team-member .image:after,
	.team-member .image:before {
		height:100px;
	}
}

.ip3-img {
    width: 180px;
    z-index: 99999;
    position: fixed;
    top: 10%;
    right: 0;
    cursor: pointer;
}

.yr10-img,
.ip3-banner {
	width: 230px;
	height: 125px;
	z-index: 999;
	position: fixed;
	top: 145px;
	right: 0;
}
.ip3-banner { height: auto !important; }
@media screen and (max-width:1379px) {
	.yr10-img,
	.ip3-banner {
		top: 88px;
		width: 207px;
		height: 112.5px;
	}
}

@media screen and (max-width:1024px) {
	.yr10-img,
	.ip3-banner {
		top: 175px;
		width: 186.3px;
		height: 101.25px;
	}
}

@media screen and (max-width:991px) {
	.yr10-img,
	.ip3-banner {
		top: 150px;
		width: 186.3px;
		height: 101.25px;
	}
}
@media screen and (max-width:767px) {
	.yr10-img,
	.ip3-banner {
		top: 265px;
		width: 167.67px;
		height: 91.125px;
	}
}
@media screen and (max-width:480px) {
	.yr10-img,
	.ip3-banner {
		top: 274px;
		width: 150.903px;
		height: 82.0125px;
	}
}




/*About us changes*/

.about-us-wrapper {
	padding-bottom: 0;
}

.seaction-years .section-title {
	margin: 0;
	text-align: center;
	padding: 20px;
	font-size: 36px;
	line-height: 74px;
	color: #fff;
	font-weight: bold;
	background-color: #dd814d;
}

.seaction-years .section-blurb {
	text-align: left;
	font-size: 24px;
	padding: 0px 30px;
  width: 100%;
  max-width: 1470px;
  margin: 30px auto 0 auto;
  font-weight: 400;
  line-height: 1.4;
  border-top: 3px solid #515151;
  border-bottom: 3px solid #515151;
  padding: 20px 10px;
  font-size: 22px;
}

.years-columns {
	padding: 0px 30px;
	width: 100%;
	max-width: 1470px;
	position: relative;
	margin: 80px auto;
}

.years-columns:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 5px;
	height: 100%;
	background-color: #d8d8d8;
	display: block;
}

.year-column {
	padding-top: 50px;
}
.year-column> * {
	position: relative;
	z-index: 1;
}
.year-column.big-bullet{
	padding-top: 90px;
}
.year-column:first-child {
	padding-top: 0;
}
.year-column .bullet {
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	width: 52px;
	height: 52px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d8d8d8), to(#f2f2f2));
	background: -webkit-linear-gradient(top, #f2f2f2, #d8d8d8);
	background: -moz-linear-gradient(top, #f2f2f2, #d8d8d8);
	background: -ms-linear-gradient(top, #f2f2f2, #d8d8d8);
	background: -o-linear-gradient(top, #f2f2f2, #d8d8d8);
	margin-bottom: 50px;
}
.year-column.big-bullet .bullet {
	width: 130px;
	height: 130px;
	margin-bottom: 90px;
}
.year-column.big-bullet .bullet span {
	text-align: center;
	display: table-cell;
	width: 130px;
	height: 130px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	color: #9b9b9b;
}

.column-content .column-title h3 {
	margin: 0;
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	line-height: 80px;
	font-weight: bold;
}

.column-description {
	padding: 30px;
	border: 1px solid #d8d8d8;
	border-top: none;
	color: #515151;
	font-size: 24px;
	line-height: 34px;
	background-color: #fff;
}
.column-description a {
	color: #515151;
	text-decoration: underline;
}
.column-description p {
	margin: 0;
	position: relative;
	padding-left: 18px;
}
.column-description p:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #515151;
	top: 12px;
	left: 0;
	display: block;
}

@media screen and (max-width:1023px) {
	.seaction-years .section-title {
    	font-size: 20px;
    	line-height: 1.1;
    }
  .seaction-years .section-blurb {
		text-align: center;
		font-size: 14px;
	}
	.column-description {
		font-size: 16px;
		line-height: 26px;
	}
	.column-content .column-title h3 {
		font-size: 20px;
		line-height: 50px;
	}
	.column-description p:before {
		top: 9px;
	}
}
@media screen and (max-width:767px) {
	.years-columns {
		max-width: 605px;
	}
}

@media screen and (max-width:480px) {
	.years-columns {
		padding: 0px 15px;
	}
}

@media screen and (min-width:768px) {
	.column-content .column-title {
		position: relative;
	}
	.year-column.odd .column-content .column-title .arrow {
		display: block;position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 18px 0 18px 18px;
		border-color: transparent transparent transparent #007bff;
		top: 0;
		bottom: 0;
		margin: auto;
		right: -18px;
		content: "";
	}
	.year-column.even .column-content .column-title .arrow {
		display: block;position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 18px 18px 18px 0;
		border-color: transparent #007bff transparent transparent;
		top: 0;
		bottom: 0;
		margin: auto;
		left: -18px;
		content: "";
	}

	.year-column {
		width: 50%;
		position: relative;
		margin-top: 130px;
		padding-top: 0;
	}
	.year-column:first-child {
		margin-top: 0;
	}
	.year-column .column-content {
		max-width: 575px;
		width: calc(100% - 120px);
	}
	.year-column.even {
		float: right;
		clear: right;
	}
	.year-column.odd {
		float: left;
		clear: left;
	}
	.year-column.odd .column-content {
		float: left;
	}
	.year-column.even .column-content {
		float: right;
	}
	.years-columns {
		overflow: auto;
		padding-top: 25px;
	}
	.year-column .bullet {
		margin: 0;
		position: absolute;
		top: 15px;
	}
	.year-column.odd .bullet {
		right: -25px;
	}
	.year-column.even .bullet {
		left: -27px;
	}
	.year-column.big-bullet {
		padding-top: 0;
		margin-top: 0;
	}
	.year-column.big-bullet + .year-column {
		margin-top: 245px;
	}
	.year-column.odd.big-bullet .bullet {
		right: -63.5px;
		top: -25px;
	}
	.year-column.even.big-bullet .bullet {
		left: -60px;
		top: -25px;
	}
	.year-column:last-child:before {
		width: 7px;
		height: 100%;
		position: absolute;
		right: -3px;
		content: "";
		display: block;
		background-color: #fff;
		top: 0;
		z-index: 1;
	}
}

.break-line {
	clear: both;
}

@media screen and (min-width:992px) {
	.year-column.odd .column-content .column-title .arrow {
		border-width: 25px 0 25px 25px;
		right: -25px;
	}
	.year-column.even .column-content .column-title .arrow {
		border-width: 25px 25px 25px 0;
		left: -25px;
	}
}

/* PATENT OWNERS PAGE START */
.patent-owners-page .page-title h1 { margin-bottom: 30px; }
.patent-owners-page h1 img {
	margin-top: -17px;
	height: auto;
}
.patent-owners-page h2 {
	font-size: 48px;
	margin: 0;
}
.about-ip3-title-1,
.about-ip3-title-2 {
	color: #FFF;
	background: #dd814d;
	text-align: center;
	padding: 30px 15px;
	margin-bottom: 60px;
}
.about-ip3-title-2 { background-color: #09458d; }
.about-ip3-text-1,
.about-ip3-text-2 { padding: 60px 0; padding-top: 0; }
.about-ip3-text-1 p {
  font-family: "Lato";
	font-size: 30px;
	border-top: 2px solid rgb(81, 81, 81);
	border-bottom: 2px solid rgb(81, 81, 81);
  color: rgb(81, 81, 81);
  line-height: 1.6;
  padding: 20px 0;
  margin-left: 80px;
}
.about-ip3-text-2 p {
	font-family: "Lato";
	font-size: 24px;
  color: rgb(81, 81, 81);
  line-height: 1.5;
  padding: 0px 80px;
}
.mobile-logos { display: none; }
.logos,
.logos-bot {
	display: table;
	width: 100%;
	padding: 0;
	padding: 0 80px;
}
.logos-bot { margin-bottom: 60px; }
.patent-owners-page .logo {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 20%;
	float: none;
	padding: 30px 15px;
}
.patent-owners-page .logo img { margin: 0 auto }
.logos .logo {
	border-bottom: 3px solid rgb(81, 81, 81);
	border-right: 3px solid rgb(81, 81, 81);
}
.logos .logo:last-child { border-right: none; }
.logos-bot .logo {
	border-right: 3px solid rgb(81, 81, 81);
}
.logos-bot .logo:last-child { border-right: none; }
.patent-area {
  background-color: rgba(235, 235, 235 ,0.502);
  padding: 60px 80px;
}
.patent-area .text p {
  color: rgb(81, 81, 81);
  line-height: 1.5;
}
.patent-area .bullet {
	width: 85%;
	margin: 15px auto;
}
.patent-area .bullets .img-container {
	display: inline-block;
	width: 50px;
	text-align: center;
}
.patent-area .bullets img,
.patent-area .bullets p {
	display: inline-block;
}
.patent-area .bullets p {
  font-size: 24px;
  font-weight: 700;
  color: rgb(81, 81, 81);
  line-height: 2.222;
  margin: 0;
  padding-left: 30px;
}
.patent-area .bullets img {
	margin-top: -13px;
  height: 43px;
}
.mid-section {
	text-align: center;
  background-color: rgb(21, 144, 143);
  padding: 120px 90px;
}
.mid-section p {
	font-size: 30px;
	color: #FFF;
	font-weight: 700;
}
.how-to h1 {
	font-size: 72px;
	font-weight: 700;
	text-align: center;
	margin: 80px 0;
}
.how-to h3 {
	font-size: 34px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 25px;
}
.how-to .text { padding: 0 60px; }
.how-to .file img,
.how-to .file p {
	display: inline-block;
}
.how-to .text a {
	text-decoration: none;
}
.how-to .text p {
	font-size: 24px;
  color: rgb(81, 81, 81);
  line-height: 3.333;
  padding-left: 15px;
}
.how-to .file img { margin-top: -5px; }
.how-to .note {
	display: inline-block;
  background-color: rgb(21, 144, 143);
  margin-top: 30px;
}
.how-to .note p {
	font-size: 20px;
  color: #FFF;
  font-weight: 700;
  margin: 0;
  padding: 15px 45px;
  line-height: 1.4;
}
.how-to .note span { font-weight: 100; }
.back-to-top {
	text-align: right;
	padding: 45px;
	cursor: pointer;
}
.back-to-top img,
.back-to-top p {
	display: inline-block;
	padding-left: 15px;
}
.back-to-top img { margin-top: -10px; }
.back-to-top p {
	font-size: 34px;
	font-weight: 700;
	margin: 0;
}
.patent-owners-page .about-us h2 {
	font-size: 72px;
	color: #FFF;
	text-align: center;
	background-color: #09458d;
	padding: 30px 15px;
}
.patent-owners-page .col-img { padding: 0; }
.patent-owners-page .col-img img { width: 100%; }
.patent-owners-page .about-us .text p {
	font-size: 24px;
  color: rgb(81, 81, 81);
  line-height: 1.5;
	padding: 60px;
}
@media screen and (max-width: 1699px) {
	.patent-owners-page h2 { font-size: 40px; }
}
@media screen and (max-width: 1379px) {
	.patent-owners-page h2 { font-size: 32px; }
	.about-ip3-text-1 p { font-size: 26px; }
	.patent-owners-page p,
	.patent-owners-page .about-us .text p { font-size: 20px; }
	.patent-owners-page .about-us .text p { padding: 30px; }
	.mid-section { padding: 90px 60px; }
	.patent-area { padding: 30px 40px; }
	.patent-area .bullets p { font-size: 18px; }
	.patent-area .bullet { width: 95%; }
	.how-to h3 { font-size: 28px; }
	.how-to .text p { font-size: 20px; }
	.how-to .text { padding: 0 30px; }
	.back-to-top img { width: 50px; margin-top: -5px; }
	.mid-section p { font-size: 24px; }
}
@media screen and (max-width: 1199px) {
	.patent-owners-page h1 img { width: 100px; }
	.patent-owners-page h1,
	.patent-owners-page .about-us h2 { font-size: 52px; }
	.about-ip3-text-2 p { padding: 0 30px; }
	.patent-owners-page h2 { font-size: 26px; }
	.about-ip3-text-1 p { margin-left: 30px; }
	.how-to .note { margin-top: 15px; }
	.how-to .note p { font-size: 18px; padding: 10px 20px; }
}
@media screen and (max-width: 991px) {
	.patent-owners-page h1 img { width: 85px; margin-top: -10px; }
	.patent-owners-page h1,
	.patent-owners-page .about-us h2 { font-size: 40px; }
	.patent-owners-page h2 { font-size: 20px; }
	.about-ip3-text-1 p { font-size: 22px; }
	.patent-owners-page p,
	.patent-owners-page .about-us .text p { font-size: 16px; }
	.mid-section { padding: 60px 30px; }
	.about-ip3-title-1, .about-ip3-title-2 { margin-bottom: 30px; }
	.about-ip3-text-2 { padding-top: 0; }
	.about-ip3-text-2 p { padding: 0 50px; }
	.logos, .logos-bot { padding: 0 40px; }
	.how-to h1 { margin: 40px 0; padding: 0 15px; }
	.how-to h3 { font-size: 24px; margin-top: 15px; }
	.how-to .text p { font-size: 18px; }
	.how-to .note p { font-size: 16px; }
	.back-to-top img { width: 45px; margin-top: -5px; }
	.mid-section p { font-size: 20px; }
}
@media screen and (max-width: 767px) {
	.patent-owners-page h1 img { width: 65px; margin-top: -8px; }
	.patent-owners-page h1,
	.patent-owners-page .about-us h2 { font-size: 32px; }
	.about-ip3-text-1 p {
		font-size: 20px;
		margin: 0 45px;
	}
	.how-to .file img { width: 30px; }
	.about-ip3-text-1 { padding-bottom: 30px; }
	.patent-owners-page p,
	.patent-owners-page .about-us .text p { font-size: 14px; }
	.about-ip3-text-2 p { padding-top: 0; }
	.patent-area .bullets p { font-size: 24px; }
	.mid-section p { font-size: 20px; }
	.desktop-logos { display: none; }
	.mobile-logos { display: block; }

	.ast-howto-chart,
	.ast-howto-chart .chart-image img {
    width: 25em;
  }
}
@media screen and (max-width: 480px) {
	.how-to .text p { padding-left: 5px; }
	.how-to .note p { padding: 7px 10px; }
}
@media screen and (max-width: 480px) {
	.how-to .file img { width: 25px; margin-top: -3px; }
	.how-to .text p { padding-left: 3px; font-size: 14px; }
	.how-to .note p { padding: 7px 10px; font-size: 13px; }
}
/* PATENT OWNERS PAGE ENDED */
.large-form .form-group{
  margin-top: 10px;
  margin-bottom: 20px;
}
.large-form label.no-input{
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}
.large-form label span{
  color:red;
}
.large-form label span.sub{
  color: inherit;
  font-size:75%;
  font-weight: 500;
}
.large-form input[type="text"], .large-form input[type="email"], .large-form input[type="tel"]{
  padding: 10px 10px;
  font-size: 20px;
}
.large-form .large-label{
  margin-bottom: -10px;
  margin-top: 20px;
  font-size: 30px;
  text-decoration: underline;
}
.large-form .button-links,
.page-template-template-patent-owners-php .button-links{
  display: block;
  color: #FFF!important;
  text-decoration: none!important;
  text-align: center;
  padding: 15px 20px;
}
.large-form .button-links span,
.page-template-template-patent-owners-php .button-links span{
  background-color: #dd814d !important;
  padding: 5px 10px;
  width: 98%;
  font-size:85%;
  display:block;
}
.large-form .button-links.patent-table span,
.page-template-template-patent-owners-php .button-links.patent-table span{
  background-color: #09458d !important;
}
.page-template-template-patent-owners-php .button-links {
  margin-bottom:25px;
}
.page-template-template-patent-owners-php p .button-links{
  margin: 0;
  width: 30%;
  display: inline-block;
  margin: 10px;
}
.large-form input[type="radio"]:checked, .large-form input[type="checkbox"]:checked{
  background: rgb(21, 144, 143);
}
.large-form .valid-note{
  margin: 10px;
  font-size: 16px
}
.large-form td, .large-form th{
  font-size: 13px;
  text-align: center;
}
.large-form input.wpcf7-not-valid{
  background-color: rgba(245,0,0,0.5);
}
#primary-assets{
  background-color: #f0f0f0;
}
span.wpcf7-list-item{
  display: inline-block !important;
  padding: 10px 0;
}
#primary-assets span.wpcf7-list-item{
  display:inline-block !important;
  width: 25%;
  font-size: 75%;
}
@media (max-width: 1475px){
  #primary-assets span.wpcf7-list-item{
    width:33.33%;
  }
}
#primary-assets span.wpcf7-list-item input[type="radio"]{
  width: 15px;
  height: 15px;
}
.large-form input[type="submit"] {
    background: #dd814d;
    color: #FFF;
    border: none;
    font-size: 30px;
    font-weight: 500;
    padding: 20px 40px;
    margin-left: 10px;
}
.large-form .table-responsive tr td{
  border: none;
}
.large-form .table-responsive>thead>tr>th{
  border:none;
  font-size:85%;
}
.large-form .table-responsive tr td input{
  border-color: #b7b7b7;
}
.grey{
  background-color: #f0f0f0;
}
@media screen and (max-width:992px){
  .large-form .button-links span,
  .page-template-template-patent-owners-php .button-links span{
    width: 50%;
  }
  #primary-assets span.wpcf7-list-item{
    width:50%;
    font-size: 85%;
    margin-left: 0;
  }
}
@media screen and (max-width:767px){
  #primary-assets span.wpcf7-list-item{
    display: block !important;
    width:100%;
  }
}
.border-bot{
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
.border-top{
  padding-top: 30px;
  border-top: 1px solid black;
}
.footer-right .wpcf7-form-control-wrap{
  float:none;
}
div.homepage-wide-image .wide-image{
  width: 80%;
  display:block;
  margin: 30px auto;
  padding: 15px;
}
.wpcf7-response-output.wpcf7-mail-sent-ok{
  text-align: center;
   margin: 0px;
   font-size: 1.25em;
   font-weight: 700;
   background: #2F908F;
   border-color: #2F908F;
   color: white;
}
/* Responsive for December 2018 - January 2019 Redesign */
@media (max-width:1500px){
  .testimonial-item .ti-wrapper .text{
    padding:15px;
    font-size:90%;
  }
}
@media (max-width:1400px){
  .testimonial-item .ti-wrapper .text{
    font-size:90%;
  }
  .testimonial-item .ti-wrapper .text{
    padding: 15px;
  }
  .testimonial-author{
    bottom: -5%;
    right: 5%;
  }
  .testimonials-nav{
    bottom: 25px;
  }
}
@media (max-width: 1199px){
  .testimonials-slider{
    height:350px;
  }
  .testimonial-item .ti-wrapper .text{
    padding: 15px;
    font-size: 80%;
  }
  .testimonial-author{
    max-width:100%;
    right:25%;
  }
  .testimonials-nav{
    right: 15%;
    bottom: 75px;
  }
  .footer-logo{
    width: 100%;
  }
  .footer-logo img{
    text-align: center;
  }
  .footer-address{
    width:100%;
  }
}
@media (max-width: 991px){
  #main-menu #nav li.ip3-mi,
  #main-menu #nav li.fast-ip-mi,
  #main-menu #nav li.sell-patents-btn{
    margin: 15px auto;
    border: none;
    width:175px;
  }
  .homepage-testimonials{
    padding: 0;
  }
  .testimonial-item .ti-wrapper .text{
    padding: 15px;
    font-size: 100%;
  }
  .testimonial-author{
    right: 20%;
  }
  .testimonials-nav{
    right: 5%;
    margin-top: 20px;
  }
  .footer-right .form-item.col-xs-12:nth-child(2),
  .footer-right .form-item.col-xs-12:nth-child(3){
    padding-right:0;
  }
}
@media (max-width: 767px){
  .testimonials-slider{
    height: 350px;
    margin-top:40px;
  }
  .testimonial-author{
    right: 5%;
  }
  .testimonials-nav{
    bottom:-20px;
  }
  .footer-left{
    position:relative;
    top:0;
    transform: none;
  }
  .footer-right .form-item.col-xs-12:nth-child(2),
  .footer-right .form-item.col-xs-12:nth-child(3),
  .footer-right .form-item.col-xs-12:nth-child(4),
  .footer-right .form-item.col-xs-12:nth-child(5){
    padding-left: 15px;
  }
}
@media (max-width: 600px){
  .testimonial-item .ti-wrapper .text{
    font-size: 90%;
    padding:5px;
  }
}
@media (max-width: 500px){
  .testimonial-item .ti-wrapper img.speech-bubble{
    height: 300px;
  }
  .testimonials-nav{
    bottom: -5px;
  }
  .testimonial-author{
    top: 66.67%;
  }
}
/* Interested in Selling Page Redesign January 2019 */
.large-form .title{
  text-align: center;
  font-weight:700;
  margin: 10px 0;
}
.large-form .row.page-head{
  border-bottom: 2px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.large-form .columns{
  display:flex;
  flex-wrap: wrap;
}
.large-form .columns .single{
  padding: 10px 20px;
}
.large-form .columns .single::after{
  content: '';
  display: block;
  width: 1px;
  height: 75%;
  background-color: #15908f;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.large-form .columns .single p{
  font-size: 16px;
}
.large-form .gray-divider{
  background-color: #f0f0f0;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  margin: 20px 0;
  padding: 15px 0;
}
/* Become A Member Page Redesign January 2019 */
.membership-row{
  text-align: center;
}
.membership-row h2{
	font-size:48px;
	text-align:center;
	display: block;
	width: 100%;
	padding-bottom: 30px;
}
.membership-row .membership-table{
	display:block;
	width: 100%;
	text-align:center;
	overflow: hidden;
	margin-top: 30px;
}
.membership-row .membership-table .table-cell{
	font-size:65%;
}
.membership-row .membership-table .table-cell:nth-child(n+3)) p{
	margin-bottom: 0;
}
.membership-row .membership-table .table-cell:nth-child(odd)::after{
	content:'';
	display:block;
	width: 1px;
	padding-top:2px;
	position: absolute;
	right: 0;
	top: 0;
	height:100%;

	background-color: #dd814d;
}
.membership-row .pre-table,
.membership-row .post-table{
	display: block;
	width: 100%;
	font-size: 20px;
	margin: 10px 0 30px 0;
}
.membership-row .post-table{
	padding-bottom: 10px;
}
.inquire-row h2{
	font-size:2em;
	text-align:center;
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 700;
	background-color: #dd814d;
	padding: 20px 0;
	margin-bottom: 0;
}
.inquire-row .form-section{
	background-color: #f0f0f0;
	padding-top: 40px;
}
.inquire-row .form-section label{
	display:inline-block;
	width:35%;
	font-size: 20px;
	color: #515151;
}
.inquire-row .form-section label.ta{
	vertical-align: top;
}
.inquire-row .form-section label sup{
	color: red;
}
.inquire-row .form-section input,
.inquire-row .form-section textarea{
	display:inline-block;
	width:65%;
	padding: 5px;
	font-size: 20px;
	margin-bottom: 20px;
}
.inquire-row .form-section textarea{
	height: unset;
}
.inquire-row .form-section input[type="submit"]{
	width: auto;
	padding: 10px 40px;
	margin: 1% 0 0 20px;
}
@media (max-width:992px){
  .membership-row .membership-table .table-cell{
    font-size:90%;
  }
}
/* Our Team Page Redesign January 2019 */
.our-team-text{
  margin: 0 auto 30px;
  padding:0;
}
.our-team-text h1{
  margin: 30px 0 25px
}
.our-team-text p{
  font-size:0.85em;
}
.team-members{
  border-top: 2px solid #ededed;
  padding-top: 30px;
}
.team-members > .row{
  display: flex;
  flex-wrap: wrap;
}
.team-members .row > div{
  clear:none !important;
}
.team-member .image{
  margin: 0;
}
.team-member .text span{
  display: block;
  width: 100%;
  font-size:0.7em;
  text-align: left;
}
.team-member .text span.name{
  font-weight:700;
}
/* Pop up styling */
.member-description{
  padding: 20px;
}
.member-description .pop-up-image{
  display:inline-block;
  width:25%;
  vertical-align: super;
}
.member-description .text{
  width: 70%;
  display: inline-block;
  margin-left: 2%;
  vertical-align: top;
}
.member-description .text span{
  display: block;
  width: 100%;
}
.member-description span.name{
  font-weight: 700;
}
.member-description span.position{
  font-weight: 300;
}
.member-description span.name,
.member-description span.position{
    font-size: 1.5em;
}
.member-description span.bio{
  font-size:0.85em;
  font-weight: 400;
}
@media (max-width:1200px){
  .member-description{
    padding:10px;
  }
}
@media (max-width:767px){
  .fancybox-desktop{
    width:90% !important;
  }
  .team-member .text span{
    font-size:1.25em;
  }
  .member-description .pop-up-image{
    display:block;
    width:100%;
  }
  .member-description .text{
    display: block;
    width: 100%;
  }
  .member-description span.name, .member-description span.position{
    font-size: 1.85em;
  }
  .member-description span.bio{
    font-size: 1em;
  }
}
/* Techology Categories Redesign January 2019 */
.tech-cats-wrapper{
  max-width:unset;
}
.tech-cats-wrapper .page-title{
  padding: 45px 0 15px;
}
.tech-cats-wrapper .page-title h1{
  font-weight: 700;
}
.tech-cats-wrapper .page-title h2{
  width:100%;
  font-size: 1em;
  border-top: 3px solid #515151;
  border-bottom: 3px solid #515151;
  padding: 30px 0
}
.tech-cats-wrapper .tech-search{
  background-color: #09458d;
  margin: 0 0 15px;
  text-align:center;
  padding: 30px 0;
}
.tech-cats-wrapper .tech-search label{
  color: #fff;
  display:inline-block;
  font-size: 1.1em;
  font-weight: 500;
  margin: 0;
}
.tech-cats-wrapper .tech-search .form-item{
  display:inline-block;
  margin: 0;
}
.tech-cats-wrapper .tech-search .form-item input{
  border: 3px solid #898989;
}
.tech-cats-wrapper .tech-cat-cont{
  padding:30px;
}
/* Arrow */
.tech-cats-wrapper .tech-cat-cont::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #dd814d transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 5%;
  z-index: 2;
}
.tech-cats-wrapper .tech-categories .tech-cat-cont{
  background-color: #dd814d;
  color: #fff;
}
.tech-cats-wrapper .tech-categories label{
  width: 100%;
  display: block;
}
.tech-cats-wrapper .tech-categories span.filter-opt{
  font-weight: 300;
  padding:0 5px;
  font-size: 1em;
  display:inline-block;
  position: relative;
  cursor: pointer;
}
.tech-cats-wrapper .tech-categories span.filter-opt:not(:last-child)::after{
  content: '';
  display:block;
  width: 1px;
  height:65%;
  background: #fff;
  position: absolute;
  right:-3px;
  top:50%;
  transform: translateY(-50%);
}
.tech-cats-wrapper .tech-categories span.filter-opt.active{
  font-weight:700;
}
.tech-cats-wrapper .tech-cats-filter-results{
  color: #fff;
  overflow:hidden;
  padding-left:0;
}
/* Arrow */
.tech-cats-wrapper .tech-cats-filter-results::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top:0;
  left: 36.65%;
  z-index: 1;
}
.tech-cats-wrapper .tech-cats-filter-results .results-cont{
  padding:50px 30px 30px 30px;
  background-color: #dd814d;
}
.tech-cats-wrapper .tech-cats-filter-results .results-cont label.letter{
  display: block;
  font-size: 2em;
  margin: -20px 0 20px 20px;
}
.tech-cats-wrapper .tech-cats-filter-results .results-cont .tech-cat{
  margin: 5px 0;
}
.tech-cats-wrapper .tech-cats-filter-results .results-cont .tech-cat span{
  width:100%;
  font-size: 0.75em;
}
@media (max-width: 1760px){
  .tech-cats-wrapper .tech-categories span.filter-opt{
    font-size: 0.85em;
  }
}
@media (max-width: 1625px){
  .tech-cats-wrapper .tech-categories span.filter-opt{
    font-size: 0.75em;
  }
}
@media (max-width: 1535px){
  .tech-cats-wrapper .tech-categories span.filter-opt{
    font-size: 0.85em;
  }
}
@media (max-width: 1199px){
  .tech-cats-wrapper .tech-categories span.filter-opt{
    font-size: 0.85em;
  }
  .tech-cats-wrapper .tech-cats-filter-results{
    margin-top: 15px;
  }
  .tech-cats-wrapper .tech-cats-filter-results::after{
    left:44.56%;
  }
}
@media (max-width:992px){
  .tech-cats-wrapper .tech-categories{
    padding-left:0;
    padding-right:0;
  }
  .tech-cats-wrapper .tech-cat-cont::after{
    left:44.56%;
  }
  .tech-cats-filter-results{
    padding-left:0;
    padding-right:0;
  }
}
/* News Page Redesign January 2019 */
.page-template-template-news .page-title{
  padding: 45px 0 30px 0;
}
.page-template-template-news .page-title h1{
  border-bottom: 2px solid #ededed;
  padding:30px 0;
}
.page-template-template-news .blog-post-article h2{
  font-size:1em;
  font-weight: 500;
  margin-top: 10px;
}
.page-template-template-news .blog-post-article .text{
  max-width:85%;
  padding-left: 10%;
}
.page-template-template-news .blog-post-article .post-article-footer{
  padding: 10px 0 0 0;
}
/* Events Page Redesign January 2019 */
.page-template-template-events .events-table .table-heading{
  background-color: #dd814d;
  color: #fff;
  font-weight: 700;
}
.page-template-template-events .events-table .table-heading .table-cell{
  padding: 10px 20px;
  font-size: 1.25em;
}
.page-template-template-events .events-table .table-row{
  background: #fff;
  border-bottom: 1px solid #acacac;
  font-size:0.85em;
  padding: 10px 0 25px 0;
}
.page-template-template-events .events-table .table-row:nth-child(odd){
  background: #fafafa;
}
.page-template-template-events .events-table .table-row .table-cell{
  padding: 10px 20px;
}
.page-template-template-events .events-table .table-row .table-cell.event-title{
  color: #dd814d;
}
@media (max-width:992px){
  .page-template-template-events .events-table .table-row{
    font-size: 1em;
  }
}
/* AST's Mission Page Resdesign January 2019 */
.about-us-wrapper .page-content{
  border-top: 3px solid #515151;
  border-bottom: 3px solid #515151;
  padding: 20px 10px;
  margin-bottom: 25px;
}
.about-us-wrapper .mission-icons .row{
  display: flex;
  flex-wrap: wrap;
}
.about-us-wrapper .mission-icons .single-mission-icon{
  width:20%;
  display:inline-block;
  margin: 0 auto 40px auto;
  text-align: center;
}
.about-us-wrapper .mission-icons img{
  display: block;
  width:auto;
  height:100px;
  max-height: 100px;
  margin: 10px auto 20px auto;
}
.about-us-wrapper .mission-icons span{
  font-weight: 700;
  font-size:20px;
  padding: 5px;
  text-align: center;
}
.about-us-wrapper .mission-icons .text-content{
  font-size:18px;
  padding:5px;
}
@media (max-width: 1600px){
  .about-us-wrapper .mission-icons .single-mission-icon{
    width:25%;
  }
}
@media (max-width: 1525px){
  .team-member .text span{
    font-size: 0.6em;
  }
}
@media (max-width: 1300px){
  .about-us-wrapper .mission-icons .single-mission-icon{
    width:33%;
  }
}
@media (max-width: 1199px){
  .team-member .text span{
    font-size: 0.7em;
  }
}
@media (max-width: 992px){
  .about-us-wrapper .mission-icons .single-mission-icon{
    width:50%;
  }
  .team-member .text span{
    font-size: 1em;
  }
}
@media (max-width: 576px){
  .about-us-wrapper .mission-icons .single-mission-icon{
    width:100%;
  }
}

/* IP3 2019 Template May 2019 */
.page-template-template-ip3-2019 .container-fluid{
    padding-left:0;
    padding-right:0;
}
.page-template-template-ip3-2019 .page-title{
    padding:30px 0;
}
.page-template-template-ip3-2019 .page-title h1{
    margin-bottom: 0;
}
.page-template-template-ip3-2019 .page-subtitle{
    color: #dc814c;
    text-align: center;
    font-size: 2em;
    margin: 0px 0px 30px 0px;
    font-weight: 700;
}

.page-template-template-ip3-2019 .about-ip3{
    background-color: #F5F5F5;
    padding: 0 0;
}
.page-template-template-ip3-2019 .about-ip3-title{
    color: #fff;
    background-color: #dc814c;
    font-weight: 900;
    font-size: 2em;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 0;
}

.page-template-template-ip3-2019 .left-ip3-column .content{
    padding: 20px 10px;
    border-top: 3px solid #515151;
    border-bottom: 3px solid #515151;
    font-weight: 500;
}
.page-template-template-ip3-2019 .left-ip3-column .content ul li{
    list-style-type: none;
    padding: 5px 0;
    font-weight: 600;
}
.page-template-template-ip3-2019 .left-ip3-column .content ul li:before{
    content: "\2022";
    color: #dc814c;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.page-template-template-ip3-2019 .right-ip3-column .content{
	font-weight: 700;
	color:#09458D;
}
.page-template-template-ip3-2019 .right-ip3-column .content img{
	width: 60%;
	margin:0 auto;
}
.page-template-template-ip3-2019 .right-ip3-column .content ul li{
    list-style-type: none;
    font-weight: 400;
    display: inline-block;
    width: 49%;
	margin:5px 0;
	color:#333;
	font-size: 14px;
}
@media screen and (max-width:1024px){
	.page-template-template-ip3-2019 .right-ip3-column .content ul li{
		display: block;
		width:89%;
	}
}
.page-template-template-ip3-2019 .right-ip3-column .content ul li img{
	margin-right: 15px;
	width:28px;
}
.page-template-template-ip3-2019 .brands{
    position: relative;
    padding: 40px 0;
}

.page-template-template-ip3-2019 .brands-slider .slide:not(:first-child):after{
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: #DCDCDC;
    position: absolute;
    top: 0;
}
.page-template-template-ip3-2019 .brands-slider .slide img{
    margin: 0 auto;
}
.page-template-template-ip3-2019 .brands-slider .slick-track{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.page-template-template-ip3-2019 .brands-slider-navigation .slick-arrow{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.page-template-template-ip3-2019 .brands-slider-navigation .slick-arrow.previous{
    left: 10px;
}
.page-template-template-ip3-2019 .brands-slider-navigation .slick-arrow.next{
    right: 10px;
}

.page-template-template-ip3-2019 .why-should-i{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin:10px 0;
    background-color: #09458d;
}
.page-template-template-ip3-2019 .why-should-i .column{
    padding: 20px 10px;
}
.page-template-template-ip3-2019 .why-should-i .left-why-column{
    text-align: center;
    font-size: 2em;
    color: #fff;
    font-weight: 700;
}
.page-template-template-ip3-2019 .why-should-i .right-why-column{
    background-color: #FCF2ED;
}
.page-template-template-ip3-2019 .right-why-column ul{list-style: none;}
.page-template-template-ip3-2019 .right-why-column ul li:before{
    content: "\2022";
    color: #09458d;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.page-template-template-ip3-2019 .tech-categories{
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.page-template-template-ip3-2019 .tech-categories h2{
    font-size: 2em;
    color: #515151;
    font-weight: 700;
    text-align: center;
    padding: 30px 0;
    display: block;
    width: 100%;
}
.page-template-template-ip3-2019 .tech-categories .tech-cat-single{
    margin-bottom: 1.5em;
}

.page-template-template-ip3-2019 .tech-categories .tech-cat-single img{
    display:block;
    margin: 20px auto;
    width:100px;
    height: 100px;
    object-fit: contain;
    object-position: center;
}
.page-template-template-ip3-2019 .tech-categories .tech-cat-single span.tech-cat-title{
    display:block;
    width: 100%;
    font-size: 0.85em;
    text-align: center;
    color: #fff;
    padding:15px 2px;
    max-height: 110px;
}
.page-template-template-ip3-2019 .tech-categories .tech-cat-single .excerpt{
    font-size: 0.85em;
    padding: 10px 5px;
    color: #515151;
    border-bottom: 3px solid #515151;
    min-height: 150px;
}
.page-template-template-ip3-2019 .tech-categories .tech-cat-single .overlay{
    color: #dc814c;
    font-size:1.1em;
    font-weight: 700;
	padding-top:60px;
	padding-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
	
	display: none;
	width: 91%;
	text-align: center;
	background:rgba(0,0,0,0.65);
	
	position: absolute;
	max-height: 110px;
	vertical-align: middle;
}
.page-template-template-ip3-2019 .tech-categories .tech-cat-single .overlay a{
	margin-top:-20px;
}
.page-template-template-ip3-2019 .tech-categories .tech-cat-single:hover .overlay {
	display:block;
}
.page-template-template-ip3-2019 .how-to-submit{
    background-color: #dc814c;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.page-template-template-ip3-2019 .how-to-submit .how-to-title {
    background-color: #F5F5F5;
    text-align: center;
    padding: 30px 0;
}
.page-template-template-ip3-2019 .how-to-submit .how-to-title h2{
    font-weight: 700;
}
.page-template-template-ip3-2019 .how-to-submit .left-how-to-column h2{
    text-align: center;
    padding: 30px 0;
    font-size: 2em;
    font-weight: 600;
    color: #fff;
}
.page-template-template-ip3-2019 .how-to-submit .right-how-to-list{
	background-color: #F5F5F5;	
}
.page-template-template-ip3-2019 .how-to-submit  .right-how-to-list ul li{
    display: block;
    list-style-type: none;
	margin: 20px 0;
	
}
.page-template-template-ip3-2019  .how-to-submit .right-how-to-list ul li img{
    margin: 10px 10px 10px 0;
}
.page-template-template-ip3-2019 .how-to-submit .right-how-to-list ul li a{
    color: #515151;
    font-weight: 500;
}
.page-template-template-ip3-2019 .how-to-submit .right-how-to-list a.submit{
    margin: 20px 0 20px 40px;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    background: #09458d;
	display:inline-block;
	
}

.page-template-template-ip3-2019 .ip-top{
	width:80%;
	margin:0 auto;
	vertical-align: middle;
	margin-bottom: 10px;
	background-color: #F5F5F5;
}
.page-template-template-ip3-2019 .ip-top p{font-size: 16px;}

@media screen and (max-width:1024px){
	.page-template-template-ip3-2019 .right-how-to-list-top{
		width:100% !important;
	}
}
.page-template-template-ip3-2019 .right-how-to-list-top{
	background-color: #F5F5F5;
	margin:0 auto;
	width: 70%;
	padding-bottom: 10px;
}
.page-template-template-ip3-2019  .right-how-to-list-top ul li{
    display: block;
    list-style-type: none;
	margin: 10px 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
}
.page-template-template-ip3-2019  .right-how-to-list-top ul li img{
    margin: 10px 10px 10px 0;
}
.page-template-template-ip3-2019 .right-how-to-list-top ul li a{
    color: #515151;
    font-weight: 500;
}
.page-template-template-ip3-2019 .right-how-to-list-top a.submit{
    
    padding: 20px;
    color: #fff;
    font-weight: 700;
    background: #09458d;
	display:block;
	font-size: 16px;
	text-align: center;
	margin-left:auto; margin-right: auto;
	width: 75%;
    margin-bottom: 20px !important;
}
.page-template-template-ip3-2019 .how-to-submit .how-to-bottom{
    background-color: #F5F5F5;
    padding: 30px 0;
    font-weight: 700;
    text-align: center;
}

.page-template-template-ip3-2019 .timing-table{
    font-weight: 600;
    padding: 45px 0;
}
.page-template-template-ip3-2019 .timing-table h2{
    padding: 0 0 30px;
    text-align: center;
    font-weight:700;
}
.page-template-template-ip3-2019 .timing-table table{
    border-top: 1px solid #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
    width:100%;
    display:block;
    margin-bottom: 20px;
}
.page-template-template-ip3-2019 .timing-table table tr:nth-child(even){
    background-color: #FCF2ED;
}
.page-template-template-ip3-2019 .timing-table table tr td{
    padding:25px;
    border-bottom: 1px solid #B7B7B7;
}
.page-template-template-ip3-2019 .timing-table table tr td:first-child{
    border-right: 1px solid #B7B7B7;
    padding: 10px 15px 10px 5px;
    white-space:nowrap;
}
.page-template-template-ip3-2019 .patent-portfolio{
    background-color: #F5F5F5;
    padding: 45px 0;
}
.page-template-template-ip3-2019 .patent-portfolio h2{
    padding: 0 0 30px;
    text-align: center;
    font-weight:700;
}
.page-template-template-ip3-2019 .patent-portfolio p{
    font-size: 0.75em;
    display:block;
    font-weight:600;
}
.page-template-template-ip3-2019 .patent-portfolio p.patent-portfolio-links{
    text-align:center;
    font-size: 1em;
}
.page-template-template-ip3-2019 .patent-portfolio p.patent-portfolio-links a{
    margin: 10px 5px;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    background: #09458d;
    display:inline-block;
}
.page-template-template-ip3-2019 .patent-portfolio img{
    width: 100%;
    height: auto;
}
.page-template-template-ip3-2019 .contact-bar{
    background-color: #EBEBEB;
    border-top: 3px solid #fff;
    padding: 25px 0;
    text-align: center;
    font-size: 1.25em;
    font-weight: 700;
}
.page-template-template-ip3-2019 .contact-bar p{
    margin-bottom: 0;
}
.page-template-template-ip3-2019 .contact-bar a{
    color: #09458d;
}

.page-template-template-ip3-2019 .standard-patent{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    background: #dc814c;
}
.page-template-template-ip3-2019 .column{
    padding: 30px;
}
.page-template-template-ip3-2019 .left-standard-column{
    color: #fff;
    text-align: left;
}
.page-template-template-ip3-2019 .left-standard-column h2{
    font-weight: 600;
}
.page-template-template-ip3-2019 .right-standard-column{
    background: #fff;
}
.page-template-template-ip3-2019 .right-standard-column a{
    color: #09458d;
}
