/* Fonts */
/* Colors */
/* Functions */
/* Mixins */
/* RA Less */
* {
  margin: 0;
  outline: none !important;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box !important;
}
html {
  min-height: 100vh;
}
body {
  background: #ffffff;
  color: #000;
  font-family: 'brandon_grotesquelight', sans-serif;
  font-size: 100%;
  line-height:1.2em;
  padding-top: 99px;
  position: relative;
  min-height: 100vh;
}
@media (max-width: 768px) {
  body {
    padding-top: 50px;
  }
}
h1,
h2,
h3,
h4 {
  color: #333333;
  font-family: 'brandon_grotesquelight', sans-serif;
  line-height:1.2em;
}
h1.zero,
h2.zero,
h3.zero,
h4.zero {
  margin: 0;
}
h1.short,
h2.short,
h3.short,
h4.short {
  margin: 0 0 8px;
}
h1.long,
h2.long,
h3.long,
h4.long {
  margin: 0 0 30px;
}
h1 {
  color: #000000;
  font-family: 'brandon_grotesquelight', sans-serif;
  font-size: 44px;
  margin: 0 0 40px;
}
h1.double {
  margin: 0 0 30px;
}
h2 {
  color: #000000;
  font-family: 'brandon_grotesquelight', sans-serif;
  font-size: 36px;
 margin: 0 0 30px;
}
h2.double {
  margin: 0 0 50px;
}
h3 {
  color:#426da9;
  font-family: 'brandon_grotesquemedium', sans-serif;
  font-size: 24px;
  margin: 0 0 10px;
}
h3.double {
  margin: 0 0 40px;
}
h4 {
  color:#426da9;
  font-family: 'brandon_grotesquelight', sans-serif;
  font-size: 20px;
  margin: 0 0 10px;
}
h4.double {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    margin: 0 0 25px;
  }
  h2 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  h4 {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
ol {
  margin: 0 0 20px 18px;
}
ul {
  margin: 0 0 20px 16px;
}
ol li,
ul li {
  margin: 0 0 10px;
}
ol.double,
ul.double {
  margin-bottom: 40px;
}
ol.triple,
ul.triple {
  margin-bottom: 60px;
}
ol.compact li,
ul.compact li {
  margin: 0;
}
input,
select,
textarea,
button {
  color: #333333;
  font-size: 14px;
}
a {
  color: #009fdf;
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #009fdf;
  outline: none;
  text-decoration: none;
}
p {
  line-height: 1.3em;
  margin: 0 0 10px;
}
p.intro {
  font-size: 20px;
}
p.double {
  margin-bottom: 80px !important;
}
p.triple {
  margin-bottom: 60px !important;
}
p.disclaimer {
  font-size: 14px;
  line-height: normal;
}
p.disclaimer span {
  font-style: italic;
}
p.last {
  margin: 0;
}
p.margin_top {
  margin-top: 20px;
}
p:last-child {
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  p {
    margin: 0 0 20px;
  }
  p:last-child {
    margin: 0 0 30px;
  }
}
img {
  border: none;
}
img.full_width {
  width: 100%;
}
img.max_width {
  max-width: 100%;
}
img.third_width_right {
  float: right;
  padding: 0 0 10px 10px;
  width: 33%;
}
b,
strong {
  font-family: 'brandon_grotesquemedium', sans-serif;
}
button {
  cursor: pointer;
}
fieldset {
  border: 0;
}
label {
  font-family: 'brandon_grotesquemedium', sans-serif;
}
span.required {
  color: #F3161E;
}
.radio,
.checkbox {
  display: inline-block;
  vertical-align: middle;
}
textarea {
  resize: none;
}
.pipe {
  padding: 0 6px;
}
i.fa-left {
  margin: 0 6px 0 0;
}
i.fa-right {
  margin: 0 0 0 6px;
}
.lower {
  text-transform: none;
}
.upper {
  text-transform: uppercase;
}
.border_grey {
  border: 1px solid #333333;
  display: block;
}
.no_padding {
  padding: 0;
}
.overflow {
  overflow: hidden;
}
._hidden {
  display: none;
}
.side_padding {
  padding: 0 15px;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.container {
  margin: 0 auto !important;
}
@media (max-width: 768px) {
  input {
    font-size: 16px !important;
  }
}
/* **************************************************************** */
/* Bootstrap														*/
/* **************************************************************** */
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: 0;
}
pre {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}
/* **************************************************************** */
/* Container														*/
/* **************************************************************** */
body {
  font-size: 18px;
  position: relative;
}
.container {
  font-size: 18px;
  position: relative;
}
.container > .inner {
  position: relative;
}
/* **************************************************************** */
/* Navbar															*/
/* **************************************************************** */
.navbar {
  background: #fff;
  border-bottom:1px solid #002554;
  font-family: 'brandon_grotesquelight', sans-serif;
  height: 100px;
  margin: 0;
}
.navbar > .container {
  height: 100%;
  position: relative;
}
.navbar > .container a {
  color: #333;
}
.navbar > .container .navbar-header {
  height: 100%;
}
.navbar > .container .navbar-header .navbar-brand {
  background: url('../img/logo.png') 0px 10px no-repeat;
  background-size: 205px 72px;
  display: block;
  width: 205px;
  height: 100%;
  padding: 35px 0 0;
  margin: 0;
  text-indent: -1000em;
}
.navbar > .container .nav {
  margin: 35px 0 0 46px;
}
.navbar > .container .nav > li {
  margin: 0;
}
.navbar > .container .nav > li > a {
  border-bottom: 1px solid #1b5faa;
  display: block;
  font-family: 'brandon_grotesquelight', sans-serif;
  font-size: 18px;
  height: 65px;
  line-height: 65px;
  padding: 0 10px;
}
.navbar > .container .nav > li > a:hover,
.navbar > .container .nav > li > a:focus {
  background: none;
}
.navbar > .container .nav > li .dropdown-menu {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -khtml-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  background: #eaedee;
  border: 0;
  padding: 0;
}
.navbar > .container .nav > li .dropdown-menu > li {
  margin: 0;
}
.navbar > .container .nav > li .dropdown-menu > li a {
  -webkit-transition: All 0.1s ease-in-out;
  -khtml-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  transition: All 0.1s ease-in-out;
  background: none;
  color: #333333;
  font-size: 17px;
  padding: 10px 20px;
}
.navbar > .container .nav > li .dropdown-menu > li a:hover,
.navbar > .container .nav > li .dropdown-menu > li a:focus {
  background: #ffffff;
}
.navbar > .container .nav > li .dropdown-menu i {
  display: none;
}
.navbar > .container .nav > li.active > a,
.navbar > .container .nav > li.open > a,
.navbar > .container .nav > li:hover > a {
  border-bottom: 1px solid #ebebeb;
}
.navbar > .container .nav .open > a,
.navbar > .container .nav .open > a:hover,
.navbar > .container .nav .open > a:focus {
  background: none;
}
.navbar > .container .navbar-buttons {
  position: absolute;
  top: 0;
  right: 0;
  width: 185px;
  color: #fff;
}
.navbar > .container .navbar-buttons .btn {
  padding: 0;
  width: 100%;
}
.navbar > .container .navbar-buttons .btn.btn-login {
  background: #009fdf;
  font-family: 'brandon_grotesquemedium', sans-serif;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  margin: 0 0 2px;
}
.navbar > .container .navbar-buttons .btn.btn-request-demo {
  height: 68px;
  line-height: 68px;
}
@media (max-width: 1024px) {
  .navbar > .container .navbar-header .navbar-brand {
    padding: 0;
    position: absolute;
    top: 10px;
    left: 25px;
    background: url('../img/logo.png') 0px 0px no-repeat;
    background-size: 108px 38px;
    display: block;
    width: 108px;
    height: 38px;
    margin: 0;
    text-indent: -1000em;
  }
  .navbar > .container .nav {
    margin-left: 0;
  }
  .navbar > .container .navbar-buttons {
    right: -15px;
  }
}
@media (max-width: 768px) {
  .navbar {
    height: 50px;
  }
  .navbar > .container .navbar-header .navbar-brand {
    top: 12.5px;
    left: 15px;
  }
  .navbar > .container .navbar-buttons {
    display: none;
  }
  .navbar > .container .navbar-toggle {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
  }
  .navbar > .container .navbar-toggle .icon-bar {
    background: #ffffff;
    height: 3px;
    width: 24px;
  }
  .navbar > .container .navbar-collapse {
    background: #ffffff;
    max-height: none;
  }
  .navbar > .container .navbar-collapse .navbar-nav {
    margin: 0 -15px;
  }
  .navbar > .container .navbar-collapse .navbar-nav > li a {
    color: #1b5faa;
  }
  .navbar > .container .navbar-collapse .navbar-nav > li a i {
    display: none;
  }
  .navbar > .container .navbar-collapse .navbar-nav > li.active > a,
  .navbar > .container .navbar-collapse .navbar-nav > li.open > a,
  .navbar > .container .navbar-collapse .navbar-nav > li:hover > a {
    border-bottom: 1px solid #1b5faa;
  }
  .navbar > .container .navbar-collapse .navbar-nav > li .dropdown-menu {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .navbar > .container .navbar-buttons {
    top: 10px;
    right: 0;
    width: auto !important;
  }
  .navbar > .container .navbar-buttons .btn {
    padding: 0 15px;
    width: auto !important;
  }
  .navbar > .container .navbar-buttons .btn.btn-login {
    font-size: 16px;
    height: auto !important;
    line-height: 30px !important;
    margin: 0 0 0 10px;
    color: #ffffff !important;
  }
  .navbar > .container .navbar-buttons .btn.btn-request-demo {
    font-size: 16px;
    height: auto !important;
    line-height: 30px !important;
    color: #ffffff !important;
    margin-top: 18px;
  }
}
/* **************************************************************** */
/* Sections															*/
/* **************************************************************** */
.section {
  padding: 60px 0;
}
.section.bg_white {
  background: #ffffff;
}
.section.bg_grey {
  background: #eeeeee;
}
.section.bg_blue {
  background: #002554;
  color: #ffffff;
}
.section.bg_blue h2 {
  color: #ffffff;
}
.section.no_padding {
  padding: 0;
}
.section.no_padding_bottom {
  padding-bottom: 0;
}
.section.no_padding_top {
  padding-top: 0;
}
.section.extra_padding_top {
  padding-top: 120px;
}
.section ._subsection {
  margin: 0 0 40px;
}
.section.case_study_large {
  padding: 40px 0 20px;
}
@media (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
  .section.extra_padding_top {
    padding-top: 50px;
  }
}
/* **************************************************************** */
/* Heading															*/
/* **************************************************************** */
.section._heading {
  height: 238px;
  padding-top: 70px;
}

.section._heading h3 {
  color: #ffffff;
  font-family: 'brandon_grotesquelight', sans-serif;
  font-size: 40px;
}
.section._heading h4 {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  font-family: 'brandon_grotesquelight', sans-serif;
  font-size: 30px;
  margin: 0 0 5px;
}
.section._heading.tall {
  /*height:400px;*/
}
/*** section-specific headings ***/
.page-not-found ._heading h4 {
  display: none;
}
@media (max-width: 767px) {
  .section._heading {
    height: 170px;
    padding-top: 26px;
  }
  .section._heading h3 {
    font-size: 26px;
  }
  .section._heading h4 {
    font-size: 18px;
  }
  .section._heading.tall {
    /*height:170px;*/
  }
}
/* **************************************************************** */
/* Breadcrumb														*/
/* **************************************************************** */
._breadcrumb {
  /*** quick links ***/
}
._breadcrumb ._breadcrumb_menu {
  background: #eeeeee;
}
._breadcrumb ._breadcrumb_menu ul {
  list-style: none;
  margin: 0 0 20px;
  margin: 0;
}
._breadcrumb ._breadcrumb_menu ul li {
  background: url('../img/layout/breadcrumb_divider.png') top right no-repeat;
  float: left;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}
._breadcrumb ._breadcrumb_menu ul li a {
  color: #666666;
  display: block;
  font-family: 'brandon_grotesquelight', sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
}
._breadcrumb ._breadcrumb_menu ul li:last-child {
  background: none;
}
._breadcrumb ._breadcrumb_menu ul li li {
  background: none;
  float: none;
  margin: 0;
  padding: 0;
}
._breadcrumb ._breadcrumb_menu ul li li a {
  -webkit-transition: All 0.1s ease-in-out;
  -khtml-transition: All 0.1s ease-in-out;
  -moz-transition: All 0.1s ease-in-out;
  transition: All 0.1s ease-in-out;
}
._breadcrumb .quick_links {
  background: #002554;
  position: relative;
}
._breadcrumb .quick_links h3 {
  font-size: 20px;
  margin: 0;
  padding: 0 15px 0 0;
}
._breadcrumb .quick_links h3 a {
  background: url('../img/icons/quick_links.png') right center no-repeat;
  color: #ffffff;
  display: block;
  padding: 15px;
}
._breadcrumb .quick_links ul {
  list-style: none;
  margin: 0 0 20px;
  background: #ffffff;
  border-bottom: 1px solid #666666;
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  z-index: 1000;
}
._breadcrumb .quick_links ul li {
  margin: 0;
}
._breadcrumb .quick_links ul li a {
  display: block;
  padding: 8px 15px;
}
._breadcrumb .quick_links ul li:first-child a {
  padding-top: 15px;
}
._breadcrumb .quick_links ul li.cta {
  border-top: 2px solid #666666;
  padding: 15px;
}
/* **************************************************************** */
/* Intro															*/
/* **************************************************************** */
.container .intro p {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 768px) {
  .container .intro p {
    font-size: 18px;
    line-height: 24px;
  }
}
/* **************************************************************** */
/* Case Study														*/
/* **************************************************************** */
.case_study {
  height: 340px;
  margin: 0 0 40px;
  padding: 40px 30px 0;
}
.case_study h3 {
  color: #ffffff;
  margin: 0 0 20px;
}
.case_study p {
  color: #ffffff;
  margin: 0 0 20px;
}
.case_study_large h3 {
  color: #ffffff;
  margin: 0 0 20px;
}
.case_study_large p {
  color: #ffffff;
  margin: 0 0 20px;
}
.case_study_large p a {
  color: #ffffff;
  font-family: 'brandon_grotesquemedium', sans-serif;
}
.case_study_large p a.btn {
 font-family: 'brandon_grotesquemedium', sans-serif;
}
/* **************************************************************** */
/* Pullquote														*/
/* **************************************************************** */
.pullquote {
  color:#426da9
  font-family: 'brandon_grotesquelight', sans-serif;
  float: right;
  width: 50%;
  padding: 0 0 30px 30px;
}
.pullquote p {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 30px;
}
.pullquote .author {
  font-family: 'brandon_grotesquelight', sans-serif;
}
.pullquote .author span {
  display: inline-block;
  width: 30px;
}
@media (max-width: 768px) {
  .pullquote {
    float: none;
    width: auto;
    margin: 0 0 20px;
    padding: 0;
  }
  .pullquote p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
  }
  .pullquote .author span {
    display: inline-block;
    width: 30px;
  }
}
/* **************************************************************** */
/* Buttons															*/
/* **************************************************************** */
.btn-primary {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 20px;
  padding: 12px 30px;
}
.btn-blue-light {
  color: #ffffff;
  background: #009fdf;
  border: 1px solid #009fdf;
}
.btn-blue-light:active,
.btn-blue-light:hover,
.btn-blue-light:focus {
  border: 1px solid #006fb9 !important;
}
.btn-orange-light,
div#fd .btn-primary.btn-orange-light {
  color: #ffffff;
  background: #97d700 !important;
  border: 1px solid #97d700 !important;
}
.btn-orange-light:active,
div#fd .btn-primary.btn-orange-light:active,
.btn-orange-light:hover,
div#fd .btn-primary.btn-orange-light:hover,
.btn-orange-light:focus,
div#fd .btn-primary.btn-orange-light:focus {
  color: #ffffff;
  background: #97d700 !important;
  border: 1px solid #97d700 !important;
}
/* **************************************************************** */
/* Sidebar															*/
/* **************************************************************** */
._sidebar {
  /*** sidebar section ***/
}
._sidebar .sidebar_section {
  margin-bottom: 40px;
  /*** list links ***/
  /*** contact ***/
  /*** demo box ***/
  /*** view video ***/
  /*** resources ***/
  /*** resources ***/
  /*** get_to_know_us ***/
  /*** pulquote ***/
}
._sidebar .sidebar_section h3 {
  border-bottom: 1px solid #009fdf;
  color: #426da9;
  font-size: 28px;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
._sidebar .sidebar_section .list_links li {
  margin: 0 0 20px;
}
._sidebar .sidebar_section.contact_us li {
  margin-bottom: 20px;
}
._sidebar .sidebar_section.contact_us li i {
  padding-right: 15px;
  width: 40px;
}
._sidebar .sidebar_section.demo_box a.btn {
  width: 100%;
  font-size: 30px !important;
  padding: 12px 0 !important;
  text-align: center !important;
  margin-top:18px !important;
}
._sidebar .sidebar_section.demo_box ._content {
  padding: 15px 15px 0;
  background: -moz-linear-gradient(top, #1e5799 0%, #4781bb 43%, rgba(82, 141, 196, 0.7) 55%, rgba(106, 165, 216, 0) 80%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1e5799 0%, #4781bb 43%, rgba(82, 141, 196, 0.7) 55%, rgba(106, 165, 216, 0) 80%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1e5799 0%, #4781bb 43%, rgba(82, 141, 196, 0.7) 55%, rgba(106, 165, 216, 0) 80%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=0);
  /* IE6-9 */
}
._sidebar .sidebar_section.demo_box ._content p {
  color: #ffffff;
  margin: 0 0 10px;
  text-align: center;
}
._sidebar .sidebar_section.demo_box ._content p a {
  color: #ffffff;
  text-decoration: underline;
}
._sidebar .sidebar_section.view_video h3 {
  margin: 0;
}
._sidebar .sidebar_section.view_video p {
  margin: 0 0 10px;
}
._sidebar .sidebar_section.resources h4 {
  margin: 0 0 10px;
}
._sidebar .sidebar_section.archives .list_archives ul.dropdown-menu {
  width: 100%;
}
._sidebar .sidebar_section.archives .list_archives ul.dropdown-menu li {
  margin: 0;
}
._sidebar .sidebar_section.archives .list_archives ul.dropdown-menu li table {
  width: 100%;
}
._sidebar .sidebar_section.archives .list_archives ul.dropdown-menu li table td {
  padding: 8px 0;
  text-align: center;
  width: 16.6%;
}
._sidebar .sidebar_section.get_to_know_us .social {
  margin: 0 0 30px;
}
._sidebar .sidebar_section.get_to_know_us .social a {
  color: #9db7c8;
  font-size: 50px;
  padding: 0 10px 0 0;
}
._sidebar .sidebar_section .pullquote {
  float: none;
  padding: 0;
  width: 100%;
}
._sidebar .sidebar_section .pullquote p {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 10px;
}
/* **************************************************************** */
/* Video															*/
/* **************************************************************** */
.video_play {
  display: block;
  position: relative;
}
.video_play span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/layout/button_video.png') center center no-repeat;
  z-index: 100;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* **************************************************************** */
/* Lists															*/
/* **************************************************************** */
ul.list_news {
  list-style: none;
  margin: 0 0 20px;
}
ul.list_news li {
  margin: 0 0 20px;
}
ul.list_news li p {
  margin: 0 0 16px;
}
ul.list_news li p a {
  font-size: 20px;
}
ul.list_links {
  list-style: none;
  margin: 0 0 20px;
}
ul.list_links li {
  margin: 0 0 20px;
}
ul.list_links li:last-child {
  margin: 0;
}
ul.list_links li p:last-child {
  margin: 0;
}
ul.list_bulleted {
  margin-bottom: 20px;
}
ul.list_bulleted li {
  margin: 0 0 20px;
  line-height: 1.4em;
  list-style: disc;
}
ul.list_resources p {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  ul.list_news li {
    margin: 0 0 20px;
  }
  ul.list_news li p a {
    font-size: 18px;
  }
}
/* **************************************************************** */
/* Footer															*/
/* **************************************************************** */
._footer {
  background: #000;
  color: #ffffff;
}
._footer p {
  font-size: 14px;
}
._footer p span.copy {
  padding: 0 20px 0 0;
}
._footer p a {
  color: #ffffff;
}
._footer ul {
  list-style: none;
  margin: 0 0 20px;
}
._footer ul li {
  font-size: 15px;
}
._footer ul li a {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  font-size: 15px;
  padding: 0 0 10px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
._footer ul li ul li a {
  border-bottom: 0;
  font-size: 14px;
  padding: 0;
  margin: 0;
  text-transform: none;
}
._footer ul.no_children a {
  border: 0;
}
/* **************************************************************** */
/* EasyBlog															*/
/* **************************************************************** */
div#fd.eb h1 {
  font-family: 'brandon_grotesquemedium', sans-serif;
}
div#fd.eb h3 {
}
div#fd.eb .eb-mod-media-title {
  font-size: 18px;
  line-height: 22px;
}
div#fd.eb .eb-posts .eb-post-body p:last-child {
  margin: 0 0 20px;
}
div#fd.eb .eb-posts .eb-post-foot {
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
div#fd.eb .eb-posts .eb-post-foot .btn-default {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff !important;
  background: #97d700 !important;
  border: 1px solid #97d700 !important;
  font-family: 'brandon_grotesquemedium', sans-serif !important;
  font-size: 20px !important;
  padding: 12px 30px !important;
}
div#fd.eb .eb-posts .eb-post-foot .btn-default:active,
div#fd.eb .eb-posts .eb-post-foot .btn-default:hover,
div#fd.eb .eb-posts .eb-post-foot .btn-default:focus {
  background: #97d700 !important;
  border: 1px solid #97d700 !important;
  color: #ffffff !important;
}
div#fd.eb .addthis_button_compact span {
  margin: 0 8px 0 0;
}
/* **************************************************************** */
/* Marquee															*/
/* **************************************************************** */
@media (max-width: 768px) {
  .home_marquee h2,
  .home_marquee p,
  .home_marquee a {
    margin-left: 10px !important;
  }
  .home_marquee p {
    display: none;
  }
  .home_marquee a {
    padding: 6px 15px;
  }
  .home_marquee a span {
    font-size: 14px !important;
  }
}
/* **************************************************************** */
/* LayerSlider
/* **************************************************************** */
.layerslider .ls-slide h2 {
  color: #ffffff;
  font-size: 60px;
  line-height:1.1em;
}
.layerslider .ls-slide p {
  color: #ffffff;
  font-size: 30px;
  line-height:1.3em;
}
@media (max-width: 768px) {
  .ls-bottom-nav-wrapper {
    display: none;
  }
}
/* **************************************************************** */
/* Logos															*/
/* **************************************************************** */
.home_logos .row .logo_group {
  position: relative;
}
.home_logos .row .logo_group > img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.home_logos .row .logo_group > img:first-child {
  display: block;
}
.home_logos .row .logo_group .sentinel {
  position: relative;
}
.home_logos .row .logo_group .sentinel img {
  display: block;
  position: relative;
  visibility: hidden;
}
/* **************************************************************** */
/* Roles															*/
/* **************************************************************** */
.roles .role {
  text-align: center;
}
.roles .role a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  padding: 35px 0 10px;
  text-transform: uppercase;
}
.roles .role a span {
  background: url('../img/home/sprite_roles.png') no-repeat;
  display: block;
  width: 61px;
  height: 68px;
  margin: 0 auto 30px;
}
.roles .role a.inventor {
  background: #2b995d;
}
.roles .role a.paralegal {
  background: #46adc5;
}
.roles .role a.paralegal span {
  background-position: -61px 0;
}
.roles .role a.inside_counsel {
  background: #136299;
}
.roles .role a.inside_counsel span {
  background-position: -122px 0;
}
.roles .role a.outside_counsel {
  background: #2982cd;
}
.roles .role a.outside_counsel span {
  background-position: -183px 0;
}
.roles .role a.chief_ip_counsel {
  background: #946099;
}
.roles .role a.chief_ip_counsel span {
  background-position: -244px 0;
}
.roles .role a.business_line_mgr {
  background: #5f2664;
}
.roles .role a.business_line_mgr span {
  background-position: -305px 0;
}
@media (max-width: 1024px) {
  .roles .role a {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .roles .role {
    margin: 0 0 10px;
  }
  .roles .role a {
    font-size: 11px;
    padding-top: 20px;
  }
  .roles .role a span {
    margin-bottom: 10px;
  }
  .roles .row > div {
    padding: 0 5px;
  }
}
/* **************************************************************** */
/* See For Yourself													*/
/* **************************************************************** */
.see_for_yourself .laptop {
  position: absolute;
  bottom: -110px;
  right: 0;
  z-index: 100;
}
@media (max-width: 768px) {
  .see_for_yourself .container {
    padding-bottom: 60px;
  }
  .see_for_yourself .laptop {
    bottom: -50px;
    right: 20px;
  }
  .see_for_yourself .laptop img {
    width: 250px;
  }
}
/* **************************************************************** */
/* Latest															*/
/* **************************************************************** */
.latest .latest_item .headline {
  font-family: 'brandon_grotesquelight', sans-serif;
  font-size: 24px;
  line-height: 1.3em;
}
/* **************************************************************** */
/* Solution Item													*/
/* **************************************************************** */
.solution_item .role {
  text-align: center;
}
.solution_item .role a {
  color: #ffffff;
  display: block;
  width: 100px;
  height: 100px;
  text-transform: uppercase;
}
.solution_item .role a span {
  background-size: 45px 50px;
  background-position: bottom center;
  background-repeat: no-repeat;
  display: block;
  width: 45px;
  height: 75px;
  margin: 0 auto;
  padding-top: 25px;
}
.solution_item .role a.inventor {
  background: #2b995d;
}
.solution_item .role a.inventor span {
  background-image: url('../img/home/roles/inventor.png');
}
.solution_item .role a.paralegal {
  background: #46adc5;
}
.solution_item .role a.paralegal span {
  background-image: url('../img/home/roles/paralegal.png');
}
.solution_item .role a.inside_counsel {
  background: #136299;
}
.solution_item .role a.inside_counsel span {
  background-image: url('../img/home/roles/inside_counsel.png');
}
.solution_item .role a.outside_counsel {
  background: #2982cd;
}
.solution_item .role a.outside_counsel span {
  background-image: url('../img/home/roles/outside_counsel.png');
}
.solution_item .role a.chief_ip_counsel {
  background: #946099;
}
.solution_item .role a.chief_ip_counsel span {
  background-image: url('../img/home/roles/chief_ip_counsel.png');
}
.solution_item .role a.business_line_mgr {
  background: #5f2664;
}
.solution_item .role a.business_line_mgr span {
  background-image: url('../img/home/roles/business_line_mgr.png');
}
.solution_item h2 {
  font-family: 'brandon_grotesquelight', sans-serif;
  margin-bottom: 20px;
}
.solution_item ul {
  margin-bottom: 20px;
}
.solution_item ul li {
  margin-bottom: 10px;
}
.solution_item.solution_item_heading .role {
  float: left;
  padding: 0 30px 0 0;
}
@media (max-width: 767px) {
  .solution_item {
    margin-bottom: 0;
  }
  .solution_item .role {
    display: none;
  }
  .solution_item .role a {
    height: 48px;
    width: 100%;
  }
  .solution_item .role a span {
    background-size: 25px 28px;
    width: 25px;
    height: 38px;
    padding-top: 10px;
  }
  .solution_item .role a img {
    width: 100%;
  }
  .solution_item .role._inline {
    width: 78px;
  }
}
/* **************************************************************** */
/* Case Studies														*/
/* **************************************************************** */
.case_studies .study {
  margin: 0 0 30px;
}
.case_studies .study a {
  color: #000000;
  display: block;
  font-family: 'brandon_grotesquelight', sans-serif;
}
.case_studies .study a img {
  display: block;
  margin: 0 0 10px;
}
/* **************************************************************** */
/* Case Study Item													*/
/* **************************************************************** */
.case_study_item .list_links h3 {
  margin: 0 0 15px;
}
.case_study_item .list_links p {
  margin: 0 0 15px;
}
.case_study_item .benefits {
  background: #c9e1f0;
  padding: 25px 30px;
  margin: 0 0 30px;
}
/* **************************************************************** */
/* Testimonials														*/
/* **************************************************************** */
.testimonials .slick_outer {
  padding: 0 60px;
}
.testimonials .slick_outer .slick {
  position: relative;
}
.testimonials .slick_outer .slick .slick-arrow {
  border: 0;
  width: 33px;
  height: 100%;
  position: absolute;
  top: 0;
  text-indent: -1000em;
  z-index: 100;
}
.testimonials .slick_outer .slick .slick-arrow.slick-prev {
  background: url('../img/customers/testimonials/button_prev.png') center center no-repeat;
  left: -60px;
}
.testimonials .slick_outer .slick .slick-arrow.slick-next {
  background: url('../img/customers/testimonials/button_next.png') center center no-repeat;
  right: -60px;
}
.testimonials .slick_outer .slick .testimonial p {
  margin: 0 0 30px;
}
.testimonials .slick_outer .slick .testimonial .pullquote {
  float: none;
  padding: 0;
  width: auto;
}
.testimonials .slick_outer .slick .testimonial .pullquote .author {
  color: #000000;
  font-size: 20px;
}
.testimonials .slick_outer .slick .testimonial .pullquote .author span {
  display: block;
  font-size: 24px;
  width: auto;
}
@media (max-width: 768px) {
  .testimonials .slick_outer {
    padding: 0;
  }
  .testimonials .slick_outer .slick .slick-arrow {
    display: none !important;
  }
}
/* **************************************************************** */
/* Blog																*/
/* **************************************************************** */
.blogs .blog_item .blog_intro h4 {
  margin: 0;
}
.blogs .blog_item .blog_content p {
  margin: 0 0 20px;
}
.blog_list .blog_item {
  border-bottom: 1px solid #666666;
  margin-bottom: 20px;
}
.blog_list .blog_item:last-child {
  border: 0;
}
.blog_list .blog_item .blog_intro p {
  margin: 0 0 20px;
}
/* **************************************************************** */
/* Management Team													*/
/* **************************************************************** */
@media (max-width: 767px) {
  .management_team_item img {
    display: none;
  }
}
/* **************************************************************** */
/* Management Team													*/
/* **************************************************************** */
@media (max-width: 767px) {
  .press_release_item > div:first-child p {
    margin-bottom: 10px;
  }
}
/* **************************************************************** */
/* Headings															*/
/* **************************************************************** */
.icon_heading {
  padding: 0 0 0 100px;
  min-height: 84px;
}
.icon_heading.idm {
  background: url('../img/products/icons/idm.png') top left no-repeat;
}
.icon_heading.pm {
  background: url('../img/products/icons/pm.png') top left no-repeat;
}
.icon_heading.tm {
  background: url('../img/products/icons/tm.png') top left no-repeat;
}
.icon_heading.am {
  background: url('../img/products/icons/am.png') top left no-repeat;
}
.icon_heading.gm {
  background: url('../img/products/icons/gm.png') top left no-repeat;
}
.icon_heading.sm {
  background: url('../img/products/icons/sm.png') top left no-repeat;
}
@media (max-width: 767px) {
  .icon_heading {
    padding: 0;
    min-height: 0;
    background: none !important;
  }
}
/* **************************************************************** */
/* Headings															*/
/* **************************************************************** */
.icon_heading.is {
  background: url('../img/services/icons/is.png') top left no-repeat;
}
.icon_heading.ts {
  background: url('../img/services/icons/ts.png') top left no-repeat;
}
