.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rok-left {
  float: left;
}
.rok-right {
  float: right;
}
.rok-dropdown-group,
.rok-dropdown {
  position: relative;
}
.rok-dropdown-open .rok-dropdown {
  display: block;
}
.rok-popover-group,
.rok-popover {
  position: relative;
}
.rok-popover-open .rok-popover {
  display: block;
}
a:hover {
  text-decoration: none;
}
.table {
  display: table;
}
.cell {
  display: table-cell;
}
html {
  height: 100%;
}
body {
  margin: 0;
}
.rt-block {
  padding: 15px;
  margin: 10px;
  position: relative;
}
#rt-content-top,
#rt-content-bottom {
  overflow: hidden;
}
.rt-grid-1:before,
.rt-grid-2:before,
.rt-grid-3:before,
.rt-grid-4:before,
.rt-grid-5:before,
.rt-grid-6:before,
.rt-grid-7:before,
.rt-grid-8:before,
.rt-grid-9:before,
.rt-grid-10:before,
.rt-grid-11:before,
.rt-grid-12:before {
  display: table;
  content: "";
  clear: both;
}
.rt-grid-1:after,
.rt-grid-2:after,
.rt-grid-3:after,
.rt-grid-4:after,
.rt-grid-5:after,
.rt-grid-6:after,
.rt-grid-7:after,
.rt-grid-8:after,
.rt-grid-9:after,
.rt-grid-10:after,
.rt-grid-11:after,
.rt-grid-12:after {
  display: table;
  content: "";
  clear: both;
}
.font-family-optima {
  font-family: Optima, Lucida, 'MgOpen Cosmetica', 'Lucida Sans Unicode', sans-serif;
}
.font-family-geneva {
  font-family: Geneva, Tahoma, "Nimbus Sans L", sans-serif;
}
.font-family-helvetica {
  font-family: Helvetica, Arial, FreeSans, sans-serif;
}
.font-family-lucida {
  font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
}
.font-family-georgia {
  font-family: Georgia, sans-serif;
}
.font-family-trebuchet {
  font-family: "Trebuchet MS", sans-serif;
}
.font-family-palatino {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
}
body {
  font-size: 13px;
  line-height: 1.7em;
  font-family: Helvetica, Arial, Sans-Serif;
  font-family: 'Open Sans', sans-serif;
}
.font-size-is-xlarge {
  font-size: 16px;
  line-height: 1.7em;
}
.font-size-is-large {
  font-size: 15px;
  line-height: 1.7em;
}
.font-size-is-default {
  font-size: 14px;
  line-height: 1.7em;
}
.font-size-is-small {
  font-size: 12px;
  line-height: 1.7em;
}
.font-size-is-xsmall {
  font-size: 10px;
  line-height: 1.7em;
}
p {
  margin: 0 0 15px 0;
}
h1 {
  font-size: 260%;
}
h2 {
  font-size: 200%;
}
h3 {
  font-size: 175%;
}
h4 {
  font-size: 130%;
}
h5 {
  font-size: 110%;
}
a {
  text-decoration: none;
}
a:focus {
  outline: none;
}
.left-1,
.left-2,
.left-3,
.left-4,
.left-5,
.left-6,
.left-7,
.left-8,
.left-9,
.left-10,
.right-11 {
  float: left;
  margin-right: 50px;
  margin-bottom: 15px;
  position: relative;
}
.right-1,
.right-2,
.right-3,
.right-4,
.right-5,
.right-6,
.right-7,
.right-8,
.right-9,
.right-10,
.right-11 {
  float: right;
  margin-left: 50px;
  margin-bottom: 15px;
  position: relative;
}
.date-block {
  padding: 15px;
}
ol {
  padding-left: 15px;
}
ul li {
  padding: 0;
  margin: 0;
}
ul li.author {
  margin: 0;
  letter-spacing: 1px;
  list-style: none;
  font-weight: bold;
  text-align: right;
}
ul li.author span {
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1em;
}
ul li.date {
  margin: 0;
  letter-spacing: 1px;
  list-style: none;
  text-align: right;
  font-weight: bold;
}
ul li.date span {
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1em;
}
ul li.comments {
  list-style: none;
  text-align: right;
  font-weight: bold;
}
ul li.comments span {
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1em;
}
ul ul {
  margin-left: 25px;
  padding: 5px 0;
}
body.rtl {
  direction: rtl;
}
body.rtl {
  min-width: inherit;
}
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
#debug #rt-main {
  overflow: hidden;
  border-bottom: 4px solid #666;
  margin-top: 15px;
  position: relative;
}
#debug .status {
  position: absolute;
  background: #333;
  opacity: 0.3;
  padding: 0 15px;
  z-index: 10000;
  color: #fff;
  font-weight: bold;
  font-size: 150%;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.hidden-large {
  display: none !important;
}
.row {
  margin: 0 -15px;
}
.gantry-width-block {
  display: block;
  float: left;
}
.gantry-width-spacer {
  margin: 15px;
}
.gantry-width-10 {
  width: 10%;
}
.gantry-width-20 {
  width: 20%;
}
.gantry-width-25 {
  width: 25%;
}
.gantry-width-30 {
  width: 30%;
}
.gantry-width-33 {
  width: 33.33%;
}
.gantry-width-40 {
  width: 40%;
}
.gantry-width-50 {
  width: 50%;
}
.gantry-width-60 {
  width: 60%;
}
.gantry-width-66 {
  width: 66.66%;
}
.gantry-width-70 {
  width: 70%;
}
.gantry-width-75 {
  width: 75%;
}
.gantry-width-80 {
  width: 80%;
}
.gantry-width-90 {
  width: 90%;
}
.gantry-left {
  float: left;
  margin-right: 15px;
}
.gantry-right {
  float: right;
  margin-left: 15px;
}
.gantry-center {
  text-align: center;
}
.gantry-center td,
.gantry-center th {
  text-align: center;
}
#maintenance-notice {
  display: block;
  margin: 0 0 10px;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  background: #FFF;
  color: #6E6E6E;
  border-bottom: 1px solid #CCC;
}
.component-body {
  padding: 20px;
}
.component-content .row-separator {
  display: block;
  clear: both;
  margin: 0;
  border: 0;
  height: 1px;
}
.component-content .item-separator {
  display: block;
  border-bottom: 1px solid #ddd;
  margin: 6px 0 20px 0;
}
.component-content .shownocolumns {
  width: 98%;
}
.component-content .column-1,
.component-content .column-2,
.component-content .column-3,
.component-content .column-4,
.component-content .page-header {
  padding: 10px 0;
}
.component-content .column-2 {
  width: 55%;
  margin-left: 40%;
}
.component-content .column-3 {
  width: 30%;
}
.component-content .cols-1 {
  display: block;
  float: none !important;
  margin: 0 !important;
}
.component-content .cols-2 .column-1 {
  width: 48%;
  float: left;
}
.component-content .cols-2 .column-2 {
  width: 48%;
  float: right;
  margin: 0;
}
.component-content .cols-3 .column-1 {
  float: left;
  width: 29%;
  margin-right: 7%;
}
.component-content .cols-3 .column-2 {
  float: left;
  width: 29%;
  margin-left: 0;
}
.component-content .cols-3 .column-3 {
  float: right;
  width: 29%;
  padding: 10px 0;
}
.component-content .cols-4 .column-1 {
  float: left;
  width: 23%;
  margin-right: 2%;
}
.component-content .cols-4 .column-2 {
  float: left;
  width: 23%;
  margin-left: 0;
  margin-right: 2%;
}
.component-content .cols-4 .column-3 {
  float: left;
  width: 23%;
  margin-right: 2%;
}
.component-content .cols-4 .column-4 {
  float: right;
  width: 23%;
  margin-right: 2%;
}
.component-content .items-row {
  margin-bottom: 10px;
}
.component-content .blog-more {
  padding: 10px 5px;
}
.component-content .page-header {
  border-bottom: 0;
}
.categories-list {
  padding: 0 5px;
}
.categories-list ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.categories-list ul li {
  list-style-type: none;
  margin: 0;
}
.categories-list ul ul {
  margin-left: 15px;
}
.categories-list dl dt,
.categories-list dl dd {
  display: inline;
}
.category-desc {
  line-height: 1.7em;
  margin: 10px 0;
  padding-left: 0;
}
.cat-children ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.author-info {
  position: relative;
  margin: 20px 0;
}
.author-info .author-avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.author-info .author-description {
  position: relative;
  padding-left: 75px;
}
.component-content ul.actions {
  float: right;
}
.component-content ul.actions li {
  list-style: none;
  display: inline-block;
}
.component-content ul.actions li a {
  display: block;
  font-size: 12px;
  margin-left: 8px;
}
.component-content ul.actions li i {
  display: none;
}
.component-content ul.actions .print-icon img,
.component-content ul.actions .print-icon [class^="icon-"],
.component-content ul.actions .print-icon [class*=" icon-"] {
  display: none;
}
.component-content ul.actions .print-icon a:before {
  font-family: FontAwesome;
  content: "\f02f";
}
.component-content ul.actions .email-icon img,
.component-content ul.actions .email-icon [class^="icon-"],
.component-content ul.actions .email-icon [class*=" icon-"] {
  display: none;
}
.component-content ul.actions .email-icon a:before {
  font-family: FontAwesome;
  content: "\f0e0";
}
.component-content ul.actions .edit-icon img,
.component-content ul.actions .edit-icon [class^="icon-"],
.component-content ul.actions .edit-icon [class*=" icon-"] {
  display: none;
}
.component-content ul.actions .edit-icon a:before {
  font-family: FontAwesome;
  content: "\f044";
}
.component-content .article-info {
  display: block;
  margin-bottom: 15px;
  font-size: 11px;
}
.component-content .article-info dd {
  margin-left: 0;
  display: block;
}
.component-content .article-info dd:before {
  font-family: FontAwesome;
  margin-right: 2px;
}
.component-content .article-info .parent-category-name:before {
  content: "\f0c9";
}
.component-content .article-info .category-name:before {
  content: "\f0c9";
}
.component-content .article-info .create:before {
  content: "\f017";
}
.component-content .article-info .modified:before {
  content: "\f017";
}
.component-content .article-info .published:before {
  content: "\f017";
}
.component-content .article-info .createdby:before {
  content: "\f040";
}
.component-content .article-info .hits:before {
  content: "\f019";
}
.component-content .article-info .comments-count:before {
  content: "\f086";
}
.component-content .article-info .article-info-term {
  display: none;
}
.component-content .content_vote {
  margin: 10px 0;
}
.component-content .blog-featured h2 {
  margin-top: 0;
}
.component-content .blog h2 {
  margin-top: 0;
}
.component-content .item-page h2 {
  margin-top: 0;
}
.component-content .item-page .post-tags .module-content a {
  margin-right: 5px;
}
.component-content .item-page .post-tags .module-content a:before {
  font-family: FontAwesome;
  margin-right: 5px;
  content: "\f02b";
}
.component-content .pagenav {
  padding: 2px;
  clear: both;
  margin-top: 20px;
  margin-left: 0;
  overflow: hidden;
}
.component-content .pagenav li {
  list-style: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.component-content .pagenav li a {
  padding: 4px 10px;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.component-content .pagenav .pagenav-prev {
  float: left;
}
.component-content .pagenav .pagenav-next {
  float: right;
}
.component-content .pager li {
  display: inline-block;
  background: none;
  border: 0;
  box-shadow: none;
}
.component-content .pager li.previous {
  float: left;
}
.component-content .pager li.next {
  float: right;
}
.component-content .items-leading {
  margin-bottom: 25px;
}
.component-content .img-intro-right,
.component-content .img-fulltext-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.component-content .img-intro-left,
.component-content .img-fulltext-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#comments-section {
  margin: 20px 0;
  padding: 10px 0;
}
#comments-section .comments-list > ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#comments-section .comments-list > ol ol,
#comments-section .comments-list > ol ul {
  list-style: none;
}
#comments-section .comments-list > ol .comment-body {
  margin: 25px 0;
  padding-left: 60px;
  position: relative;
}
#comments-section .comments-list > ol .comment-body .author-avatar {
  position: absolute;
  left: 0;
  top: 0;
}
#comments-section .comments-list > ol .comment-body .author-avatar img {
  max-width: 100%;
  height: auto;
}
#comments-section .comments-list > ol .comment-body .comment-content {
  margin-top: 15px;
}
#comments-section .comments-list > ol .comment-body .comment-content blockquote {
  padding-top: 5px;
  padding-right: 10px;
}
#comments-section .comments-list > ol .comment-body .reply {
  text-align: right;
}
#comments-section .comments-list > ol .comment-author-admin .comment-content blockquote {
  background: #f0f0f0;
}
#comments-section #comments + #respond .comment-notes {
  margin-top: 0;
}
#comments-section #respond {
  margin: 20px 0 0;
}
#comments-section #respond .cancel-comment-reply {
  float: right;
  position: relative;
  top: -9px;
}
#comments-section #respond .comment-notes {
  margin-top: 30px;
}
body.rtl #comments-section .comments-list > ol ol {
  padding-right: 15px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 25px;
}
body.rtl #comments-section .comments-list > ol .comment-body {
  padding-left: 0px;
  padding-right: 60px;
}
body.rtl #comments-section .comments-list > ol .comment-body .author-avatar {
  right: 0;
}
body.rtl #comments-section .comments-list > ol .comment-body .comment-content blockquote {
  padding-left: 10px;
  border-left: none;
  border-right: 5px solid #d5d5d5;
}
body.rtl #comments-section .comments-list > ol .comment-body .reply {
  text-align: left;
}
body.rtl #comments-section #respond .cancel-comment-reply {
  float: left;
}
#rt-contact-form .control-group .send-copy {
  margin: 15px 0;
}
.component-content #article-index {
  float: right;
  border: 1px solid #dddddd;
  background: #f0f0f0;
  border-radius: 5px;
  margin-left: 15px;
}
.component-content #article-index ul {
  list-style: none;
  margin: 0;
}
.component-content #article-index ul li:first-child a {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.component-content #article-index ul li a {
  display: block;
  line-height: 20px;
  padding: 8px 12px;
  border-bottom: 1px solid #dddddd;
}
.component-content #article-index ul li a.active {
  color: inherit;
}
.component-content #article-index ul li a:hover {
  background: #eaeaea;
}
.component-content #article-index ul li:last-child a {
  border-bottom: none !important;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.component-content .article-index {
  margin-left: 15px;
}
.component-content .article-index .nav-tabs.nav-stacked > li > a {
  border: 1px solid #dddddd;
  background: #f0f0f0;
}
.component-content .article-index .nav-tabs.nav-stacked > li > a:hover {
  background: #eaeaea;
}
.component-content .edit #editor-xtd-buttons a:link,
.component-content .edit #editor-xtd-buttons a:hover,
.component-content .edit #editor-xtd-buttons a:visited {
  color: #323232;
}
.component-content .edit legend {
  font-size: 150%;
}
.component-content .edit #adminForm fieldset {
  padding: 20px 15px;
  margin: 10px 0 15px 0;
}
.component-content .edit #adminForm .formelm-area {
  padding: 5px 0;
}
.component-content .edit #adminForm .formelm-area label {
  vertical-align: top;
  display: inline-block;
  width: 7em;
}
.component-content .formelm {
  margin: 5px 0;
}
.component-content .formelm label {
  width: 9em;
  display: inline-block;
  vertical-align: top;
}
.component-content .formelm-buttons {
  text-align: right;
  margin-bottom: 10px;
}
.component-content .button2-left {
  float: left;
  margin-right: 5px;
  margin-top: 10px;
}
.component-content .button2-left .readmore {
  background-image: none;
  background-color: transparent;
  border: none;
  padding: 0;
  text-shadow: none;
  font-size: inherit;
  text-transform: inherit;
}
.calendar td.button {
  background-image: none;
  background-color: transparent;
  border: none;
  padding: 0;
  text-shadow: none;
  font-size: inherit;
  text-transform: inherit;
  color: #000000;
  display: table-cell;
}
.calendar td.button:after {
  position: relative;
}
.calendar td.title {
  font-size: 1.4em;
}
.component-content .items-more {
  padding-top: 10px;
}
.component-content .items-more h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 1.4em;
}
.component-content .items-more ol {
  line-height: 1.3em;
  list-style-type: none;
  margin: 0;
  padding: 10px 0 10px 2px;
}
.component-content .items-more ol li {
  margin-bottom: 5px;
}
.component-content .items-more ol li a {
  display: inline;
  font-weight: normal;
  padding: 0;
}
.component-content .items-more ol li a:before {
  font-family: FontAwesome;
  content: "\f054";
  margin-right: 4px;
}
.component-content .pagination {
  margin: 10px 0;
  padding: 10px 0;
  clear: both;
  text-align: center;
}
.component-content .pagination .counter {
  text-align: center;
  margin: 0;
  font-weight: bold;
  margin-bottom: 5px;
}
.component-content .pagination .counter + ul li span,
.component-content .pagination .counter + ul li a {
  padding: 6px 0;
}
.component-content .pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.component-content .pagination ul li {
  display: inline-block;
  text-align: center;
}
.component-content .pagination ul li a,
.component-content .pagination ul li span {
  margin: 0 5px;
  padding: 0;
  font-size: 1.1em;
  line-height: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: none;
  border: none;
  text-shadow: none;
}
.component-content .pagination-start,
.component-content .pagination-next,
.component-content .pagination-end,
.component-content .pagination-prev {
  border: 0;
}
.component-content .pagination-start {
  padding: 0;
}
.component-content .pagination-start span {
  padding: 0;
}
.component-content .comments-pagination {
  margin: 10px 0;
  padding: 10px 0;
  clear: both;
}
.component-content .comments-pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.component-content .comments-pagination ul li {
  display: inline-block;
  text-align: center;
}
.component-content #password-lbl,
.component-content #username-lbl {
  width: 130px;
  display: block;
  float: left;
  font-size: 1.2em;
  line-height: 2em;
}
.component-content .login .control-label {
  padding-top: 0;
}
.component-content .login-fields {
  margin-bottom: 5px;
}
.component-content .login-fields #remember-lbl {
  display: inline-block;
  margin-right: 5px;
}
.component-content .login-fields #remember {
  margin: 0;
}
.component-content .login-fields #username,
.login-fields #password,
#contact-form dd input,
#contact-form dd textarea,
#modlgn-username,
#modlgn-passwd,
#jform_email,
#member-registration dd input,
#search-searchword,
.finder .inputbox {
  padding: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.6em;
}
.component-content .login + div {
  margin-top: 12px;
}
.component-content .login + div ul li,
#login-form li {
  list-style: none;
}
.component-content .login + div ul li a:before,
#login-form a:before {
  font-family: FontAwesome;
  content: "\f059";
  margin-right: 4px;
}
.component-content .login + div ul {
  padding: 0;
  margin-left: 0;
}
.component-content .login-description {
  margin: 10px 0;
}
#login-form .userdata {
  margin: 12px 0;
}
#login-form ul {
  padding: 0;
  margin-left: 0;
}
#login-form ul li a {
  font-size: 12px;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 94%;
}
#login-form #form-login-remember label {
  display: inline-block;
}
#login-form #form-login-remember input {
  margin: 0;
}
#rt-breadcrumbs .breadcrumb {
  padding: 0;
  margin: 0;
}
#rt-breadcrumbs .breadcrumb a:after {
  margin: 0 10px;
}
#rt-breadcrumbs img[src $="arrow.png"] {
  display: none;
}
#rt-breadcrumbs a {
  font-size: 12px;
}
#rt-breadcrumbs a:after {
  font-family: FontAwesome;
  content: "\f054";
  margin: 0 5px 0 10px;
}
#rt-breadcrumbs .showHere {
  font-weight: bold;
  margin-right: 5px;
}
#rt-breadcrumbs .rt-block {
  padding: 10px 15px;
}
#rt-breadcrumbs .divider {
  display: none;
}
#rt-breadcrumbs li:first-child .divider {
  display: inline;
}
.component-content table {
  border-collapse: collapse;
}
.component-content table.table-bordered {
  border-collapse: separate;
  *border-collapse: collapse;
}
.component-content table.weblinks {
  font-size: 12px;
  margin: 10px 10px 20px 0;
  width: 99%;
}
.component-content table.weblinks td {
  border-collapse: collapse;
  padding: 7px;
}
.component-content table.weblinks td p {
  margin: 0;
  line-height: 1.3em;
}
.component-content table.weblinks th {
  padding: 7px;
  text-align: left;
}
.component-content table.category {
  font-size: 12px;
  margin: 10px 10px 20px 0;
  width: 99%;
}
.component-content table.category td {
  padding: 7px;
}
.component-content table.category th {
  padding: 7px;
  text-align: left;
}
.component-content table.category th a img {
  padding: 2px 10px;
}
.component-content .weblink-category td.title {
  font-size: 12px;
}
.component-content .num {
  vertical-align: top;
  text-align: left;
}
.component-content .hits {
  vertical-align: top;
}
.component-content .filter {
  margin: 10px 0;
  text-align: right;
  margin-right: 7px;
}
.component-content .archive .filter-search {
  float: none;
}
.component-content .archive .filters {
  margin-bottom: 25px;
}
.component-content .archive #archive-items {
  list-style: none;
  margin: 0 0 10px 0;
}
.component-content .element-invisible {
  position: absolute;
  margin-left: -3000px;
  margin-top: -3000px;
  height: 0;
}
.component-content .cat-items {
  margin-top: 20px;
}
.component-content .cat-items .filter-search {
  margin-bottom: 10px;
}
.component-content .cat-items select {
  margin-bottom: 0;
}
.component-content #member-registration {
  padding: 0 5px;
}
.component-content form fieldset dt {
  clear: left;
  float: left;
  width: 12em;
  padding: 3px 0;
}
.component-content form fieldset dd {
  float: left;
  padding: 3px 0;
}
.invalid,
.login-fields #username.invalid,
.login-fields #password.invalid,
#contact-form dd input.invalid,
#contact-form dd textarea.invalid,
#modlgn-username.invalid,
#modlgn-passwd.invalid,
#jform_email.invalid,
#member-registration dd input.invalid,
#search-searchword.invalid,
.finder .inputbox.invalid,
.inputbox.invalid {
  border-color: #ff0000;
}
label.invalid {
  color: #ff0000 !important;
}
input[type="radio"],
input[type="checkbox"] {
  margin-right: 5px;
}
.component-content .searchintro {
  font-weight: normal;
  margin: 20px 0 20px;
}
.component-content #searchForm .inputbox {
  margin-bottom: 0;
}
.component-content #searchForm input[type="radio"],
.component-content #searchForm input[type="checkbox"] {
  float: left;
}
.component-content #searchForm,
.component-content #finder-search {
  padding: 0 5px;
}
.component-content .form-limit {
  margin: 20px 0 0;
  text-align: right;
  padding: 0 10px 0 20px;
}
.component-content .highlight {
  font-weight: bold;
}
.component-content .ordering-box {
  width: 40%;
  float: right;
}
.component-content .phrases-box {
  width: 60%;
  float: left;
}
.component-content .only,
.component-content .phrases {
  margin: 10px 0 0 0;
  line-height: 1.3em;
}
.component-content label.ordering {
  display: block;
  margin: 10px 0 10px 0;
}
.component-content .word {
  padding: 10px 10px 10px 0;
}
.component-content .word input {
  font-weight: bold;
  padding: 4px;
  font-size: 12px;
}
.component-content .word label {
  font-weight: bold;
}
.component-content fieldset.only label,
.component-content fieldset.phrases label {
  margin: 0 10px 0 0;
}
.component-content .ordering-box label.ordering {
  margin: 0 10px 5px 0;
}
.component-content form .search label,
.component-content form .finder label {
  display: none;
}
.component-content form #finder-filter-select-list label {
  display: block;
  margin-top: 10px;
  margin-bottom: 2px;
}
.component-content .search legend {
  font-weight: bold;
}
.component-content .search-results .result-title {
  padding: 15px 15px 0 5px;
  font-weight: bold;
}
.component-content .search-results dd {
  padding: 2px 15px 2px 5px;
}
.component-content .search-results .result-text {
  padding: 10px 15px 10px 5px;
  line-height: 1.7em;
}
.component-content .search-results .result-url {
  font-size: 12px;
  padding: 2px 15px 15px 5px;
}
.component-content .search-results .result-created {
  padding: 2px 15px 15px 5px;
}
.component-content .search-results .result-category {
  padding: 10px 15px 5px 5px;
}
.search-results span.highlight {
  background: #e8f3eb;
}
.search-results h1 span.highlight {
  background: none;
}
.component-content .contact {
  padding: 0;
}
.component-content .contact .button {
  float: none !important;
  clear: left;
  display: block;
  margin: 20px 0 0 0;
}
.component-content .contact .title {
  font-size: 1.3em;
  margin: 0 0 2px 0;
  border: 0;
  box-shadow: none;
  padding: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.component-content .contact .title a {
  display: block;
  padding: 10px;
}
.component-content .contact .title a span {
  line-height: 1em;
}
.component-content .contact .title a span:before {
  font-family: FontAwesome;
  content: "\f055";
  margin: 0 10px 0 0;
  font-size: 1.3em;
  display: inline;
  vertical-align: middle;
}
.component-content .contact .pane-toggler-down a span:before {
  content: "\f056";
}
.component-content .contact-category {
  padding: 0 10px;
}
.component-content .contact-category #adminForm .filters {
  border: 0;
  padding: 0;
}
.component-content .contact-image {
  margin: 10px 0;
  overflow: hidden;
  display: block;
}
.component-content .contact-image img {
  max-width: 100%;
}
.component-content address {
  font-style: normal;
  margin: 10px 0;
}
.component-content address span {
  display: block;
}
.component-content .contact-address {
  margin: 20px 0 10px 0;
}
.component-content .contact-email div {
  padding: 2px 0;
  margin: 0 0 10px 0;
}
.component-content .contact-email label {
  width: 17em;
  float: left;
}
.component-content #contact-textmsg {
  padding: 2px 0 10px 0;
}
.component-content #contact-email-copy {
  float: left;
  margin-right: 10px;
}
.component-content dl.tabs {
  float: left;
  margin: 50px 0 0 0;
  z-index: 50;
  clear: both;
}
.component-content dl.tabs dt {
  float: left;
  padding: 4px 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin-right: 3px;
  background: #f0f0f0;
  color: #666666;
}
.component-content dl.tabs .open {
  background: #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
  z-index: 100;
  color: #000000;
}
.component-content .current {
  clear: both;
  border: 1px solid #cccccc;
  padding: 10px 10px;
}
.component-content .current dd {
  padding: 0;
  margin: 0;
}
.component-content #content-pane.tabs {
  margin: 1px 0 0 0;
}
.component-content table.contenttoc {
  padding: 10px;
  margin: 10px;
}
.component-content table.contenttoc tr td {
  padding: 1px 0;
}
.component-content .pagenavcounter {
  font-weight: bold;
}
.component-content .tip {
  font-size: 0.8em;
  text-align: left;
  padding: 3px;
  max-width: 400px;
}
.component-content .tip-title {
  font-weight: bold;
}
.tip-wrap {
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-file-add:before,
.icon-cancel:before,
.icon-eye:before,
.icon-location:before {
  font-family: 'IcoMoon' !important;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 5px 4px;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.widget_gantry_recentcomments .comment-item {
  position: relative;
}
.widget_gantry_recentcomments .comment-item .avatar {
  position: absolute;
}
.widget_gantry_recentcomments .comment-item blockquote {
  margin-left: 45px;
}
body.rtl .widget_gantry_recentcomments .comment-item blockquote {
  margin-right: 45px;
  margin-left: 0;
  border-right: 5px solid #d5d5d5;
  border-left: none;
  padding: 0 15px 0 0;
}
a {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
#rt-transition.rt-hidden {
  opacity: 0;
}
#rt-transition.rt-visible {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
body [class*="rt-grid"] {
  z-index: 1;
}
.logo-block {
  padding: 0 15px;
  margin: 7px 10px;
}
#rt-logo {
  margin: 0;
  margin-top: 15px;
  width: auto;
  height: auto;
  display: block;
  max-width: 381px;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  #rt-logo {
    max-width: 85%;
  }
}
@media screen and (max-width: 480px) {
  #rt-logo {
    max-width: 80%;
  }
}
#rt-logo img {
  background: #FFFFFF;
}
#gform_wrapper_7 label {
  font-weight: 400;
  font-size: 14px;
}
#gform_wrapper_7 #field_7_3 {
  width: 66%;
  height: 28px;
  border: 1px solid #dbdbdb;
  padding: 3px;
}
#gform_wrapper_7 #field_7_3 .gfield_label {
  display: none;
}
#gform_wrapper_7 #field_7_3 img {
  display: inline-block;
  vertical-align: top;
  max-height: 22px;
  width: 36%;
}
#gform_wrapper_7 #field_7_3 .gfield_captcha_input_container {
  display: inline-block;
  margin-left: 0px;
  width: 100px;
  padding-top: 0px;
  float: right;
  width: 60%;
  margin-bottom: 3px;
}
#gform_wrapper_7 #field_7_3 input[type=text] {
  vertical-align: top;
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: right;
}
#gform_wrapper_7 .gform_footer {
  width: 33%;
  padding: 0px;
  margin: 0px;
  text-align: right;
  height: 30px;
  margin-top: -50px;
  float: right;
  position: relative;
}
#gform_7 label {
  width: 30%;
}
#gform_7 input[type=text] {
  width: 60%;
  float: right;
}
#rt-top-surround {
  position: relative;
  box-shadow: none;
}
#rt-top-surround:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#rt-header,
#rt-top {
  z-index: 2;
  position: relative;
}
.menu-block {
  padding: 0;
  margin: 0;
}
.rt-menu-mobile {
  text-align: center;
  padding: 0 0 15px 0;
}
#rt-maintop {
  padding-top: 50px;
}
.title,
.component-content h2 {
  font-size: 24px;
  line-height: 1.95em;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#rt-top-surround .title,
#rt-showcase .title {
  border: none;
  box-shadow: none;
}
#rt-showcase .rt-block {
  padding: 0px;
  margin: 0px;
}
.title1 .title {
  margin: -11px -16px 20px -16px;
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title2 .title {
  margin: -10px -15px 20px -15px;
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.title3 .title {
  margin: -10px -15px 20px -15px;
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.box1,
.box2 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.box1 .module-surround {
  margin: 0 -1px -1px -1px;
}
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu ul {
  list-style: none;
}
ul.menu li {
  margin-bottom: 8px;
}
ul.menu li a,
ul.menu li .item,
ul.menu li .separator {
  display: block;
  font-size: 1em;
  font-weight: bold;
}
ul.menu li a:before,
ul.menu li .item:before,
ul.menu li .separator:before {
  content: "\2022";
  font-family: FontAwesome;
  margin-right: 10px;
  display: inline;
  vertical-align: middle;
  font-size: 1.6em;
  font-weight: normal;
}
ul.menu li.active.current > a:before,
ul.menu li.active.current > .item:before,
ul.menu li.active.current > .separator:before,
ul.menu li#current.active > a:before,
ul.menu li#current.active > .item:before,
ul.menu li#current.active > .separator:before {
  content: "\f054";
  font-size: 1em;
  margin-right: 11px;
}
ul.menu ul.small {
  font-size: 14px;
}
.button,
.readon,
.readmore,
button.validate,
#member-profile a,
#member-registration a,
.formelm-buttons button {
  display: inline-block;
  padding: 3px 10px;
  line-height: 1.7em;
  font-size: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid;
}
.promo-image {
  float: left;
  margin: -10px 10px -30px -40px;
  width: 30%;
}
.promo-image img {
  max-width: 100%;
}
.promo-desc {
  padding-top: 10px;
}
.promo h1 {
  position: relative;
  font-size: 3.9em;
  line-height: 1.2em;
}
.promo p {
  font-size: 1.5em;
  line-height: 1.7em;
}
.promo .readon {
  margin-top: 10px;
}
.gantry-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.gantry-example .table,
.gantry-example .well,
.gantry-example blockquote {
  margin-bottom: 5px;
}
.gantry-example .lead {
  font-size: 18px;
  line-height: 24px;
}
.gantry-example > p:last-child {
  margin-bottom: 0;
}
.gantry-example + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}
.gantry-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
  font-style: normal;
}
form.gantry-example {
  padding-bottom: 19px;
}
.gantry-img img,
img.gantry-img {
  max-width: 100%;
  height: auto;
}
.powered-by {
  display: block;
  width: 120px;
  height: 32px;
  margin: 0 auto;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.powered-by:hover {
  opacity: 1;
}
#gantry-totop {
  display: inline-block;
  padding: 4px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#rt-accessibility .rt-desc {
  float: left;
  margin-right: 8px;
  font-weight: bold;
}
#rt-accessibility #rt-buttons .button {
  line-height: 1em;
  padding: 0;
  width: 14px;
  height: 14px;
  text-align: center;
}
#rt-accessibility #rt-buttons .small {
  font-size: inherit;
}
#rt-accessibility #rt-buttons .small .button:after {
  content: '-';
}
#rt-accessibility #rt-buttons .large .button:after {
  content: '+';
}
:lang(es) .home .item-page .post-content > p {
  height: auto;
  margin: 0 0 15px 0;
}
:lang(es) .post-type-archive-baby-blog #rt-sidebar-a .widget:not(#roksprocket_options-321005),
:lang(es) .single-baby-blog #rt-sidebar-a .widget:not(#roksprocket_options-321005) {
  display: none;
}
:lang(es) .post-type-archive-baby-blog #text-330025,
:lang(es) .single-baby-blog #text-330025 {
  display: none;
}
.dNone {
  display: none;
}
u.green-bullet li {
  list-style: none;
}
u.green-bullet li:before {
  background: #63b84e none repeat scroll 0 0;
  border-radius: 6px;
  content: " ";
  display: inline-block;
  height: 6px;
  margin-right: 15px;
  vertical-align: middle;
  width: 6px;
}
.microSymbol {
  vertical-align: text-bottom;
}
body {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#rt-feature {
  position: relative;
  background: rgba(255,255,255,0.7);
  height: 76px;
  width: 100%;
  z-index: 1;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: #2d2c2d !important;
}
@media only screen and (max-width: 960px) {
  #rt-feature {
    position: relative;
    margin-top: 0px;
    height: auto;
  }
}
#rt-feature a {
  display: inline-block;
  color: inherit !important;
  padding-top: 28px;
  padding-bottom: 17px;
  width: 100% !important;
  line-height: 1.2em;
  min-height: 30px;
}
#rt-feature .rt-block {
  padding: 0px;
  margin: 0px;
  height: 75px;
  overflow: hidden;
}
#rt-feature #text-330027 span {
  vertical-align: top;
  line-height: 1em;
}
#rt-feature span {
  display: inline-block;
  vertical-align: 2px;
  line-height: 1.2em;
}
#rt-feature .rt-container > div {
  border-right: 2px solid #FFFFFF;
  box-sizing: border-box;
}
#rt-feature .rt-container > div:first-child {
  border-left: 2px solid #FFFFFF;
}
#rt-feature em {
  background: #999999;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  margin-top: -10px;
  margin-bottom: -15px;
  color: #FFFFFF !important;
  margin-right: 15px;
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  #rt-feature em {
    margin-right: 9px;
  }
}
#rt-feature em.fa-phone {
  background: #63b84e;
  font-size: 1.5em;
}
#rt-feature em.fa-envelope {
  background: #743baf;
}
#rt-feature em.fa-user {
  background: #3482b5;
  font-size: 1.5em;
}
.tp-caption {
  min-width: 400px !important;
  font-size: 28px !important;
  border-width: 3px 0px 0px !important;
  margin: 0px !important;
  padding: 25px 30px !important;
  color: #333 !important;
}
.tp-caption a {
  color: #005077;
  font-weight: 600;
  font-size: 19px !important;
  display: inline-block;
  margin-top: 10px;
}
.tp-caption a:hover {
  color: #6d38a3 !important;
}
.tp-caption.mtbheader_blue,
.tp-caption.mtbheader_purple,
.tp-caption.mtbheader_green {
  line-height: 1.2em !important;
}
.tp-caption.mtbheader_blue:before,
.tp-caption.mtbheader_purple:before,
.tp-caption.mtbheader_green:before {
  content: "\f0d7";
  display: block;
  position: absolute;
  font-size: inherit;
  margin-top: -3%;
  top: 0px;
  margin-left: -5px;
  font-family: FontAwesome;
}
.tp-caption.mtbheader_blue:before {
  color: #3482b5;
}
.tp-caption.mtbheader_green:before {
  color: #6cc067;
}
.tp-caption.mtbheader_purple:before {
  color: #743baf;
}
rs-layer.tp-caption {
  box-sizing: content-box;
}
rs-progress {
  display: none !important;
}
.wph-modal.module_id_1 .hustle-modal .hustle-modal-close svg path {
  fill: white !important;
}
.hustle-modal-close .hustle-icon {
  background: #005077;
  border-radius: 50px;
  border: 2px solid white;
}
body {
  background: #FFFFFF;
  color: #1e1e1e;
  line-height: 1.3em;
}
a:hover {
  color: #6d38a3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6d38a3;
}
h3 {
  color: #6d38a3;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
}
h3 + h4 {
  color: #3482b5;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px !important;
}
#rt-top-surround #rt-top {
  background: #fff;
}
@media screen and (max-width: 992px) {
  #rt-top-surround #rt-top {
    padding-bottom: 10px;
  }
}
#rt-top-surround ul a {
  color: #005077;
}
#rt-top-surround ul a:hover {
  color: #6d38a3 !important;
}
#rt-top-surround a.button,
#rt-top-surround .button,
#rt-top-surround #searchsubmit {
  color: #FFFFFF;
}
#rt-top-surround #search-3 {
  margin-top: 24px;
}
#rt-top-surround #synved_social_follow-2 {
  float: none;
  display: inline-block !important;
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  #rt-top-surround #synved_social_follow-2 {
    display: none !important;
  }
}
#rt-top-surround #synved_social_follow-2 a.synved-social-button {
  margin-right: 12px !important;
}
#rt-top-surround #nav_menu-7,
#rt-top-surround #text-4 {
  color: #005077;
  display: inline-block !important;
  float: none;
  font-size: 16px;
  line-height: 30px;
}
#rt-top-surround #nav_menu-7 ul,
#rt-top-surround #text-4 ul {
  padding: 0px;
  margin: 0px;
}
#rt-top-surround #nav_menu-7 ul li,
#rt-top-surround #text-4 ul li {
  display: inline-block;
  float: none;
  list-style: none;
  padding-left: 7px;
  font-weight: normal;
}
#rt-top-surround #nav_menu-7 ul li > *,
#rt-top-surround #text-4 ul li > * {
  font-weight: inherit;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  #rt-top-surround #nav_menu-7 ul li > *,
  #rt-top-surround #text-4 ul li > * {
    padding: 10px 20px;
  }
}
#rt-top-surround #nav_menu-7 ul li > *:before,
#rt-top-surround #text-4 ul li > *:before {
  display: none;
}
#rt-top-surround #nav_menu-7 ul li.menu-item-language-current,
#rt-top-surround #text-4 ul li.menu-item-language-current {
  display: none;
}
#rt-top-surround #nav_menu-7 ul li.menu-item-language,
#rt-top-surround #text-4 ul li.menu-item-language {
  font-weight: bold;
}
#rt-top-surround #nav_menu-7 ul li:first-child,
#rt-top-surround #text-4 ul li:first-child {
  padding-left: 0px;
}
#rt-top-surround #nav_menu-7 ul li {
  padding-left: 10px !important;
}
#rt-top-surround #nav_menu-7 ul li:first-child {
  padding-left: 10px !important;
}
#rt-top-surround .top-right-menu {
  margin-left: 10px;
}
#rt-top-surround #rt-header .widget_nav_menu,
#rt-top-surround #rt-header #nav_menu-70507,
#rt-top-surround #rt-header #gantry_menu-4 {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
#rt-top-surround #rt-header .widget_nav_menu .module-content,
#rt-top-surround #rt-header #nav_menu-70507 .module-content,
#rt-top-surround #rt-header #gantry_menu-4 .module-content {
  text-align: center;
}
#rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu,
#rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu,
#rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu,
#rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu,
#rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu,
#rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu {
  display: inline-block;
  font-size: 0px;
  width: 100%;
  margin: 7px auto 0;
  background: none;
}
#rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li,
#rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li,
#rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li,
#rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li,
#rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li,
#rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li {
  float: none;
  display: inline-block;
  list-style: none;
  box-sizing: border-box;
  margin-right: 0px;
  width: 11.11%;
  max-width: 11.11%;
  vertical-align: top;
  font-size: 14px;
  font-weight: 400;
  box-shadow: none;
  border: 0px;
  height: 65px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/main-menu-sep.png) no-repeat 100% 100%;
  border-top: 2px solid transparent;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media screen and (max-width: 768px) {
  #rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li,
  #rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li,
  #rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li,
  #rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li,
  #rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li,
  #rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li {
    width: 100%;
    max-width: 100%;
    background: none;
  }
}
#rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li > a,
#rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li > a,
#rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li > a,
#rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li > a,
#rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li > a,
#rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li > a {
  box-sizing: border-box;
  text-align: center !important;
  color: #5a5a5a;
  font-weight: inherit;
  font-family: inherit;
  padding-top: 10px;
  border-top: 2px solid transparent;
  box-shadow: none;
  line-height: 18px;
  position: relative;
  top: 39%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li > a,
  #rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li > a,
  #rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li > a,
  #rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li > a,
  #rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li > a,
  #rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li > a {
    font-weight: bold;
    width: 100%;
    max-width: 100%;
    background: none;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 0px;
    border-top: 2px solid transparent;
    border-left: 0px;
    border-right: 0px;
  }
}
#rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li > a:before,
#rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li > a:before,
#rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li > a:before,
#rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li > a:before,
#rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li > a:before,
#rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li > a:before {
  display: none;
}
#rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li:last-child a,
#rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li:last-child a,
#rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li:last-child a,
#rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li:last-child a,
#rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li:last-child a,
#rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li:last-child a {
  border-bottom: 0px;
}
#rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li.active > a,
#rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li:hover > a,
#rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li.active > a,
#rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li:hover > a,
#rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li.active > a,
#rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li:hover > a,
#rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li.active > a,
#rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li:hover > a,
#rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li.active > a,
#rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li:hover > a,
#rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li.active > a,
#rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li:hover > a {
  color: #6d38a3 !important;
}
#rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li.current_page_item,
#rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li.active,
#rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li:hover,
#rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li.current_page_item,
#rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li.active,
#rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li:hover,
#rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li.current_page_item,
#rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li.active,
#rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li:hover,
#rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li.current_page_item,
#rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li.active,
#rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li:hover,
#rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li.current_page_item,
#rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li.active,
#rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li:hover,
#rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li.current_page_item,
#rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li.active,
#rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li:hover {
  border-top: 2px solid transparent;
}
#rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li.current_page_item a,
#rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li.active a,
#rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li:hover a,
#rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li.current_page_item a,
#rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li.active a,
#rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li:hover a,
#rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li.current_page_item a,
#rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li.active a,
#rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li:hover a,
#rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li.current_page_item a,
#rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li.active a,
#rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li:hover a,
#rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li.current_page_item a,
#rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li.active a,
#rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li:hover a,
#rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li.current_page_item a,
#rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li.active a,
#rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li:hover a {
  color: #6d38a3;
}
#rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li.current_page_item:before,
#rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li.active:before,
#rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li:hover:before,
#rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li.current_page_item:before,
#rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li.active:before,
#rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li:hover:before,
#rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li.current_page_item:before,
#rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li.active:before,
#rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li:hover:before,
#rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li.current_page_item:before,
#rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li.active:before,
#rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li:hover:before,
#rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li.current_page_item:before,
#rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li.active:before,
#rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li:hover:before,
#rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li.current_page_item:before,
#rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li.active:before,
#rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li:hover:before {
  content: "";
  background: #743baf;
  display: block;
  height: 2px;
  margin: 0 auto;
  top: 0;
  width: 60%;
}
@media screen and (max-width: 768px) {
  #rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li.current_page_item:before,
  #rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li.active:before,
  #rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li:hover:before,
  #rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li.current_page_item:before,
  #rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li.active:before,
  #rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li:hover:before,
  #rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li.current_page_item:before,
  #rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li.active:before,
  #rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li:hover:before,
  #rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li.current_page_item:before,
  #rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li.active:before,
  #rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li:hover:before,
  #rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li.current_page_item:before,
  #rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li.active:before,
  #rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li:hover:before,
  #rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li.current_page_item:before,
  #rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li.active:before,
  #rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li:hover:before {
    display: none;
  }
}
#rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li.active:hover,
#rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li.active:hover,
#rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li.active:hover,
#rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li.active:hover,
#rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li.active:hover,
#rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li.active:hover {
  padding-top: 0;
}
#rt-top-surround #rt-header .widget_nav_menu .module-content ul.menu > li:last-child,
#rt-top-surround #rt-header .widget_nav_menu .module-content .gf-menu > li:last-child,
#rt-top-surround #rt-header #nav_menu-70507 .module-content ul.menu > li:last-child,
#rt-top-surround #rt-header #nav_menu-70507 .module-content .gf-menu > li:last-child,
#rt-top-surround #rt-header #gantry_menu-4 .module-content ul.menu > li:last-child,
#rt-top-surround #rt-header #gantry_menu-4 .module-content .gf-menu > li:last-child {
  background: none;
}
#rt-top-surround .rt-omega {
  text-align: right;
}
@media screen and (max-width: 992px) {
  #rt-top-surround .rt-omega {
    text-align: center;
  }
}
#rt-top-surround .rt-block {
  display: block;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #rt-header .rt-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #rt-header .rt-container .rt-grid-12 {
    width: 100% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  #rt-header .rt-container .rt-grid-12 .gf-menu li {
    padding: 0 !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  #rt-header .rt-container .rt-grid-12 .gf-menu li > .item {
    font-size: 12px !important;
  }
}
#rt-showcase .rev_slider ul > li {
  z-index: 0 !important;
}
@media screen and (max-width: 768px) {
  #rt-showcase {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  #rt-showcase + #rt-feature {
    margin-top: -75px;
    position: absolute;
  }
}
@media screen and (max-width: 992px) {
  #rt-showcase + #rt-feature {
    height: auto;
  }
}
#rt-transition {
  overflow: hidden;
  width: 100%;
}
#rt-sidebar-a .rt-block,
#rt-sidebar-b .rt-block {
  padding: 0px;
  margin: 0px;
}
#rt-sidebar-a .rt-block.box1,
#rt-sidebar-b .rt-block.box1 {
  border-top: 3px solid #6d38a3;
  -webkit-border-radius: 0px 0px 100px 100px;
  -moz-border-radius: 0px 0px 100px 100px;
  border-radius: 0px 0px 100px 100px;
}
#rt-sidebar-a .rt-block.box1 .module-surround,
#rt-sidebar-b .rt-block.box1 .module-surround {
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top,#FFFFFF,#ededed);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#ededed));
  background-image: -webkit-linear-gradient(top,#FFFFFF,#ededed);
  background-image: -o-linear-gradient(top,#FFFFFF,#ededed);
  background-image: linear-gradient(to bottom,#FFFFFF,#ededed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
}
#rt-sidebar-a .rt-block.box1 .module-surround .module-title:before,
#rt-sidebar-b .rt-block.box1 .module-surround .module-title:before {
  color: #6d38a3;
  content: "\f0d7";
  display: block;
  font-family: FontAwesome;
  font-size: 26px;
  margin-left: 0;
  margin-top: -29px;
  position: absolute;
}
#rt-sidebar-a .rt-block .title,
#rt-sidebar-a .rt-block .component-content h2,
#rt-sidebar-b .rt-block .title,
#rt-sidebar-b .rt-block .component-content h2 {
  color: #6d38a3;
  font-size: 22px;
  font-weight: 600;
}
body:not(.home) #rt-sidebar-a,
body:not(.home) #rt-sidebar-b {
  padding-top: 55px;
}
#rt-sidebar-a,
#rt-sidebar-b {
  padding-top: 45px;
}
#rt-sidebar-a .rt-block,
#rt-sidebar-b .rt-block {
  border: 1px solid #f0f0f0;
  background: #FFFFFF;
  padding: 0px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
#rt-sidebar-a .rt-block h2.title,
#rt-sidebar-b .rt-block h2.title {
  margin-bottom: 16px;
}
#rt-sidebar-a .rt-block .module-surround,
#rt-sidebar-b .rt-block .module-surround {
  padding: 0px;
  background: #FFFFFF;
}
#rt-sidebar-a .rt-block .module-surround .module-content,
#rt-sidebar-b .rt-block .module-surround .module-content {
  padding: 20px;
  padding-top: 0px;
}
#rt-sidebar-a .rt-block .module-surround .module-title,
#rt-sidebar-b .rt-block .module-surround .module-title {
  padding: 20px;
  padding-bottom: 20px;
}
#rt-sidebar-a .rt-block:before,
#rt-sidebar-b .rt-block:before {
  top: 10px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 50%;
  right: 0;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.23);
  box-shadow: 0 0 10px rgba(0,0,0,0.23);
  -moz-border-radius: 10px/100px;
  border-radius: 10px/100px;
}
#rt-sidebar-a .rt-block:before,
#rt-sidebar-a .rt-block:after,
#rt-sidebar-b .rt-block:before,
#rt-sidebar-b .rt-block:after {
  content: "";
  position: absolute;
  z-index: -2;
}
#rt-sidebar-a .widget.roksprocket_options.rt-block .sprocket-quotes-info,
#rt-sidebar-b .widget.roksprocket_options.rt-block .sprocket-quotes-info {
  margin-top: 3px;
}
#rt-sidebar-a .widget_nav_menu,
#rt-sidebar-b .widget_nav_menu {
  margin: 0px;
  margin-bottom: 30px;
  padding: 0px;
  font-size: 15px;
  font-weight: 600;
  color: #72706d;
}
#rt-sidebar-a .widget_nav_menu ul.menu li,
#rt-sidebar-b .widget_nav_menu ul.menu li {
  display: inline-block;
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 6px;
  border-top: 3px solid #63b84e;
  border-bottom: 1px solid #d8d8d8;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top,#FFFFFF,#ededed);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#ededed));
  background-image: -webkit-linear-gradient(top,#FFFFFF,#ededed);
  background-image: -o-linear-gradient(top,#FFFFFF,#ededed);
  background-image: linear-gradient(to bottom,#FFFFFF,#ededed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
}
#rt-sidebar-a .widget_nav_menu ul.menu li:before,
#rt-sidebar-b .widget_nav_menu ul.menu li:before {
  color: #63b84e;
  content: "\f0d7";
  display: block;
  font-family: "FontAwesome";
  font-size: 19px;
  margin-left: 12px;
  margin-top: -10px;
  position: absolute;
}
#rt-sidebar-a .widget_nav_menu ul.menu li:last-child,
#rt-sidebar-b .widget_nav_menu ul.menu li:last-child {
  margin-bottom: 0px;
}
#rt-sidebar-a .widget_nav_menu ul.menu li a,
#rt-sidebar-b .widget_nav_menu ul.menu li a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 11px;
  padding-left: 10px;
  padding-right: 50px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border-bottom: 1px solid #FFFFFF;
  color: inherit;
}
#rt-sidebar-a .widget_nav_menu ul.menu li a:after,
#rt-sidebar-b .widget_nav_menu ul.menu li a:after {
  content: "\f054";
  font-family: "FontAwesome";
  display: inline-block;
  border-box: box-sizing;
  position: absolute;
  right: 0px;
  float: right;
  font-weight: 400 !important;
  font-size: 16px;
  color: #919090;
  margin-top: -6px;
  margin-right: 21px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 28px;
  border: 3px solid #919090;
  text-align: center;
}
#rt-sidebar-a .widget_nav_menu ul.menu li a:hover,
#rt-sidebar-b .widget_nav_menu ul.menu li a:hover {
  color: #6d38a3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
#rt-sidebar-a .widget_nav_menu ul.menu li a:hover:after,
#rt-sidebar-b .widget_nav_menu ul.menu li a:hover:after {
  color: #6d38a3;
  border: 3px solid #6d38a3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
#rt-sidebar-a .widget_nav_menu ul.menu li a:first-child,
#rt-sidebar-b .widget_nav_menu ul.menu li a:first-child {
  border-top: 0px;
}
#rt-sidebar-a .widget_nav_menu ul.menu li a:before,
#rt-sidebar-b .widget_nav_menu ul.menu li a:before {
  content: "";
}
ul.related-fact-sheets {
  list-style: none;
}
ul.related-fact-sheets li.pbytax-item::before {
  content: "\2022";
  color: #3482b5;
  display: inline-block;
  width: 1em;
  margin-left: -1.25em;
}
ul.related-fact-sheets li.pbytax-item {
  font-size: 1.2em;
}
#rt-sidebar-a .widget_pages_by_tax h2 {
  margin-bottom: 0 !important;
}
#rt-sidebar-a .widget_pages_by_tax ul.pbytax-list {
  margin-left: 0 !important;
}
#rt-sidebar-a .related_fact_sheets .module-title {
  padding-bottom: 0 !important;
}
#rt-mainbody-surround {
  background: transparent;
  border-top: 1px solid rgba(0,0,0,0.05);
}
.calloutMid {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px 0px !important;
}
@media screen and (min-width: 480px) {
  .calloutMid .module-surround {
    max-height: 140px;
  }
}
.calloutMid .module-surround h2.title {
  padding-left: 120px;
}
.calloutMid .module-surround .sprocket-strips-container {
  overflow: visible;
}
.calloutMid .module-surround .sprocket-strips-container .sprocket-strips-item {
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  transform: translateY(-40px);
}
.calloutMid .module-surround .sprocket-strips-container .sprocket-strips-item .sprocket-strips-content {
  padding-left: 120px;
}
.calloutMid .module-surround .sprocket-strips-container .sprocket-strips-item .sprocket-strips-content .sprocket-strips-title {
  padding-top: 40px;
}
.calloutMid + h4 {
  font-size: 22px;
  font-weight: 600;
}
.accordion h3 {
  font-size: 18px;
  margin-top: 24px;
  color: #3683b6;
  line-height: 1.4em;
}
.accordion h3:focus {
  outline-width: 0;
}
.accordion h3:after {
  content: "+";
  margin-left: 8px;
  font-size: 26px;
  vertical-align: sub;
}
.accordion h3.open:after {
  content: "–";
}
.searchwp-supplemental-search-form {
  background: rgba(0,0,0,0.1);
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.searchwp-supplemental-search-form form {
  margin: 0px;
}
.searchwp-supplemental-search-form form input,
.searchwp-supplemental-search-form form label {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
}
.searchwp-supplemental-search-form form label {
  font-size: 18px;
}
.searchwp-supplemental-search-form form label.screen-reader-text {
  vertical-align: middle;
  margin-bottom: 0px;
}
#rt-copyright {
  background: #63b84e;
  color: #FFFFFF;
}
#rt-copyright a {
  color: inherit;
}
#rt-copyright .rt-alpha {
  text-align: left;
}
#rt-copyright .rt-omega {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #rt-copyright .rt-container > * {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  #rt-copyright .rt-container > * {
    font-size: 15px;
  }
  #rt-copyright .rt-container > * a {
    display: inline-block;
    padding: 10px 0px;
  }
}
#rt-copyright a {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.post-type-archive-news-press #rt-main .rt-container > .rt-grid-9 .rt-block:nth-of-type(n+2) {
  padding: 0 15px;
}
.post-type-archive-news-press #rt-main .rt-container > .rt-grid-9 > .rt-block {
  padding: 0 15px 15px 15px !important;
}
.post-type-archive-news-press #newsreleases {
  color: inherit;
}
.post-type-archive:not(.post-type-archive-news-press) #rt-content-top .widget_text:first-child,
.single:not(.single-fact-sheets) #rt-content-top .widget_text:first-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.post-type-archive:not(.post-type-archive-news-press) #rt-content-top .widget_text:first-child h3,
.single:not(.single-fact-sheets) #rt-content-top .widget_text:first-child h3 {
  margin-bottom: 0;
}
.single-news-press #rt-content-top .widget_text:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-news-press #rt-content-top .widget_text:last-child h3 {
  margin-bottom: 0;
}
.single-news-press #rt-content-top .widget:not(:last-child) {
  display: none;
}
.single-news-press #rt-sidebar-a .widget:last-of-type {
  display: none;
}
.single-fact-sheets #rt-content-top .widget:last-child {
  padding: 0 15px;
  margin: 0 10px;
}
.single-fact-sheets #rt-content-top ~ .rt-block {
  padding-top: 0;
}
#text-60010 {
  padding: 15px !important;
  margin: 10px !important;
}
.post-type-archive-baby-blog .item-separator,
.single-baby-blog .item-separator {
  opacity: 0;
}
.post-type-archive-baby-blog #rt-content-top .widget_text h3 a {
  color: #6d38a3;
}
.post-type-archive-baby-blog #rt-content-top .widget_text h3 a:hover {
  cursor: default;
}
.search-results #text-80003 {
  display: none;
}
body:not(.search-results) .type-news-press h2,
body:not(.search-results) .type-baby-blog h2 {
  margin-bottom: 0 !important;
  font-size: 22px !important;
}
body:not(.search-results) .type-news-press .article-info,
body:not(.search-results) .type-baby-blog .article-info {
  margin-top: 6px;
}
body:not(.search-results) .type-baby-blog {
  display: block;
  position: relative;
  padding: 20px;
  border: 1px solid #ddd;
  background: #FFFFFF;
}
body:not(.search-results) .type-baby-blog:before {
  content: "";
  top: 5px;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.23);
  box-shadow: 0 0 10px rgba(0,0,0,0.23);
  -moz-border-radius: 5px/100px;
  border-radius: 5px/100px;
  z-index: -2;
}
body:not(.search-results) .type-baby-blog .img-intro-left,
body:not(.search-results) .type-baby-blog .img-fulltext-left {
  position: relative;
  width: 100%;
  height: 440px;
  overflow: hidden;
  float: none;
  margin: 0 0 40px 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
body:not(.search-results) .type-baby-blog .img-intro-left img,
body:not(.search-results) .type-baby-blog .img-fulltext-left img {
  position: relative;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  body:not(.search-results) .type-baby-blog .img-intro-left,
  body:not(.search-results) .type-baby-blog .img-fulltext-left {
    height: 180px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  body:not(.search-results) .type-baby-blog .img-intro-left,
  body:not(.search-results) .type-baby-blog .img-fulltext-left {
    height: 240px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  body:not(.search-results) .type-baby-blog .img-intro-left,
  body:not(.search-results) .type-baby-blog .img-fulltext-left {
    height: 280px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  body:not(.search-results) .type-baby-blog .img-intro-left,
  body:not(.search-results) .type-baby-blog .img-fulltext-left {
    height: 360px;
  }
}
body:not(.search-results) .sa3-mb6-sb3 .img-fulltext-left {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  float: none;
  margin: 0 0 20px 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
body:not(.search-results) .sa3-mb6-sb3 .img-fulltext-left img {
  position: relative;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body:not(.search-results) .sa3-mb6-sb3 #rt-mainbody h2 {
  text-align: center;
}
body:not(.search-results) .sa3-mb6-sb3 #rt-sidebar-a .widget_pages_by_tax ul.pbytax-list {
  margin-left: 0 !important;
}
body:not(.search-results) .sa3-mb6-sb3 #rt-sidebar-a .rt-block h2.title {
  margin-bottom: 0;
}
body:not(.search-results) .sa3-mb6-sb3 #rt-sidebar-a .rt-block .module-surround .module-title {
  padding-bottom: 10px;
}
body.single-baby-blog #rt-content-top .widget_text:last-child {
  display: none;
}
body.single-baby-blog .type-baby-blog {
  border: 0;
  padding: 0;
}
body.single-baby-blog .type-baby-blog:before {
  display: none;
}
.component-content .img-intro-left,
.component-content .img-fulltext-left {
  width: 100%;
}
.newAnnounce {
  padding: 1px 40px 14px;
  margin-left: 20px;
  border-left: 4px solid #6d38a3;
  background: #f8f8f8;
  margin-right: 20px;
}
.home .item-page {
  margin-top: 20px;
}
.home .item-page .post-content > p {
  height: 0;
  margin: 0;
}
.home .item-page .statementBox {
  line-height: 1.7em;
  padding: 10px;
  display: block;
  background: #efefef;
  border-radius: 3px;
}
.page-id-2389 .item-separator {
  margin: 36px 0 36px 0;
}
.fswidgetSide .module-title {
  padding-bottom: 0 !important;
}
.fswidgetSide ul {
  list-style: none;
  text-align: left !important;
  margin-left: 20px;
  font-size: 18px;
}
.fswidgetSide ul > li {
  margin-top: 18px;
}
.fswidgetSide ul > li .fa {
  margin-right: 10px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .page-id-73 .sprocket-strips-c-block {
    width: 50% !important;
  }
}
.post-type-archive-ongoing-study .widget_pages_by_tax {
  display: none;
}
img.bioImg {
  display: inline-block;
  float: left;
  width: 270px;
  max-width: 270px;
  margin: 30px 30px 0 0;
}
@media screen and (max-width: 992px) {
  img.bioImg {
    display: block;
    float: none;
    margin: 30px auto 0;
  }
}
.floatBio {
  position: relative;
  display: inline-block;
  width: calc(100% - 300px);
  margin: 30px 0;
  min-height: 300px;
}
@media screen and (max-width: 992px) {
  .floatBio {
    width: 100%;
    min-height: auto;
  }
}
.partnerSplit {
  display: table;
  margin-bottom: 50px;
}
a.partImg {
  display: table-cell;
  vertical-align: middle;
  width: 270px;
}
a.partImg img {
  max-width: 270px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 992px) {
  a.partImg {
    display: table-row;
  }
}
.floatPart {
  display: table-cell;
  padding-left: 50px;
}
@media screen and (max-width: 992px) {
  .floatPart {
    display: table-row;
    padding-left: 0;
  }
}
#rt-maintop {
  box-shadow: 0 1px 0 #cecece;
}
#rt-footer-surround {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 480px) {
  #rt-footer-surround .rt-container {
    width: 100%;
  }
}
#rt-footer-surround a {
  font-weight: 400;
}
#rt-footer-surround ul.menu {
  padding: 0px;
  margin: 0px;
}
#rt-footer-surround ul.menu li {
  list-style: none;
  float: none;
  display: inline-block;
}
#rt-footer-surround ul.menu li a {
  display: inline-block;
}
#rt-footer-surround ul.menu li a:before {
  display: none;
}
#rt-footer-surround .rt-block {
  padding: 0px;
  margin: 0px;
}
#rt-footer-surround #rt-footer {
  text-align: center;
  background: #FFFFFF;
  color: #256690;
}
@media screen and (max-width: 480px) {
  #rt-footer-surround #rt-footer ul.menu li {
    width: 100%;
    border-top: 1px solid #CCCCCC;
    box-shadow: 0px -15px 20px 0px rgba(0,0,0,0.08) inset;
  }
}
#rt-footer-surround #rt-footer ul.menu li a {
  color: inherit;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #256690;
  height: 12px;
  line-height: 12px;
}
@media screen and (max-width: 480px) {
  #rt-footer-surround #rt-footer ul.menu li a {
    padding: 15px 0px !important;
    margin-right: 0px !important;
    font-size: 14px;
    border-right: 0px !important;
    width: 100%;
    height: auto;
  }
}
#rt-footer-surround #rt-footer ul.menu li:first-child a:before {
  display: none;
}
#rt-footer-surround #rt-footer ul.menu li:last-child a {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px solid #256690;
}
#rt-bottom {
  border-top: 1px solid #d7d7d7;
  background: #FFFFFF;
}
#rt-bottom .rt-container:before {
  border-radius: 222px/10px;
  box-shadow: 0 0 16px 0 rgba(0,0,0,0.33);
  content: " ";
  display: block;
  height: 300px;
  position: absolute;
  width: 100%;
  z-index: -2;
}
#rt-bottom h2.title {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  color: #256690;
  border-bottom: 1px;
}
#rt-bottom input[type=text] {
  background: #f5f5f5;
  height: 26px;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#rt-bottom label {
  line-height: 28px;
}
#rt-copyright {
  padding-top: 8px;
  font-size: 12px;
}
.title,
.component-content h2,
#rt-content-top h2 {
  color: #6d38a3;
  text-shadow: 1px 1px 0px #ffffff;
  line-height: 1em;
  color: #575757;
  font-size: 30px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 19px;
}
.title1 .title {
  background: #ffffff;
  border: 1px solid #d5d5d5;
}
.title2 .title {
  color: #6d38a3;
  background: #eeeeee url(../images/patterns/noise.png);
  -webkit-box-shadow: inset 0 2px 12px rgba(0,0,0,0.13);
  -moz-box-shadow: inset 0 2px 12px rgba(0,0,0,0.13);
  box-shadow: inset 0 2px 12px rgba(0,0,0,0.13);
}
.title4 .title {
  color: #1e1e1e;
}
.box1 {
  background: #ffffff;
  border: 1px solid #d5d5d5;
}
.box2 {
  color: #6d38a3;
  background: #eeeeee url(../images/patterns/noise.png);
  -webkit-box-shadow: inset 0 2px 12px rgba(0,0,0,0.13);
  -moz-box-shadow: inset 0 2px 12px rgba(0,0,0,0.13);
  box-shadow: inset 0 2px 12px rgba(0,0,0,0.13);
}
#rt-showcase .box1,
#rt-showcase .box2,
#rt-top-surround .box1,
#rt-top-surround .box2 {
  color: #1e1e1e;
  text-shadow: 1px 1px 0 #ffffff;
}
#rt-showcase .box1 .title,
#rt-showcase .box2 .title,
#rt-top-surround .box1 .title,
#rt-top-surround .box2 .title {
  color: #6d38a3;
  text-shadow: 1px 1px 0 #ffffff;
  border-bottom: 1px solid #d1d1d1;
}
#rt-showcase .title1 .title,
#rt-top-surround .title1 .title {
  color: #6d38a3;
  text-shadow: 1px 1px 0 #ffffff;
  border: 1px solid #d5d5d5;
}
#rt-showcase .title2 .title,
#rt-top-surround .title2 .title {
  color: #6d38a3;
  text-shadow: 1px 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 2px 12px rgba(0,0,0,0.13);
  -moz-box-shadow: inset 0 2px 12px rgba(0,0,0,0.13);
  box-shadow: inset 0 2px 12px rgba(0,0,0,0.13);
}
.page-id-2818 .asthmaSide,
.page-id-2818 .influenzaSide,
.page-id-2818 .whoopingSide {
  display: none;
}
.page-id-2816 .autoimSide,
.page-id-2816 .influenzaSide,
.page-id-2816 .whoopingSide {
  display: none;
}
.page-id-2866 .autoimSide,
.page-id-2866 .asthmaSide,
.page-id-2866 .whoopingSide {
  display: none;
}
.page-id-2873 .autoimSide,
.page-id-2873 .asthmaSide,
.page-id-2873 .influenzaSide {
  display: none;
}
ul.menu li.active.current > a,
ul.menu li.active.current > .item,
ul.menu li.active.current > .separator,
ul.menu li#current.active > a,
ul.menu li#current.active > .item,
ul.menu li#current.active > .separator {
  color: #6d38a3;
}
.button,
button.validate,
#member-profile a,
#member-registration a,
.formelm-buttons button {
  color: #ffffff;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.2);
}
.button:hover,
button.validate:hover,
#member-profile a:hover,
#member-registration a:hover,
.formelm-buttons button:hover {
  color: #ffffff;
}
.button:active,
button.validate:active,
#member-profile a:active,
#member-registration a:active,
.formelm-buttons button:active {
  -webkit-box-shadow: 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
}
.readon,
.readmore {
  background: none !important;
  border: 0 !important;
  border-radius: none !important;
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
  line-height: normal !important;
  text-align: right !important;
  display: block !important;
}
.buttonStyle {
  display: block;
  box-sizing: border-box;
  border-top: 4px solid #6d38a3;
  -webkit-box-shadow: 0 1px 0 #d8d8d8;
  -moz-box-shadow: 0 1px 0 #d8d8d8;
  box-shadow: 0 1px 0 #d8d8d8;
  border-bottom: 1px solid #fff;
  font-style: normal;
  font-weight: 400 !important;
  color: #3482b5;
  padding: 18px;
  line-height: 150%;
  width: 100%;
  margin: 0 auto;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top,#FFFFFF,#ededed);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#ededed));
  background-image: -webkit-linear-gradient(top,#FFFFFF,#ededed);
  background-image: -o-linear-gradient(top,#FFFFFF,#ededed);
  background-image: linear-gradient(to bottom,#FFFFFF,#ededed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
}
.buttonStyle:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 19px;
  position: absolute;
  bottom: 37px;
  left: 15px;
  right: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.23);
  box-shadow: 0 0 10px rgba(0,0,0,0.23);
  -moz-border-radius: 10px/100px;
  border-radius: 10px/100px;
}
.buttonStyle:after {
  content: "\f054";
  font-family: "FontAwesome";
  display: inline-block;
  border-box: box-sizing;
  font-weight: 400 !important;
  font-size: 16px;
  color: #3482b5;
  font-style: normal;
  margin-left: 10px;
  width: 25px;
  height: 25px;
  border-radius: 18px;
  line-height: 27px;
  border: 2px solid #3482b5;
  text-align: center;
}
.buttonStyle:hover {
  color: #6d38a3;
}
.buttonStyle:hover:after {
  color: #6d38a3;
  border-color: #6d38a3;
}
.buttonCont .sprocket-strips-c-extended {
  padding: 0;
}
input[type=submit],
input[type=submit].button {
  background: url(../images/icons/submit-corner.png) no-repeat #005077 100% 0%;
  color: #FFFFFF;
  -webkit-border-radius: 3px 0px 3px 3px;
  -moz-border-radius: 3px 0px 3px 3px;
  border-radius: 3px 0px 3px 3px;
  border: 0px;
  box-shadow: 0px;
  padding: 4px 21px;
}
input[type=submit]::after,
input[type=submit].button::after {
  position: absolute;
  display: block;
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 20px 20px 0px;
  border-color: #63b84e;
}
a.button,
.button,
#searchsubmit {
  background: url(../images/icons/submit-corner.png) no-repeat #005077 100% 0%;
  color: #FFFFFF;
  -webkit-border-radius: 3px 0px 3px 3px;
  -moz-border-radius: 3px 0px 3px 3px;
  border-radius: 3px 0px 3px 3px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.2);
  border: 0px;
  padding: 4px 21px;
}
a.button:hover,
.button:hover,
#searchsubmit:hover {
  background: url(../images/icons/submit-corner.png) no-repeat #005077 100% 0%;
  margin-top: 1px;
  padding-bottom: 3px;
  box-shadow: none !important;
  color: #FFFFFF !important;
}
a.reverse-button,
.reverse-button {
  background: url(../images/icons/submit-corner-blue.png) no-repeat #63b84e 100% 0%;
  color: #FFFFFF;
  -webkit-border-radius: 3px 0px 3px 3px;
  -moz-border-radius: 3px 0px 3px 3px;
  border-radius: 3px 0px 3px 3px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.2);
  border: 0px;
  padding: 4px 21px;
}
a.reverse-button:hover,
.reverse-button:hover {
  background: url(../images/icons/submit-corner-blue.png) no-repeat #63b84e 100% 0%;
  margin-top: 1px;
  padding-bottom: 3px;
  box-shadow: none !important;
  color: #FFFFFF !important;
}
.readmore a {
  border: 0px;
  background: none;
  color: #3482b5;
  text-shadow: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
  font-size: 16px;
  font-weight: 400 !important;
}
.readmore a:hover {
  color: #6d38a3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.readmore a:hover:after {
  color: #6d38a3;
  border: 2px solid #6d38a3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.readmore a:after {
  content: "\f054";
  font-family: "FontAwesome";
  display: inline-block;
  border-box: box-sizing;
  font-weight: 400 !important;
  font-size: 11px;
  color: #3482b5;
  font-style: normal;
  margin-top: -8px;
  margin-left: 10px;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  line-height: 20px;
  border: 2px solid #3482b5;
  text-align: center;
}
.powered-by {
  background: url(../images/logo/powered.png);
}
.pagenav li {
  background: #f0f0f0;
  border: 1px solid #d5d5d5;
  box-shadow: inset 0 0 0 1px #ffffff, 0 1px 2px rgba(0,0,0,0.2);
}
.login-fields #username,
.login-fields #password,
#contact-form dd input,
#contact-form dd textarea,
#modlgn-username,
#modlgn-passwd,
#jform_email,
#member-registration dd input,
#search-searchword,
.finder .inputbox,
.inputbox {
  border: 1px solid #d9d9d9;
}
.component-content .contact .title {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top,#ffffff,#dddddd);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#dddddd));
  background-image: -webkit-linear-gradient(top,#ffffff,#dddddd);
  background-image: -o-linear-gradient(top,#ffffff,#dddddd);
  background-image: linear-gradient(to bottom,#ffffff,#dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
  border: 1px solid #d5d5d5;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}
.pagination ul li a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top,#ffffff,#dddddd);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#dddddd));
  background-image: -webkit-linear-gradient(top,#ffffff,#dddddd);
  background-image: -o-linear-gradient(top,#ffffff,#dddddd);
  background-image: linear-gradient(to bottom,#ffffff,#dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
  border: 1px solid #d5d5d5;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}
.pagination ul li span {
  background: #eaeaea;
  border: 1px solid #d5d5d5;
  color: #aaaaaa;
}
.breadcrumbs a:after,
.breadcrumb a:after {
  color: #aaaaaa;
}
.breadcrumbs .showHere,
.breadcrumb .showHere {
  font-weight: bold;
  margin-right: 5px;
}
.article-info dd:before {
  text-shadow: 1px 1px 0 #ffffff;
}
#gantry-totop {
  background: #f0f0f0;
  border: 1px solid #d5d5d5;
  box-shadow: inset 0 0 0 1px #ffffff, 0 1px 2px rgba(0,0,0,0.2);
}
#gantry-totop:active {
  -webkit-box-shadow: 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
}
.tip-wrap {
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  color: #1e1e1e;
}
.system-unpublished .system-unpublished {
  background: #ffffff;
  border-color: #d5d5d5;
}
.facebookFeed {
  border: 1px solid #dddddd;
  border-radius: 4px;
  margin-bottom: 40px !important;
}
abbr[title] {
  border-bottom: 1px dotted #d5d5d5;
}
blockquote {
  border-left: 5px solid #3482b5;
}
blockquote small {
  color: #3482b5;
}
blockquote.pull-right {
  border-right: 5px solid #d5d5d5;
}
legend {
  color: #6d38a3;
  border-bottom: 1px solid #d5d5d5;
}
legend small {
  color: #d5d5d5;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  color: #1e1e1e;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
select {
  border: 1px solid #d5d5d5;
}
.uneditable-input,
.uneditable-textarea {
  color: #aaaaaa;
  background-color: #FFFFFF;
  border-color: #d5d5d5;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  border-color: #d5d5d5;
}
.input-prepend .add-on,
.input-append .add-on {
  text-shadow: 0 1px 0 #ffffff;
  background-color: #f0f0f0;
  border: 1px solid #d5d5d5;
}
.form-actions {
  background-color: #f0f0f0;
  border-top: 1px solid #d5d5d5;
}
.uneditable-input {
  background-color: ;
  border-color: #eeeeee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
}
.help-block,
.help-inline {
  color: ;
}
.well,
.table-bordered th {
  background-color: #f0f0f0;
}
.nav-tabs.nav-stacked > li > a {
  background-color: #f0f0f0;
}
.nav-tabs.nav-stacked > li > a:hover {
  background-color: #eaeaea;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd),
.cat-list-row0 {
  background-color: #eaeaea;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover,
.cat-list-row0:hover,
.cat-list-row1:hover {
  background-color: #fcfcfc;
}
p.success,
p.info,
p.error,
p.warning {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 15px;
  font-weight: bold;
  border: 1px solid;
}
p.success a,
p.info a,
p.error a,
p.warning a {
  color: #666 !important;
}
p.success a:hover,
p.info a:hover,
p.error a:hover,
p.warning a:hover {
  color: #000 !important;
  text-shadow: none;
}
p.success {
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
p.info {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
p.error {
  background: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
p.warning {
  background: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
#back-to-top {
  right: 20px;
  top: auto;
  z-index: 999;
  position: fixed;
}
#back-to-top.affix {
  bottom:  * 2;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 16px;
}
#back-to-top button.btn {
  padding: 4px 4px;
  border: 0px;
  background: ;
  border-radius: 30px;
  line-height: .5em;
  height: 30px;
}
.menu-ongoing-studies-subnav-container {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .widget_synved_social_follow {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .widget_synved_social_follow a,
  .widget_synved_social_follow .synved-share-image {
    display: inline-block;
    width: 48px !important;
    height: 48px !important;
  }
}
@media screen and (max-width: 768px) {
  .widget_synved_social_follow .module-content > * {
    margin-right: 20px;
  }
  .widget_synved_social_follow .module-content > *:last-child {
    margin-right: 0px;
  }
}
.hesperiden.tparrows.tp-leftarrow::before,
.hesperiden.tparrows.tp-rightarrow::before {
  text-shadow: none;
}
#metaport-loginbox {
  padding: 25px;
  width: 225px;
  margin-left: 18px;
}
#metaport-loginbox form {
  margin: 0px;
}
#metaport-loginbox input[type="text"] {
  width: 200px;
}
#metaport-loginbox input[type="password"] {
  width: 200px;
}
.metaport-form-lbl {
  display: inline-block;
  min-width: 150px;
  vertical-align: top;
}
.metaport-form-control {
  display: inline-block;
  min-width: 300px;
  vertical-align: top;
}
.mp-form-sub-item input {
  display: inline-block;
  margin-left: 3px;
  margin-top: -2px;
}
.mp-form-sub-item label {
  display: inline-block;
  margin-left: 5px;
}
.form-join-otis {
  width: 100%;
}
.mp-form-block {
  display: block;
  margin-top: 5px;
  padding: 5px;
  width: 100%;
}
.mp-form-sub-block {
  display: inline-block;
  padding: 5px;
  width: 300px;
  float: left;
}
.gfield_required {
  color: firebrick !important;
}
.mp-err-msg,
.mp-reset-msg {
  color: firebrick;
  font-style: italic;
  font-size: 12px;
  display: block;
}
.mp-reset-msg {
  color: black !important;
}
body {
  background: #FFFFFF;
  color: #1e1e1e;
  line-height: 1.3em;
}
.post-content a {
  word-wrap: break-word;
}
a:hover {
  color: #6d38a3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6d38a3;
}
h3 {
  color: #6d38a3;
  font-size: 22px;
  font-weight: 600;
}
strong {
  font-weight: 600;
}
ul li {
  line-height: inherit;
}
.mtbBlue {
  color: #3482b5;
}
.title,
.component-content h2,
#rt-content-top h2 {
  font-size: 24px;
  line-height: 1.43em;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 0;
  padding: 0px;
  border-bottom: 0px;
}
h4.sprocket-lists-title {
  font-weight: 600;
  color: #72706d;
}
.page-id-2331 .post-content h4,
.page-id-2618 .post-content h4,
.page-id-2363 .post-content h4,
.page-id-2993 .post-content h4 {
  font-size: 120%;
  color: #3482b5;
  font-weight: 600;
}
.page-id-2389 .post-content p {
  margin: 0 0 20px 0;
}
.page-id-2389 .post-content h4 {
  margin-bottom: 20px;
  color: #3482b5;
  font-weight: 600;
}
.page-id-2389 .post-content h4:first-of-type {
  margin-top: 15px;
}
.page-id-2904 .post-content ol {
  padding-left: 0;
}
.post-content ul:not(.sprocket-tabs-nav):not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.sprocket-lists-container) li,
.post-content ol li {
  line-height: 22px;
  margin-bottom: 11px;
}
.post-content h4:not([data-strips-toggler]):not(.sprocket-lists-title):not(.sprocket-strips-c-title-text) {
  margin-top: 36px;
}
.pagenav li {
  background: #f0f0f0;
  border: 1px solid #d5d5d5;
  box-shadow: inset 0 0 0 1px #ffffff, 0 1px 2px rgba(0,0,0,0.2);
}
.login-fields #username,
.login-fields #password,
#contact-form dd input,
#contact-form dd textarea,
#modlgn-username,
#modlgn-passwd,
#jform_email,
#member-registration dd input,
#search-searchword,
.finder .inputbox,
.inputbox {
  border: 1px solid #d9d9d9;
}
.component-content .contact .title {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top,#ffffff,#dddddd);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#dddddd));
  background-image: -webkit-linear-gradient(top,#ffffff,#dddddd);
  background-image: -o-linear-gradient(top,#ffffff,#dddddd);
  background-image: linear-gradient(to bottom,#ffffff,#dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
  border: 1px solid #d5d5d5;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}
.pagination ul li a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top,#ffffff,#dddddd);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#dddddd));
  background-image: -webkit-linear-gradient(top,#ffffff,#dddddd);
  background-image: -o-linear-gradient(top,#ffffff,#dddddd);
  background-image: linear-gradient(to bottom,#ffffff,#dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
  border: 1px solid #d5d5d5;
  text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}
.pagination ul li span {
  background: #eaeaea;
  border: 1px solid #d5d5d5;
  color: #aaaaaa;
}
.breadcrumbs a:after,
.breadcrumb a:after {
  color: #aaaaaa;
}
.breadcrumbs .showHere,
.breadcrumb .showHere {
  font-weight: bold;
  margin-right: 5px;
}
#ui-datepicker-div {
  margin: 0px;
}
.article-info dd:before {
  text-shadow: 1px 1px 0 #ffffff;
}
input[type=submit] + br,
input[type=submit] + p,
.gform_hidden + p,
.gform_hidden + br,
input[type=hidden] + br,
input[type=image] + br {
  display: none;
}
#live-chat-placeholder {
  float: left;
  margin-bottom: -90px;
}
#lhnscriptDone + a {
  line-height: 1000px;
}
#lhnContainerDone {
  overflow: hidden;
}
#lhnContainerDone img {
  display: none;
}
.gform_wrapper .gfield input[type=radio] {
  margin-left: .375em !important;
}
.gform_wrapper .clear-multi .gfield_date_month,
.gform_wrapper .clear-multi .gfield_date_day {
  margin-right: 0px !important;
  padding-right: 5px !important;
  box-sizing: border-box !important;
  width: 25% !important;
  max-width: 3.925em;
}
.gform_wrapper .clear-multi .gfield_date_month input[type=text],
.gform_wrapper .clear-multi .gfield_date_day input[type=text] {
  width: 100% !important;
  height: 34px !important;
  box-sizing: border-box;
}
.gform_wrapper .clear-multi .gfield_date_year {
  width: auto !important;
  max-width: 5.125em !important;
}
.gform_wrapper .clear-multi .gfield_date_year input[type=text] {
  width: 100% !important;
  height: 34px !important;
  box-sizing: border-box;
}
.gform_wrapper .gfield_captcha_container {
  width: 180px !important;
}
.gform_wrapper .gfield_captcha_container .gfield_captcha_input_container > input[type=text] {
  width: 100% !important;
}
.gform_wrapper form:not(.form-ask-a-question):not(.form-pregnancy-calculator) .gform_footer.top_label {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border-top: 3px solid #6d38a3;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 1px 0 #d8d8d8;
  -moz-box-shadow: 0 1px 0 #d8d8d8;
  box-shadow: 0 1px 0 #d8d8d8;
  font-style: normal;
  font-weight: 400 !important;
  color: #3482b5;
  float: right;
  font-size: 16px;
  padding: 6px 30px 6px 0px;
  width: auto;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top,#FFFFFF,#ededed);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#ededed));
  background-image: -webkit-linear-gradient(top,#FFFFFF,#ededed);
  background-image: -o-linear-gradient(top,#FFFFFF,#ededed);
  background-image: linear-gradient(to bottom,#FFFFFF,#ededed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
}
@media screen and (max-width: 768px) {
  .gform_wrapper form:not(.form-ask-a-question):not(.form-pregnancy-calculator) .gform_footer.top_label {
    float: none;
    margin-top: 10px;
  }
}
.gform_wrapper form:not(.form-ask-a-question):not(.form-pregnancy-calculator) .gform_footer.top_label:before {
  position: absolute;
  float: left;
  content: "";
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.23);
  box-shadow: 0 0 10px rgba(0,0,0,0.23);
  height: 46px;
  top: 0;
  width: 100%;
  z-index: -2;
  -moz-border-radius: 10px/100px;
  border-radius: 10px/100px;
}
.gform_wrapper form:not(.form-ask-a-question):not(.form-pregnancy-calculator) .gform_footer.top_label:after {
  content: "\f054";
  font-family: "FontAwesome";
  display: inline-block;
  border-box: box-sizing;
  font-weight: 400 !important;
  font-size: 12px;
  color: #3482b5;
  font-style: normal;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  line-height: 20px;
  border: 2px solid #3482b5;
  text-align: center;
  float: right;
  margin: -29px -10px 0 10px;
}
.gform_wrapper form:not(.form-ask-a-question):not(.form-pregnancy-calculator) .gform_footer.top_label input[type=submit] {
  display: block;
  background: none !important;
  overflow: hidden;
  text-shadow: none;
  box-shadow: none;
  color: inherit;
  text-align: left;
}
.gform_wrapper form:not(.form-ask-a-question):not(.form-pregnancy-calculator) .gform_footer.top_label:hover {
  color: #6d38a3;
}
.gform_wrapper form:not(.form-ask-a-question):not(.form-pregnancy-calculator) .gform_footer.top_label:hover:after {
  color: #6d38a3;
  border-color: #6d38a3;
}
form:not(.form-pregnancy-calculator) .gform_footer.top_label input[type=submit]:hover {
  margin-top: 0;
}
.form-ask-a-question {
  margin: 0px;
}
.form-ask-a-question .gform_body {
  margin-left: 10px;
}
.form-ask-a-question .medium {
  font-size: 14px;
  width: 100% !important;
  box-sizing: border-box;
  padding-left: 8px;
  height: 35px;
  border-top: 1px solid #a7a7a7;
}
.form-ask-a-question #field_4_1 {
  width: 100% !important;
}
.form-ask-a-question .gfield_error {
  margin: 0px !important;
  padding: 0px !important;
  background: none;
  box-sizing: border-box;
  width: 100%;
}
.form-ask-a-question .gfield_error div.ginput_container {
  width: 100% !important;
  max-width: 100% !important;
}
.form-ask-a-question .gfield.gfield_error {
  background: none;
  border: 0px !important;
}
.form-ask-a-question .gform_wrapper .top_label .gfield_error {
  width: 100% !important;
}
.form-ask-a-question .ginput_container {
  margin: 0px !important;
  box-sizing: border-box;
}
.form-ask-a-question .ginput_container input {
  margin: 0px !important;
}
.form-ask-a-question .gfield_description.validation_message,
.form-ask-a-question .validation_error {
  display: none;
}
.form-ask-a-question #gform_submit_button_4 {
  position: absolute;
  display: inline-block;
  border-box: box-sizing;
  background: none !important;
  overflow: hidden;
  font-style: normal;
  font-weight: 400 !important;
  font-family: FontAwesome;
  text-shadow: none;
  box-shadow: none;
  color: #6d38a3;
  border: 2px solid #6d38a3;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  line-height: 23px !important;
  padding: 0px;
  top: 23px;
  right: 20px;
  text-align: center;
}
.gform_wrapper .form-help-make-a-difference {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  border-top: 4px solid #63b84e;
  border-radius: 3px;
  padding: 30px;
}
.gform_wrapper .form-help-make-a-difference input[type=text] {
  width: 80% !important;
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  color: inherit !important;
  font-size: 14px !important;
}
.gform_wrapper .form-help-make-a-difference :-ms-input-placeholder,
.gform_wrapper .form-help-make-a-difference ::-moz-placeholder,
.gform_wrapper .form-help-make-a-difference :-moz-placeholder,
.gform_wrapper .form-help-make-a-difference ::-webkit-input-placeholder {
  color: #000000 !important;
}
.gform_wrapper .form-help-make-a-difference .gfield_label {
  color: #444444;
  font-weight: 600 !important;
}
@media screen and (min-width: 992px) {
  .gform_wrapper .form-help-make-a-difference ul.gform_fields > li:nth-child(1) {
    padding-top: 10px;
  }
  .gform_wrapper .form-help-make-a-difference ul.gform_fields > li:nth-child(4) {
    padding-bottom: 10px;
  }
  .gform_wrapper .form-help-make-a-difference ul.gform_fields > li:nth-child(1) input,
  .gform_wrapper .form-help-make-a-difference ul.gform_fields > li:nth-child(2) input,
  .gform_wrapper .form-help-make-a-difference ul.gform_fields > li:nth-child(3) input {
    border-top: 1px solid #a7a7a7;
  }
  .gform_wrapper .form-help-make-a-difference ul.gform_fields > li:nth-child(1) label,
  .gform_wrapper .form-help-make-a-difference ul.gform_fields > li:nth-child(2) label,
  .gform_wrapper .form-help-make-a-difference ul.gform_fields > li:nth-child(3) label {
    font-size: 14px;
    color: inherit;
  }
  .gform_wrapper .form-help-make-a-difference ul.gform_fields > li:nth-child(1),
  .gform_wrapper .form-help-make-a-difference ul.gform_fields > li:nth-child(2),
  .gform_wrapper .form-help-make-a-difference ul.gform_fields > li:nth-child(3),
  .gform_wrapper .form-help-make-a-difference ul.gform_fields > li:nth-child(4) {
    display: inline-block;
    width: 60%;
    float: left;
    box-sizing: border-box;
  }
  .gform_wrapper .form-help-make-a-difference ul.gform_fields > li:nth-child(5),
  .gform_wrapper .form-help-make-a-difference ul.gform_fields > li:nth-child(6),
  .gform_wrapper .form-help-make-a-difference ul.gform_fields > li:nth-child(7),
  .gform_wrapper .form-help-make-a-difference ul.gform_fields > li:nth-child(8) {
    display: inline-block;
    box-sizing: border-box;
    width: 40%;
    background: #ededee;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.gform_wrapper .form-help-make-a-difference ul.gform_fields > li #input_9_4 li {
  width: 50%;
}
.gform_wrapper .form-help-make-a-difference ul.gform_fields > li .gfield_checkbox li {
  width: 100%;
  float: left;
  display: inline-block;
}
.gform_wrapper .form-help-make-a-difference ul.gform_fields > li .gfield_checkbox li label {
  font-size: 13px;
}
.form-contact-us {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  border-top: 4px solid #63b84e;
  border-radius: 3px;
  padding: 30px 30px 20px 30px;
}
.form-contact-us input[type=text] {
  width: 80% !important;
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  color: inherit;
  font-size: 14px;
}
.form-contact-us .gfield_label {
  color: #444444;
  font-weight: 600 !important;
}
@media screen and (min-width: 992px) {
  .form-contact-us ul.gform_fields#gform_fields_2 {
    margin-bottom: -150px !important;
  }
}
.form-contact-us ul.gform_fields > li {
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .form-contact-us ul.gform_fields > li:nth-child(1) {
    padding-top: 10px;
  }
  .form-contact-us ul.gform_fields > li:nth-child(1) input,
  .form-contact-us ul.gform_fields > li:nth-child(2) input,
  .form-contact-us ul.gform_fields > li:nth-child(3) input,
  .form-contact-us ul.gform_fields > li:nth-child(4) input {
    border-top: 1px solid #a7a7a7;
  }
  .form-contact-us ul.gform_fields > li:nth-child(1) label,
  .form-contact-us ul.gform_fields > li:nth-child(2) label,
  .form-contact-us ul.gform_fields > li:nth-child(3) label,
  .form-contact-us ul.gform_fields > li:nth-child(4) label {
    font-size: 14px;
    color: inherit;
  }
  .form-contact-us ul.gform_fields > li:nth-child(1),
  .form-contact-us ul.gform_fields > li:nth-child(2),
  .form-contact-us ul.gform_fields > li:nth-child(3),
  .form-contact-us ul.gform_fields > li:nth-child(4),
  .form-contact-us ul.gform_fields > li:nth-child(5) {
    display: inline-block;
    width: 60%;
    float: left;
    box-sizing: border-box;
  }
  .form-contact-us ul.gform_fields > li:nth-child(6),
  .form-contact-us ul.gform_fields > li:nth-child(7),
  .form-contact-us ul.gform_fields > li:nth-child(8),
  .form-contact-us ul.gform_fields > li:nth-child(9),
  .form-contact-us ul.gform_fields > li:nth-child(10) {
    display: inline-block;
    box-sizing: border-box;
    width: 40%;
    background: #ededee;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    float: right;
    margin-top: 0;
    -webkit-transform: translateY(-314px);
    -ms-transform: translateY(-314px);
    transform: translateY(-314px);
  }
  .form-contact-us ul.gform_fields > li:nth-child(n + 11) {
    -webkit-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);
  }
  .form-contact-us ul.gform_fields > li #input_2_4 li {
    width: 50%;
  }
  .form-contact-us ul.gform_fields > li .gfield_checkbox li {
    width: 100%;
    float: left;
    display: inline-block;
  }
  .form-contact-us ul.gform_fields > li .gfield_checkbox li label {
    font-size: 13px;
  }
}
.form-sponsor-a-study {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  border-top: 4px solid #63b84e;
  border-radius: 3px;
  padding: 30px 30px 20px 30px;
  width: 100%;
}
.form-sponsor-a-study input[type=text] {
  width: 100% !important;
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  color: inherit;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .form-sponsor-a-study input[type=text] {
    width: 60% !important;
  }
}
.form-refer-patient {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  border-top: 4px solid #63b84e;
  border-radius: 3px;
  padding: 20px 30px 20px 30px;
}
.form-refer-patient input[type=text] {
  width: 80% !important;
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  color: inherit;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .form-refer-patient input[type=text] {
    width: 100% !important;
  }
}
.form-refer-patient .gfield_label {
  color: #444444;
  font-weight: 600 !important;
}
@media screen and (min-width: 992px) {
  .form-refer-patient ul.gform_fields > li:nth-child(1),
  .form-refer-patient ul.gform_fields > li:nth-child(2) {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    clear: both;
  }
  .form-refer-patient ul.gform_fields > li:nth-child(2) {
    margin-bottom: 30px !important;
  }
  .form-refer-patient ul.gform_fields > li:nth-child(3),
  .form-refer-patient ul.gform_fields > li:nth-child(4),
  .form-refer-patient ul.gform_fields > li:nth-child(5),
  .form-refer-patient ul.gform_fields > li:nth-child(6),
  .form-refer-patient ul.gform_fields > li:nth-child(7) {
    float: left;
  }
  .form-refer-patient ul.gform_fields > li:nth-child(3) input,
  .form-refer-patient ul.gform_fields > li:nth-child(4) input,
  .form-refer-patient ul.gform_fields > li:nth-child(5) input,
  .form-refer-patient ul.gform_fields > li:nth-child(6) input,
  .form-refer-patient ul.gform_fields > li:nth-child(7) input {
    border-top: 1px solid #a7a7a7;
  }
  .form-refer-patient ul.gform_fields > li:nth-child(3) label,
  .form-refer-patient ul.gform_fields > li:nth-child(4) label,
  .form-refer-patient ul.gform_fields > li:nth-child(5) label,
  .form-refer-patient ul.gform_fields > li:nth-child(6) label,
  .form-refer-patient ul.gform_fields > li:nth-child(7) label {
    font-size: 14px;
    color: inherit;
  }
  .form-refer-patient ul.gform_fields > li:nth-child(3),
  .form-refer-patient ul.gform_fields > li:nth-child(4),
  .form-refer-patient ul.gform_fields > li:nth-child(5),
  .form-refer-patient ul.gform_fields > li:nth-child(6),
  .form-refer-patient ul.gform_fields > li:nth-child(7),
  .form-refer-patient ul.gform_fields > li:nth-child(13),
  .form-refer-patient ul.gform_fields > li:nth-child(14),
  .form-refer-patient ul.gform_fields > li:nth-child(15),
  .form-refer-patient ul.gform_fields > li:nth-child(16),
  .form-refer-patient ul.gform_fields > li:nth-child(17) {
    display: inline-block;
    width: 60%;
    box-sizing: border-box;
  }
  .form-refer-patient ul.gform_fields > li:nth-child(8) {
    display: inline-block;
    box-sizing: border-box;
    width: 40%;
    background: #ededee;
    padding-left: 16px;
    padding-right: 16px;
  }
  .form-refer-patient ul.gform_fields > li:nth-child(9) {
    clear: none;
    margin-bottom: 309px;
    margin-top: -244px;
  }
  .form-refer-patient ul.gform_fields > li:nth-child(10) {
    margin-top: -311px;
    margin-bottom: 310px;
  }
  .form-refer-patient ul.gform_fields > li:nth-child(11) {
    margin-top: -311px;
    margin-bottom: 30px;
  }
  .form-refer-patient ul.gform_fields > li:nth-child(12) {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  .form-refer-patient ul.gform_fields > li:nth-child(9),
  .form-refer-patient ul.gform_fields > li:nth-child(10),
  .form-refer-patient ul.gform_fields > li:nth-child(11),
  .form-refer-patient ul.gform_fields > li:nth-child(12) {
    display: inline-block;
    box-sizing: border-box;
    float: right;
    width: 40%;
    background: #ededee;
    padding-left: 16px;
    padding-right: 16px;
  }
  .form-refer-patient ul.gform_fields > li .gfield_checkbox li {
    width: 100%;
    float: left;
    display: inline-block;
  }
}
.form-pregnancy-calculator_wrapper {
  margin: 0 !important;
}
#gform_widget-6 .module-title {
  padding-bottom: 0 !important;
}
.gform_wrapper .form-pregnancy-calculator {
  margin: 0;
  min-height: 240px;
}
.gform_wrapper .form-pregnancy-calculator label.gfield_label {
  font-weight: normal;
  font-size: 13px;
}
.gform_wrapper .form-pregnancy-calculator .gform_footer {
  margin: 0;
}
#popmake-21179 {
  border-top: 3px solid #6c38a3;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.newsletter-page {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  border-top: 4px solid #6c38a3;
  border-radius: 3px;
  padding: 30px;
  margin: 40px auto 50px;
  max-width: 600px;
}
#rt-top .newsletter-button {
  display: inline-block !important;
  padding: 0;
  margin-left: -25px;
  margin-right: 10px;
}
#rt-top .newsletter-button a {
  color: #fff;
}
#rt-top .donate-button {
  display: inline-block !important;
  margin-left: 0;
}
@media screen and (min-width: 1200px) {
  #rt-bottom .newsletter-button {
    display: inline-block;
    padding: 0;
    margin-left: 0px;
    transform: translateY(5px);
  }
}
.widget_synved_social_follow {
  display: inline-block;
}
#rt-bottom .widget_synved_social_follow {
  margin-right: 0;
  padding-right: 0;
}
.newsletter-side .form-newsletter_wrapper .form-newsletter .health-pro-q {
  width: 100%;
}
.newsletter-side .form-newsletter_wrapper .form-newsletter .health-pro-q label.gfield_label {
  width: 100% !important;
}
.wph-modal {
  background: rgba(2,2,2,0.5);
}
.form-newsletter_wrapper {
  margin-top: 0 !important;
}
.form-newsletter_wrapper .form-newsletter .newsletter-first,
.form-newsletter_wrapper .form-newsletter .newsletter-last,
.form-newsletter_wrapper .form-newsletter .newsletter-email,
.form-newsletter_wrapper .form-newsletter .newsletter-interest,
.form-newsletter_wrapper .form-newsletter .newsletter-other {
  display: inline-block;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .form-newsletter_wrapper .form-newsletter .newsletter-first,
  .form-newsletter_wrapper .form-newsletter .newsletter-last,
  .form-newsletter_wrapper .form-newsletter .newsletter-email,
  .form-newsletter_wrapper .form-newsletter .newsletter-interest,
  .form-newsletter_wrapper .form-newsletter .newsletter-other {
    width: 100%;
  }
}
.form-newsletter_wrapper .form-newsletter .newsletter-first .gfield_label,
.form-newsletter_wrapper .form-newsletter .newsletter-last .gfield_label,
.form-newsletter_wrapper .form-newsletter .newsletter-email .gfield_label,
.form-newsletter_wrapper .form-newsletter .newsletter-interest .gfield_label,
.form-newsletter_wrapper .form-newsletter .newsletter-other .gfield_label {
  width: 100% !important;
  margin-bottom: 0 !important;
  padding-right: 0 !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}
.form-newsletter_wrapper .form-newsletter .newsletter-first input[type=text],
.form-newsletter_wrapper .form-newsletter .newsletter-last input[type=text],
.form-newsletter_wrapper .form-newsletter .newsletter-email input[type=text],
.form-newsletter_wrapper .form-newsletter .newsletter-interest input[type=text],
.form-newsletter_wrapper .form-newsletter .newsletter-other input[type=text] {
  height: 26px;
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.form-newsletter_wrapper .form-newsletter .newsletter-first input[type=text],
.form-newsletter_wrapper .form-newsletter .newsletter-first select.gfield_select,
.form-newsletter_wrapper .form-newsletter .newsletter-last input[type=text],
.form-newsletter_wrapper .form-newsletter .newsletter-last select.gfield_select,
.form-newsletter_wrapper .form-newsletter .newsletter-email input[type=text],
.form-newsletter_wrapper .form-newsletter .newsletter-email select.gfield_select,
.form-newsletter_wrapper .form-newsletter .newsletter-interest input[type=text],
.form-newsletter_wrapper .form-newsletter .newsletter-interest select.gfield_select,
.form-newsletter_wrapper .form-newsletter .newsletter-other input[type=text],
.form-newsletter_wrapper .form-newsletter .newsletter-other select.gfield_select {
  width: 100% !important;
  float: none !important;
}
.form-newsletter_wrapper .form-newsletter .newsletter-other {
  width: 100% !important;
  float: left;
}
.form-newsletter_wrapper .form-newsletter ul.gform_fields .gfield_description,
.form-newsletter_wrapper .form-newsletter ul.gform_fields .ginput_container {
  width: 100% !important;
  margin-left: 0 !important;
}
.form-newsletter_wrapper .form-newsletter ul.gform_fields li ul.gfield_checkbox,
.form-newsletter_wrapper .form-newsletter ul.gform_fields li ul.gfield_radio {
  width: 100% !important;
}
.form-newsletter_wrapper .form-newsletter .health-pro-q {
  display: inline-block;
  width: 50%;
}
.form-newsletter_wrapper .form-newsletter .health-pro-q label.gfield_label {
  width: 50% !important;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .form-newsletter_wrapper .form-newsletter .health-pro-q label.gfield_label {
    width: 100% !important;
  }
}
.form-newsletter_wrapper .form-newsletter .health-pro-q ul.gfield_radio {
  overflow: visible !important;
}
.form-newsletter_wrapper .form-newsletter li.gfield {
  margin-top: 0;
  margin-bottom: 0 !important;
}
.form-newsletter_wrapper .form-newsletter #field_7_3 {
  height: 35px !important;
}
.form-newsletter_wrapper .form-newsletter .newsletter-captcha {
  margin-top: 17px !important;
  width: 50%;
  height: 34px;
  border: 1px solid #dbdbdb;
  padding: 3px;
  background: #fff;
  padding-right: 6px !important;
}
.form-newsletter_wrapper .form-newsletter .newsletter-captcha .gfield_label {
  display: none;
}
.form-newsletter_wrapper .form-newsletter .newsletter-captcha .gfield_captcha_container {
  width: 100% !important;
}
.form-newsletter_wrapper .form-newsletter .newsletter-captcha .gfield_captcha_container img {
  display: inline-block;
  vertical-align: top;
  max-height: 22px;
}
.form-newsletter_wrapper .form-newsletter .newsletter-captcha .gfield_captcha_container .gfield_captcha_input_container {
  display: inline-block;
  margin-left: 0px;
  padding-top: 0px;
  float: right;
  width: 60%;
  margin-bottom: 3px;
}
.form-newsletter_wrapper .form-newsletter .newsletter-captcha .gfield_captcha_container .gfield_captcha_input_container input[type=text] {
  vertical-align: top;
  width: 100%;
  margin: 0px;
  padding: 0px;
  float: right;
  background: #f5f5f5;
  height: 26px;
  font-size: 14px;
}
.form-newsletter_wrapper .form-newsletter .gform_footer {
  margin-top: 10px !important;
  width: 33%;
  padding: 0px;
  margin: 0px;
  text-align: right;
  height: 30px;
  float: right;
  position: relative;
}
#rt-sidebar-a .newsletter-side h2.title {
  margin-bottom: -10px;
}
#rt-sidebar-a .form-newsletter_wrapper .form-newsletter .gform_title {
  color: #3482b5;
  font-weight: 500;
  line-height: 1.4em;
  font-size: 1.2em;
}
#rt-sidebar-a .form-newsletter_wrapper .form-newsletter .newsletter-first,
#rt-sidebar-a .form-newsletter_wrapper .form-newsletter .newsletter-last,
#rt-sidebar-a .form-newsletter_wrapper .form-newsletter .newsletter-email,
#rt-sidebar-a .form-newsletter_wrapper .form-newsletter .newsletter-interest,
#rt-sidebar-a .form-newsletter_wrapper .form-newsletter .newsletter-other {
  width: 100%;
}
#rt-sidebar-a .form-newsletter_wrapper .form-newsletter .gform_footer {
  float: none;
  padding: 0;
  margin-top: 10px !important;
}
.form-request-a-brochure {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  border-top: 4px solid #63b84e;
  border-radius: 3px;
  padding: 20px 30px 20px 30px;
  margin-top: 20px;
}
.form-request-a-brochure #gform_fields_6 .gfield_label:not(:nth-last-child(-n+12)),
.form-request-a-brochure #gform_fields_6 .instruction:not(:nth-last-child(-n+12)),
.form-request-a-brochure #gform_fields_16 .gfield_label:not(:nth-last-child(-n+12)),
.form-request-a-brochure #gform_fields_16 .instruction:not(:nth-last-child(-n+12)),
.form-request-a-brochure #gform_fields_17 .gfield_label:not(:nth-last-child(-n+12)),
.form-request-a-brochure #gform_fields_17 .instruction:not(:nth-last-child(-n+12)) {
  display: none;
}
.form-request-a-brochure #gform_fields_6 > li:not(:nth-last-child(-n+13)),
.form-request-a-brochure #gform_fields_16 > li:not(:nth-last-child(-n+13)),
.form-request-a-brochure #gform_fields_17 > li:not(:nth-last-child(-n+13)) {
  width: 50%;
  display: inline-block;
  clear: none;
  float: left;
  margin-bottom: 15px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .form-request-a-brochure #gform_fields_6 > li:not(:nth-last-child(-n+13)),
  .form-request-a-brochure #gform_fields_16 > li:not(:nth-last-child(-n+13)),
  .form-request-a-brochure #gform_fields_17 > li:not(:nth-last-child(-n+13)) {
    width: 100%;
  }
}
.form-request-a-brochure #gform_fields_6 > li:not(:nth-last-child(-n+13)) img,
.form-request-a-brochure #gform_fields_16 > li:not(:nth-last-child(-n+13)) img,
.form-request-a-brochure #gform_fields_17 > li:not(:nth-last-child(-n+13)) img {
  max-width: 103px;
  max-height: 120px;
  margin-right: 10px;
  float: left;
}
.form-request-a-brochure #gform_fields_6 > li:not(:nth-last-child(-n+13)) img.brochure,
.form-request-a-brochure #gform_fields_16 > li:not(:nth-last-child(-n+13)) img.brochure,
.form-request-a-brochure #gform_fields_17 > li:not(:nth-last-child(-n+13)) img.brochure {
  max-width: 70px;
}
.form-request-a-brochure #gform_fields_6 > li:not(:nth-last-child(-n+13)) a:hover h5,
.form-request-a-brochure #gform_fields_16 > li:not(:nth-last-child(-n+13)) a:hover h5,
.form-request-a-brochure #gform_fields_17 > li:not(:nth-last-child(-n+13)) a:hover h5 {
  color: #6d38a3;
}
.form-request-a-brochure #gform_fields_6 > li:not(:nth-last-child(-n+13)) h5,
.form-request-a-brochure #gform_fields_16 > li:not(:nth-last-child(-n+13)) h5,
.form-request-a-brochure #gform_fields_17 > li:not(:nth-last-child(-n+13)) h5 {
  font-weight: normal;
  font-size: 1em;
  color: #3482b5;
}
.form-request-a-brochure #gform_fields_6 > li:not(:nth-last-child(-n+13)):nth-of-type(odd),
.form-request-a-brochure #gform_fields_16 > li:not(:nth-last-child(-n+13)):nth-of-type(odd),
.form-request-a-brochure #gform_fields_17 > li:not(:nth-last-child(-n+13)):nth-of-type(odd) {
  margin-right: 5%;
  clear: both;
}
.form-request-a-brochure #gform_fields_6 > li:not(:nth-last-child(-n+13)):nth-of-type(even),
.form-request-a-brochure #gform_fields_16 > li:not(:nth-last-child(-n+13)):nth-of-type(even),
.form-request-a-brochure #gform_fields_17 > li:not(:nth-last-child(-n+13)):nth-of-type(even) {
  width: 150px;
}
@media screen and (min-width: 480px) {
  .form-request-a-brochure #gform_fields_6 > li:not(:nth-last-child(-n+13)):nth-of-type(even),
  .form-request-a-brochure #gform_fields_16 > li:not(:nth-last-child(-n+13)):nth-of-type(even),
  .form-request-a-brochure #gform_fields_17 > li:not(:nth-last-child(-n+13)):nth-of-type(even) {
    margin-top: 30px;
  }
}
.form-request-a-brochure #gform_fields_6 > li:not(:nth-last-child(-n+13)).noHeight,
.form-request-a-brochure #gform_fields_16 > li:not(:nth-last-child(-n+13)).noHeight,
.form-request-a-brochure #gform_fields_17 > li:not(:nth-last-child(-n+13)).noHeight {
  margin-top: .625em !important;
}
.form-request-a-brochure #gform_fields_6 > li:not(:nth-last-child(-n+13)).request-section,
.form-request-a-brochure #gform_fields_16 > li:not(:nth-last-child(-n+13)).request-section,
.form-request-a-brochure #gform_fields_17 > li:not(:nth-last-child(-n+13)).request-section {
  font-size: 1.2em;
  color: #6d38a3;
  margin-bottom: 20px;
  position: relative;
}
.form-request-a-brochure #gform_fields_6 > li:not(:nth-last-child(-n+13)).request-section:after,
.form-request-a-brochure #gform_fields_16 > li:not(:nth-last-child(-n+13)).request-section:after,
.form-request-a-brochure #gform_fields_17 > li:not(:nth-last-child(-n+13)).request-section:after {
  content: "";
  position: absolute;
  width: 200%;
  left: 0;
  bottom: -15px;
  height: 1px;
  background: #ddd;
}
@media screen and (max-width: 480px) {
  .form-request-a-brochure #gform_fields_6 > li:not(:nth-last-child(-n+13)).request-section:after,
  .form-request-a-brochure #gform_fields_16 > li:not(:nth-last-child(-n+13)).request-section:after,
  .form-request-a-brochure #gform_fields_17 > li:not(:nth-last-child(-n+13)).request-section:after {
    width: 100%;
  }
}
.form-request-a-brochure #gform_fields_6 > li input,
.form-request-a-brochure #gform_fields_16 > li input,
.form-request-a-brochure #gform_fields_17 > li input {
  height: auto;
}
.form-request-a-brochure #gform_fields_6 > li#field_6_76,
.form-request-a-brochure #gform_fields_6 > li#field_16_76,
.form-request-a-brochure #gform_fields_6 > li#field_17_76,
.form-request-a-brochure #gform_fields_16 > li#field_6_76,
.form-request-a-brochure #gform_fields_16 > li#field_16_76,
.form-request-a-brochure #gform_fields_16 > li#field_17_76,
.form-request-a-brochure #gform_fields_17 > li#field_6_76,
.form-request-a-brochure #gform_fields_17 > li#field_16_76,
.form-request-a-brochure #gform_fields_17 > li#field_17_76 {
  margin-bottom: 0;
  margin-top: 30px;
}
.form-request-a-brochure #gform_fields_6 > li#field_6_63,
.form-request-a-brochure #gform_fields_6 > li#field_16_63,
.form-request-a-brochure #gform_fields_6 > li#field_17_63,
.form-request-a-brochure #gform_fields_16 > li#field_6_63,
.form-request-a-brochure #gform_fields_16 > li#field_16_63,
.form-request-a-brochure #gform_fields_16 > li#field_17_63,
.form-request-a-brochure #gform_fields_17 > li#field_6_63,
.form-request-a-brochure #gform_fields_17 > li#field_16_63,
.form-request-a-brochure #gform_fields_17 > li#field_17_63 {
  width: 20%;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .form-request-a-brochure #gform_fields_6 > li#field_6_63,
  .form-request-a-brochure #gform_fields_6 > li#field_16_63,
  .form-request-a-brochure #gform_fields_6 > li#field_17_63,
  .form-request-a-brochure #gform_fields_16 > li#field_6_63,
  .form-request-a-brochure #gform_fields_16 > li#field_16_63,
  .form-request-a-brochure #gform_fields_16 > li#field_17_63,
  .form-request-a-brochure #gform_fields_17 > li#field_6_63,
  .form-request-a-brochure #gform_fields_17 > li#field_16_63,
  .form-request-a-brochure #gform_fields_17 > li#field_17_63 {
    width: 100%;
  }
}
.form-request-a-brochure #gform_fields_6 > li#field_6_64,
.form-request-a-brochure #gform_fields_6 > li#field_6_65,
.form-request-a-brochure #gform_fields_6 > li#field_16_64,
.form-request-a-brochure #gform_fields_6 > li#field_16_65,
.form-request-a-brochure #gform_fields_6 > li#field_17_64,
.form-request-a-brochure #gform_fields_6 > li#field_17_65,
.form-request-a-brochure #gform_fields_16 > li#field_6_64,
.form-request-a-brochure #gform_fields_16 > li#field_6_65,
.form-request-a-brochure #gform_fields_16 > li#field_16_64,
.form-request-a-brochure #gform_fields_16 > li#field_16_65,
.form-request-a-brochure #gform_fields_16 > li#field_17_64,
.form-request-a-brochure #gform_fields_16 > li#field_17_65,
.form-request-a-brochure #gform_fields_17 > li#field_6_64,
.form-request-a-brochure #gform_fields_17 > li#field_6_65,
.form-request-a-brochure #gform_fields_17 > li#field_16_64,
.form-request-a-brochure #gform_fields_17 > li#field_16_65,
.form-request-a-brochure #gform_fields_17 > li#field_17_64,
.form-request-a-brochure #gform_fields_17 > li#field_17_65 {
  width: 40%;
  float: left;
  display: inline-block;
  clear: none;
}
@media screen and (max-width: 768px) {
  .form-request-a-brochure #gform_fields_6 > li#field_6_64,
  .form-request-a-brochure #gform_fields_6 > li#field_6_65,
  .form-request-a-brochure #gform_fields_6 > li#field_16_64,
  .form-request-a-brochure #gform_fields_6 > li#field_16_65,
  .form-request-a-brochure #gform_fields_6 > li#field_17_64,
  .form-request-a-brochure #gform_fields_6 > li#field_17_65,
  .form-request-a-brochure #gform_fields_16 > li#field_6_64,
  .form-request-a-brochure #gform_fields_16 > li#field_6_65,
  .form-request-a-brochure #gform_fields_16 > li#field_16_64,
  .form-request-a-brochure #gform_fields_16 > li#field_16_65,
  .form-request-a-brochure #gform_fields_16 > li#field_17_64,
  .form-request-a-brochure #gform_fields_16 > li#field_17_65,
  .form-request-a-brochure #gform_fields_17 > li#field_6_64,
  .form-request-a-brochure #gform_fields_17 > li#field_6_65,
  .form-request-a-brochure #gform_fields_17 > li#field_16_64,
  .form-request-a-brochure #gform_fields_17 > li#field_16_65,
  .form-request-a-brochure #gform_fields_17 > li#field_17_64,
  .form-request-a-brochure #gform_fields_17 > li#field_17_65 {
    width: 100%;
  }
}
.form-request-a-brochure #gform_fields_6 > li#field_6_65,
.form-request-a-brochure #gform_fields_6 > li#field_16_65,
.form-request-a-brochure #gform_fields_6 > li#field_17_65,
.form-request-a-brochure #gform_fields_16 > li#field_6_65,
.form-request-a-brochure #gform_fields_16 > li#field_16_65,
.form-request-a-brochure #gform_fields_16 > li#field_17_65,
.form-request-a-brochure #gform_fields_17 > li#field_6_65,
.form-request-a-brochure #gform_fields_17 > li#field_16_65,
.form-request-a-brochure #gform_fields_17 > li#field_17_65 {
  margin-bottom: 1.2em;
}
.form-request-a-brochure #gform_fields_6 > li .ginput_container_address input,
.form-request-a-brochure #gform_fields_16 > li .ginput_container_address input,
.form-request-a-brochure #gform_fields_17 > li .ginput_container_address input {
  margin-bottom: 1.2em;
}
.form-request-a-brochure#gform_17 .info_free,
.form-request-a-brochure#gform_17 .info_preg {
  display: block;
}
.form-request-a-brochure#gform_17 .info_free .fa,
.form-request-a-brochure#gform_17 .info_preg .fa {
  position: absolute;
  right: 30px;
  top: 15px;
}
.form-request-a-brochure#gform_17 .rotate {
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.form-request-a-brochure#gform_17 .rotate.down {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.form-request-a-brochure#gform_17 #gform_fields_17 > li:not(:nth-last-child(-n+13)) {
  width: 75%;
}
.form-request-a-brochure#gform_17 .shipping_section {
  width: 100% !important;
}
.form-request-a-brochure#gform_17 .shipping_section span {
  position: relative;
  text-align: left;
  font-size: 1.1em;
  text-transform: uppercase;
  display: block;
  width: 100%;
  background-image: linear-gradient(to bottom,#005077,#0e3b50);
  font-weight: 500;
  background-color: #005077;
  background-image: -moz-linear-gradient(top,#005077,#0e3b50);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#005077),to(#0e3b50));
  background-image: -webkit-linear-gradient(top,#005077,#0e3b50);
  background-image: -o-linear-gradient(top,#005077,#0e3b50);
  background-image: linear-gradient(to bottom,#005077,#0e3b50);
  background-repeat: repeat-x;
  padding: 10px;
  border-top: 3px solid #66b754 !important;
  color: #fff;
}
.form-request-a-brochure#gform_17 .shipping_section span:before {
  top: -10px !important;
}
.form-request-a-brochure#gform_17 #gform_fields_17 > li:not(:nth-last-child(-n+13)):nth-of-type(even) {
  width: 20%;
  text-align: right;
}
.form-request-a-brochure#gform_17 #gform_fields_17 > li.request-section {
  width: 100%;
}
.form-request-a-brochure#gform_17 .info_free,
.form-request-a-brochure#gform_17 .info_preg {
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top,#FFFFFF,#ededed);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFFFFF),to(#ededed));
  background-image: -webkit-linear-gradient(top,#FFFFFF,#ededed);
  background-image: -o-linear-gradient(top,#FFFFFF,#ededed);
  background-image: linear-gradient(to bottom,#FFFFFF,#ededed);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffededed',GradientType=0);
  -webkit-box-shadow: 0 1px 0 0 #d8d8d8;
  -moz-box-shadow: 0 1px 0 0 #d8d8d8;
  box-shadow: 0 1px 0 0 #d8d8d8;
  padding: 10px;
  border-top: 3px solid #66b754 !important;
  color: #72706d;
}
.form-request-a-brochure#gform_17 .info_free.down,
.form-request-a-brochure#gform_17 .info_preg.down {
  border-top: 3px solid #743baf !important;
  border-top: 3px solid #66b754 !important;
  color: #fff;
  background-image: linear-gradient(to bottom,#005077,#0e3b50);
  font-weight: 500;
  background-color: #005077;
  background-image: -moz-linear-gradient(top,#005077,#0e3b50);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#005077),to(#0e3b50));
  background-image: -webkit-linear-gradient(top,#005077,#0e3b50);
  background-image: -o-linear-gradient(top,#005077,#0e3b50);
  background-image: linear-gradient(to bottom,#005077,#0e3b50);
  background-repeat: repeat-x;
  padding: 10px;
  border-top: 3px solid #66b754 !important;
  color: #fff;
}
.form-request-a-brochure#gform_17 #gform_fields_17 > li.request-section:after {
  display: none;
}
.form-request-a-brochure#gform_17 .info_free.down:before,
.form-request-a-brochure#gform_17 .info_preg.down:before,
.form-request-a-brochure#gform_17 .shipping_section span:before {
  color: #66b754;
  content: "\f0d7";
  display: block;
  font-family: "FontAwesome";
  font-size: 19px;
  top: -8px;
  position: absolute;
}
.form-request-a-brochure#gform_17 .selectdesc {
  width: 100% !important;
}
.form-request-a-brochure#gform_17 .selectdesc .gfield_description {
  font-size: 1em;
  padding-right: 125px;
}
.form-request-a-brochure#gform_17 .qtyselectdesc,
.form-request-a-brochure#gform_17 .qtyselectdesc2 {
  position: relative;
}
.form-request-a-brochure#gform_17 .qtyselectdesc select,
.form-request-a-brochure#gform_17 .qtyselectdesc2 select {
  width: 100px !important;
}
.form-request-a-brochure#gform_17 .qtyselectdesc .ginput_container_select {
  position: absolute;
  top: -90px;
  right: 14px;
}
.form-request-a-brochure#gform_17 .qtyselectdesc2 .ginput_container_select {
  position: absolute;
  top: -187px;
  right: 14px;
}
.form-request-a-brochure#gform_17 .selectdesc .gfield_description img.brochure {
  max-width: 103px !important;
}
.form-request-a-brochure#gform_17 .selectdesc .ginput_container_select select {
  position: absolute;
  right: 0px;
  margin-top: 14px;
  width: 65px;
}
.form-request-a-brochure#gform_17 .selectdesc .ginput_container_select {
  position: relative;
}
.form-request-a-brochure-full {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  border-top: 4px solid #63b84e;
  border-radius: 3px;
  padding: 20px 30px 20px 30px;
}
.form-request-a-brochure-full input[type=text] {
  width: 80% !important;
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  color: inherit;
  font-size: 14px;
}
.form-request-a-brochure-full .gfield_label {
  color: #444444;
  font-weight: 600 !important;
}
.form-request-a-brochure-full ul.gform_fields > li:nth-child(1),
.form-request-a-brochure-full ul.gform_fields > li:nth-child(4),
.form-request-a-brochure-full ul.gform_fields > li:nth-child(6) {
  display: inline-block;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .form-request-a-brochure-full ul.gform_fields > li:nth-child(1),
  .form-request-a-brochure-full ul.gform_fields > li:nth-child(4),
  .form-request-a-brochure-full ul.gform_fields > li:nth-child(6) {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .form-request-a-brochure-full ul.gform_fields > li:nth-child(2) {
    clear: both !important;
  }
}
.form-request-a-brochure-full ul.gform_fields > li:nth-child(2),
.form-request-a-brochure-full ul.gform_fields > li:nth-child(3) {
  display: inline-block;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .form-request-a-brochure-full ul.gform_fields > li:nth-child(2),
  .form-request-a-brochure-full ul.gform_fields > li:nth-child(3) {
    width: 40%;
    clear: none;
  }
  .form-request-a-brochure-full ul.gform_fields > li:nth-child(2) input[type=text],
  .form-request-a-brochure-full ul.gform_fields > li:nth-child(3) input[type=text] {
    width: 90% !important;
  }
}
.form-request-a-brochure-full ul.gform_fields > li:nth-child(5) {
  display: inline-block;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .form-request-a-brochure-full ul.gform_fields > li:nth-child(5) {
    width: 80%;
  }
}
.form-request-a-brochure-full ul.gform_fields > li:nth-child(n+11):nth-last-child(n+9) .ginput_container {
  width: 80px;
}
.form-request-a-brochure-full ul.gform_fields > li.request-section {
  display: inline-block;
  font-size: 1.2em;
  color: #6d38a3;
  margin-bottom: 20px;
  position: relative;
}
.form-request-a-brochure-full ul.gform_fields > li.request-section:after {
  content: "";
  position: absolute;
  width: 200%;
  left: 0;
  bottom: -15px;
  height: 1px;
  background: #ddd;
}
@media screen and (max-width: 480px) {
  .form-request-a-brochure-full ul.gform_fields > li.request-section:after {
    width: 100%;
  }
}
.form-request-a-brochure-full ul.gform_fields > li label {
  font-size: 14px;
  color: inherit;
}
.form-request-a-brochure-full ul.gform_fields > li#field_11_4 input {
  margin-bottom: 1.2em;
}
.form-request-a-brochure-full ul.gform_fields > li .instruction {
  display: none;
}
.form-request-a-brochure-full .gform_footer.top_label {
  margin: 20px 15px 0 0 !important;
}
.form-join-otis {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  border-top: 4px solid #63b84e;
  border-radius: 3px;
  padding: 20px 30px 20px 30px;
}
.form-join-otis input[type=text] {
  width: 80% !important;
  box-sizing: border-box;
  height: 34px;
  line-height: 34px;
  color: inherit;
  font-size: 14px;
}
.form-join-otis .gfield_label {
  color: #444444;
  font-weight: 600 !important;
}
@media screen and (max-width: 992px) {
  .form-join-otis ul.gform_fields > li {
    max-width: 100%;
  }
}
.form-join-otis ul.gform_fields > li.gfield_no_follows_desc {
  margin-top: 0 !important;
}
.form-join-otis ul.gform_fields > li:nth-child(1),
.form-join-otis ul.gform_fields > li:nth-child(2),
.form-join-otis ul.gform_fields > li:nth-child(4),
.form-join-otis ul.gform_fields > li:nth-child(5) {
  display: inline-block;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .form-join-otis ul.gform_fields > li:nth-child(1),
  .form-join-otis ul.gform_fields > li:nth-child(2),
  .form-join-otis ul.gform_fields > li:nth-child(4),
  .form-join-otis ul.gform_fields > li:nth-child(5) {
    width: 60%;
  }
}
.form-join-otis ul.gform_fields > li:nth-child(3),
.form-join-otis ul.gform_fields > li:nth-child(6),
.form-join-otis ul.gform_fields > li:nth-child(13),
.form-join-otis ul.gform_fields > li:nth-child(14) {
  display: inline-block;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .form-join-otis ul.gform_fields > li:nth-child(3),
  .form-join-otis ul.gform_fields > li:nth-child(6),
  .form-join-otis ul.gform_fields > li:nth-child(13),
  .form-join-otis ul.gform_fields > li:nth-child(14) {
    width: 80%;
  }
}
.form-join-otis ul.gform_fields > li:nth-child(n+8):nth-child(-n+11) {
  width: 100%;
  background: #ededee;
  padding: 3px 16px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .form-join-otis ul.gform_fields > li:nth-child(n+8):nth-child(-n+11) {
    width: 80%;
  }
}
.form-join-otis ul.gform_fields > li:nth-child(n+8):nth-child(-n+11) .clear-multi {
  display: inline-block;
}
.form-join-otis ul.gform_fields > li:nth-child(n+15):nth-last-child(n+6) {
  width: 100%;
  padding: 3px 16px;
  box-sizing: border-box;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
@media screen and (min-width: 992px) {
  .form-join-otis ul.gform_fields > li:nth-child(n+15):nth-last-child(n+6) {
    width: 80%;
  }
}
.form-join-otis ul.gform_fields > li:nth-child(14) {
  margin-top: 30px;
}
.form-join-otis ul.gform_fields > li:nth-child(15) {
  display: inline-block;
  margin-top: 40px;
  border-top: 4px solid #6d38a3;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding-bottom: 7px !important;
}
.form-join-otis ul.gform_fields > li:nth-child(23) {
  border-bottom: 1px solid #d7d7d7;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-bottom: 20px;
  padding-bottom: 18px !important;
}
.form-join-otis ul.gform_fields > li:nth-child(21) .ginput_container,
.form-join-otis ul.gform_fields > li:nth-child(22) .ginput_container {
  width: 120px;
}
.form-join-otis ul.gform_fields > li label {
  font-size: 14px;
  color: inherit;
}
.form-join-otis ul.gform_fields > li .instruction {
  display: none;
}
.sprocket-tabs:before,
.sprocket-tabs:after {
  display: table;
  content: "";
  *zoom: 1;
}
.sprocket-tabs:after {
  clear: both;
}
.sprocket-tabs {
  position: relative;
  overflow: hidden;
}
.layout-left {
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.sprocket-tabs-nav {
  margin: 0;
  padding: 0;
  list-style: none !important;
  position: relative;
  z-index: 2;
}
.layout-left .sprocket-tabs-nav {
  box-sizing: border-box;
  width: 26%;
  padding: 0px;
  margin: 0px;
}
@media screen and (min-width: 769px) {
  .layout-left .sprocket-tabs-nav {
    border-right: 1px solid #DDD;
    left: 1px;
  }
}
.layout-left .sprocket-tabs-panels {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  width: 74%;
}
.layout-top .sprocket-tabs-nav {
  background: none;
  border-radius: 0px;
  border: 0px;
  padding-left: 3px;
  padding-bottom: 0px;
  display: inline-block;
  vertical-align: bottom;
}
.layout-top .sprocket-tabs-nav > li {
  box-sizing: border-box;
  border: 1px solid #DDD;
  border-bottom: 0px;
  margin-top: 6px;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  color: #72706d;
  margin-right: 4px;
  transition: all .2s ease-in;
  box-shadow: 0 -31px 25px -13px rgba(0,0,0,0.12) inset;
}
.layout-top .sprocket-tabs-nav > li > * {
  white-space: nowrap;
}
.layout-top .sprocket-tabs-nav > li > * span {
  padding-left: 13px;
  padding-right: 13px;
}
.layout-top .sprocket-tabs-nav.mobile,
.layout-top .sprocket-tabs-nav.stacked {
  width: calc(100% - 6px);
}
.layout-top .sprocket-tabs-nav.mobile > li,
.layout-top .sprocket-tabs-nav.stacked > li {
  width: 100% !important;
  float: left;
  clear: both;
  margin-top: 3px;
}
.layout-top .sprocket-tabs-nav.mobile > li.active,
.layout-top .sprocket-tabs-nav.mobile > li:hover,
.layout-top .sprocket-tabs-nav.stacked > li.active,
.layout-top .sprocket-tabs-nav.stacked > li:hover {
  margin-top: 3px;
}
.layout-top .sprocket-tabs-nav > li > .sprocket-tabs-inner {
  box-sizing: border-box;
  text-align: center;
  border: 0px;
  padding-bottom: 13px;
  padding-top: 13px;
  transition: all .2s ease-in;
}
.layout-top .sprocket-tabs-nav > li:hover > .sprocket-tabs-inner,
.layout-top .sprocket-tabs-nav > li.active > .sprocket-tabs-inner {
  border: 0px;
  padding-bottom: 13px;
  padding-top: 19px;
}
.layout-top .sprocket-tabs-nav li:hover,
.layout-top .sprocket-tabs-nav li.active {
  background: #238dd3;
  color: #FFFFFF;
  text-shadow: 0px 2px rgba(0,0,0,0.2);
  font-weight: 400;
  margin-top: 0px;
  padding: 0px;
}
.sprocket-tabs-nav {
  *zoom: 1;
}
.sprocket-tabs-nav:before,
.sprocket-tabs-nav:after {
  display: table;
  content: "";
}
.sprocket-tabs-nav:after {
  clear: both;
}
.sprocket-tabs-nav li {
  float: left;
}
.sprocket-tabs-nav > li > .sprocket-tabs-inner {
  display: block;
  border: 1px solid transparent;
}
.sprocket-tabs-nav > .active > a {
  cursor: default;
}
.sprocket-tabs-nav li .sprocket-tabs-inner {
  cursor: pointer;
  display: block;
  line-height: 1.2em;
}
.sprocket-tabs-nav .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}
.sprocket-tabs-nav .sprocket-tabs-icon {
  float: left;
  margin-right: 5px;
}
.layout-bottom .sprocket-tabs-nav {
  border-bottom: 0;
  padding: 0 5px 5px 5px !important;
}
.layout-bottom .sprocket-tabs-nav > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.layout-bottom .sprocket-tabs-nav > li > .sprocket-tabs-inner {
  border-radius: 0 0 4px 4px;
}
.layout-left .sprocket-tabs-nav,
.layout-right .sprocket-tabs-nav {
  border-bottom: 0;
}
.layout-left .sprocket-tabs-nav {
  float: left;
}
.layout-right .sprocket-tabs-nav {
  float: right;
  margin-left: 20px;
}
.layout-left .sprocket-tabs-nav > li,
.layout-right .sprocket-tabs-nav > li {
  box-sizing: border-box;
  width: 100%;
  background-color: #f8f8f8;
  background-image: linear-gradient(to bottom,#ffffff,#eeeeee);
  background-repeat: repeat-x;
  font-weight: 600;
  font-size: 15px;
  color: #72706d;
  border-bottom: 1px solid #dddddd;
}
.layout-left .sprocket-tabs-nav > li > .sprocket-tabs-inner,
.layout-right .sprocket-tabs-nav > li > .sprocket-tabs-inner {
  min-width: 70px;
  margin-right: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #FFFFFF !important;
  box-sizing: border-box;
  width: 100%;
}
.layout-left .sprocket-tabs-nav > li > .sprocket-tabs-inner {
  border: 0px;
}
.layout-right .sprocket-tabs-nav > li > .sprocket-tabs-inner {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.layout-left .sprocket-tabs-panels {
  float: right;
}
@media screen and (min-width: 768px) {
  .layout-left .sprocket-tabs-panels {
    border-left: 1px solid #dddddd;
  }
}
.layout-top .sprocket-tabs-panels {
  border: 1px solid #dddddd;
  border-top: 4px solid #3482b5;
  border-radius: 5px;
}
.layout-top .sprocket-tabs-panels:before {
  color: #3482b5;
  content: "\f0d7";
  display: block;
  font-family: FontAwesome;
  font-size: 26px;
  margin-left: 30px;
  margin-top: -9px;
  position: absolute;
}
.layout-top .sprocket-tabs-panels:after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
}
.sprocket-tabs-panels > .sprocket-tabs-panel {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  box-sizing: border-box;
  padding-top: 41px;
  padding-bottom: 24px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .sprocket-tabs-panels > .sprocket-tabs-panel {
    padding-top: 31px;
    padding-bottom: 24px;
    padding-left: 17px;
    padding-right: 20px;
  }
}
.layout-left .sprocket-tabs-panels > .sprocket-tabs-panel,
.layout-right .sprocket-tabs-panels > .sprocket-tabs-panel {
  border-top: 4px solid #3482b5;
}
.sprocket-tabs-panels > .sprocket-tabs-panel.active {
  position: static;
  opacity: 1;
  height: auto;
  width: 100%;
  visibility: visible;
}
.layout-top.animation-slideandfade .sprocket-tabs-panel,
.layout-bottom.animation-slideandfade .sprocket-tabs-panel {
  margin-left: 200px;
}
.layout-top.animation-slideandfade .sprocket-tabs-panel.active,
.layout-bottom.animation-slideandfade .sprocket-tabs-panel.active {
  margin-left: 0;
}
.layout-left.animation-slideandfade .sprocket-tabs-panel,
.layout-right.animation-slideandfade .sprocket-tabs-panel {
  margin-top: -200px;
}
.layout-left.animation-slideandfade .sprocket-tabs-panel.active,
.layout-right.animation-slideandfade .sprocket-tabs-panel.active {
  margin-top: 0;
}
.sprocket-tabs-nav {
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
}
.sprocket-tabs-nav > li.active > .sprocket-tabs-inner {
  border: 0px;
}
.layout-left .sprocket-tabs-nav > li> .sprocket-tabs-inner {
  padding: 19px;
}
.layout-bottom .sprocket-tabs-nav {
  border-top: 1px solid #ddd;
}
.layout-bottom .sprocket-tabs-nav li.active > .sprocket-tabs-inner,
.layout-bottom .sprocket-tabs-nav li.active > .sprocket-tabs-inner:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.layout-bottom .sprocket-tabs-nav > li > .sprocket-tabs-inner:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.layout-left .sprocket-tabs-nav li:hover > .sprocket-tabs-inner,
.layout-left .sprocket-tabs-nav li.active > .sprocket-tabs-inner,
.layout-left .sprocket-tabs-nav li.active > .sprocket-tabs-inner:hover {
  color: #3482b5;
}
.layout-left .sprocket-tabs-nav li.active > .sprocket-tabs-inner:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 8px 9.5px 0;
  border-color: transparent #3482b5 transparent transparent;
  float: right;
  margin-right: -14px;
}
.sprocket-tabs-nav li .sprocket-tabs-inner {
  transition: background 0.1s ease-in;
  -webkit-transition: background 0.1s ease-in;
  -moz-transition: background 0.1s ease-in;
  -o-transition: background 0.1s ease-in;
}
.animation-slideandfade .sprocket-tabs-panel.active {
  -webkit-transition: margin 0.3s ease-out, opacity 0.4s ease-in;
  -moz-transition: margin 0.3s ease-out, opacity 0.4s ease-in;
  -o-transition: margin 0.3s ease-out, opacity 0.4s ease-in;
  transition: margin 0.3s ease-out, opacity 0.4s ease-in;
}
.animation-fade .sprocket-tabs-panel.active {
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
@media (max-width: 768px) {
  .layout-left .sprocket-tabs-nav {
    float: none;
    width: 100%;
  }
  .layout-left .sprocket-tabs-panels {
    float: none;
    width: 100%;
  }
  ..sprocket-tabs-panels {
    border-left: 0px;
  }
}
#rt-maintop .widget_nav_menu,
.widget_sub_categories {
  border-bottom: 3px solid #238dd3;
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: left;
}
#rt-maintop .widget_nav_menu .module-title,
.widget_sub_categories .module-title {
  display: none;
}
.widget_sub_categories ul,
#menu-ongoing-studies-subnav {
  background: rgba(0,0,0,0) none repeat scroll 0px 0px;
  border: 0px none;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  float: left;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}
.widget_sub_categories ul.mobile,
.widget_sub_categories ul.stacked,
#menu-ongoing-studies-subnav.mobile,
#menu-ongoing-studies-subnav.stacked {
  width: 100%;
}
.widget_sub_categories ul.mobile li,
.widget_sub_categories ul.stacked li,
#menu-ongoing-studies-subnav.mobile li,
#menu-ongoing-studies-subnav.stacked li {
  width: 100% !important;
  float: left;
  clear: both;
  margin-top: 3px;
}
.widget_sub_categories ul.mobile li.current_page_item,
.widget_sub_categories ul.mobile li:hover,
.widget_sub_categories ul.stacked li.current_page_item,
.widget_sub_categories ul.stacked li:hover,
#menu-ongoing-studies-subnav.mobile li.current_page_item,
#menu-ongoing-studies-subnav.mobile li:hover,
#menu-ongoing-studies-subnav.stacked li.current_page_item,
#menu-ongoing-studies-subnav.stacked li:hover {
  margin-top: 3px;
}
.widget_sub_categories ul li,
#menu-ongoing-studies-subnav li {
  box-shadow: 0 -31px 25px -13px rgba(0,0,0,0.12) inset;
  background: none;
  box-sizing: border-box;
  color: #72706d;
  font-size: 16px;
  font-weight: 400;
  margin-right: 4px;
  margin-top: 6px;
  margin-bottom: 0px;
  padding: 0;
  transition: all 0.2s ease-in 0s;
  list-style: outside none none;
  display: inline-block;
}
.widget_sub_categories ul li > *,
#menu-ongoing-studies-subnav li > * {
  border: 1px solid #ddd;
  border-bottom: 0;
  color: inherit;
  font-weight: inherit;
  padding-bottom: 13px;
  padding-top: 13px;
  text-align: center;
  box-sizing: border-box;
  text-align: center;
  text-shadow: 0 2px rgba(0,0,0,0);
  transition: all 0.2s ease-in 0s;
  cursor: pointer;
  display: block;
  line-height: 1.2em;
}
.widget_sub_categories ul li > *:before,
#menu-ongoing-studies-subnav li > *:before {
  content: " ";
  margin-right: 0px !important;
}
.widget_sub_categories ul li > * span,
#menu-ongoing-studies-subnav li > * span {
  display: inline-block;
  padding-left: 13px;
  padding-right: 13px;
}
.widget_sub_categories ul li.current_page_item,
.widget_sub_categories ul li.current-cat,
.widget_sub_categories ul li.active,
.widget_sub_categories ul li:hover,
#menu-ongoing-studies-subnav li.current_page_item,
#menu-ongoing-studies-subnav li.current-cat,
#menu-ongoing-studies-subnav li.active,
#menu-ongoing-studies-subnav li:hover {
  box-shadow: 0 -31px 25px -13px rgba(0,0,0,0.12) inset;
  margin-top: 0px;
  background: #238dd3;
  color: #ffffff;
}
.widget_sub_categories ul li.current_page_item > *,
.widget_sub_categories ul li.current-cat > *,
.widget_sub_categories ul li.active > *,
.widget_sub_categories ul li:hover > *,
#menu-ongoing-studies-subnav li.current_page_item > *,
#menu-ongoing-studies-subnav li.current-cat > *,
#menu-ongoing-studies-subnav li.active > *,
#menu-ongoing-studies-subnav li:hover > * {
  margin-top: 0px;
  padding-top: 19px;
  text-shadow: 0 2px rgba(0,0,0,0.2);
}
.widget_sub_categories ul li:last-child,
#menu-ongoing-studies-subnav li:last-child {
  margin-right: 0px;
}
.search-results,
.sprocket-strips-c,
.sprocket-tabs {
  margin-bottom: 43px;
}
.search-results a.readon,
.sprocket-strips-c a.readon,
.sprocket-tabs a.readon {
  border: 0px;
  background: none;
  color: #3482b5;
  text-shadow: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
  font-size: 16px;
  font-weight: 400 !important;
}
.search-results a.readon:hover,
.sprocket-strips-c a.readon:hover,
.sprocket-tabs a.readon:hover {
  color: #6d38a3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.search-results a.readon:hover:after,
.sprocket-strips-c a.readon:hover:after,
.sprocket-tabs a.readon:hover:after {
  color: #6d38a3;
  border: 2px solid #6d38a3;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.search-results a.readon:after,
.sprocket-strips-c a.readon:after,
.sprocket-tabs a.readon:after {
  content: "\f054";
  font-family: "FontAwesome";
  display: inline-block;
  border-box: box-sizing;
  font-weight: 400 !important;
  font-size: 11px;
  color: #3482b5;
  font-style: normal;
  margin-top: -8px;
  margin-left: 10px;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  line-height: 20px;
  border: 2px solid #3482b5;
  text-align: center;
}
a:hover .sprocket-strips-c-title-text {
  color: #6d38a3;
}
.sprocket-strips-c a.readon {
  font-size: 14px;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .sprocket-strips-c a.readon {
    font-size: 18px;
  }
}
.sprocket-strips-c a.readon:after {
  width: 16px;
  height: 16px;
  border-radius: 3em;
  line-height: 17px;
  border: 2px solid #3482b5;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .sprocket-strips-c a.readon:after {
    border: 2px solid #3482b5;
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 16px;
  }
}
.sprocket-tabs a.readon {
  padding-top: 10px !important;
  font-size: 16px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .sprocket-tabs a.readon {
    font-size: 18px;
  }
}
.sprocket-tabs a.readon:after {
  width: 18px;
  height: 18px;
  border-radius: 3em;
  line-height: 20px;
  border: 2px solid #3482b5;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .sprocket-tabs a.readon:after {
    border: 2px solid #3482b5;
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 16px;
  }
}
.sprocket-quotes-arrows .arrow {
  background: #ccc;
  color: #222;
  border-color: #303030;
}
.sprocket-quotes {
  position: relative;
}
.sprocket-quotes:after {
  display: table;
  content: "";
  *zoom: 1;
  clear: both;
}
.sprocket-quotes-container {
  list-style: none !important;
  overflow: hidden;
  padding: 0;
  margin: 0 -1%;
}
.sprocket-quotes-container:before,
.sprocket-quotes-container:after {
  content: "";
  display: table;
  line-height: 0;
}
.sprocket-quotes-container > li {
  display: inline-block;
  vertical-align: top;
  margin: 1% -4px 1% 0;
  padding: 0 1%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.sprocket-quotes-container > li:last-child {
  margin-bottom: 10px;
}
.sprocket-quotes .cols-1 > li {
  width: 100%;
}
.sprocket-quotes .cols-2 > li {
  width: 100%;
}
.sprocket-quotes .cols-3 > li {
  width: 33.33%;
}
.sprocket-quotes .cols-4 > li {
  width: 25%;
}
@media (max-width: 767px) {
  .sprocket-quotes .cols-1 > li,
  .sprocket-quotes .cols-2 > li,
  .sprocket-quotes .cols-3 > li,
  .sprocket-quotes .cols-4 > li {
    width: 100%;
    float: none;
  }
}
.sprocket-quotes-item {
  position: relative;
  padding: 0px;
  margin: 0px;
}
.quotes-bottomright-arrow:before {
  bottom: -17px;
  right: 49px;
  left: auto;
  border-width: 16px 16px 0 0;
  border-color: rgba(0,0,0,0.15) transparent;
}
.quotes-bottomright-arrow:after {
  bottom: -16px;
  right: 50px;
  left: auto;
  border-width: 16px 16px 0 0;
  border-color: #f5f5f5 transparent;
}
.quotes-topleft-arrow:before {
  top: -16px;
  bottom: auto;
  left: 49px;
  right: auto;
  border-width: 0 16px 16px 0;
  border-color: rgba(0,0,0,0.15) transparent;
}
.quotes-topleft-arrow:after {
  top: -16px;
  bottom: auto;
  left: 50px;
  right: auto;
  border-width: 0 16px 16px 0;
  border-color: #f5f5f5 transparent;
}
.quotes-topright-arrow:before {
  top: -16px;
  bottom: auto;
  right: 49px;
  left: auto;
  border-width: 0 0 16px 16px;
  border-color: rgba(0,0,0,0.15) transparent;
}
.quotes-topright-arrow:after {
  top: -16px;
  bottom: auto;
  right: 50px;
  left: auto;
  border-width: 0 0 16px 16px;
  border-color: #f5f5f5 transparent;
}
.quotes-no-arrow:before,
.quotes-no-arrow:after {
  display: none;
}
.sprocket-quotes-title {
  margin-top: 0;
}
.sprocket-quotes-text {
  font-size: 12px;
  line-height: 1.6em;
}
.sprocket-quotes-image {
  max-width: 100%;
  border-radius: 50%;
  margin: 0 1em 0 0;
  float: left;
}
.sprocket-quotes-info {
  margin-top: 1em;
  display: inline-block;
}
.sprocket-quotes-container.cols-2 li .sprocket-quotes-text {
  float: right;
  width: 48%;
}
.sprocket-quotes-container.cols-2 li .sprocket-quotes-info {
  float: left;
  width: 45%;
}
.sprocket-quotes-container.cols-2 li .sprocket-quotes-info img {
  width: 100%;
}
.sprocket-quotes-info:before,
.sprocket-quotes-info:after {
  content: '';
  display: table;
}
.sprocket-quotes-info:after {
  clear: both;
}
.sprocket-quotes-author {
  font-size: 1.1em;
  margin-top: 0.5em;
  font-weight: 500;
  display: block;
  color: #606060;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}
.sprocket-quotes-subtext {
  font-style: italic;
  display: block;
}
.box3 .module-title {
  padding-bottom: 10px !important;
}
.box3 .sprocket-quotes-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.box3 .sprocket-quotes-item .sprocket-quotes-text {
  -webkit-order: 2;
  order: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.box3 .sprocket-quotes-item .sprocket-quotes-text .sprocket-quotes-author {
  text-align: center;
  font-size: 1.3em;
  font-weight: 500;
  color: #3482b5;
  -webkit-order: 1;
  margin-bottom: 8px;
  order: 1;
  display: inline-table;
  overflow: hidden;
  text-indent: -6px;
  padding-right: 6px;
  margin: 0 auto 8px;
}
.box3 .sprocket-quotes-item .sprocket-quotes-text p {
  -webkit-order: 2;
  order: 2;
  margin-bottom: 0;
}
.box3 .sprocket-quotes-item .sprocket-quotes-info {
  margin: 0 auto 14px !important;
  max-width: 170px;
  width: 100%;
  -webkit-order: 1;
  order: 1;
}
.formwidgetSide .module-title {
  padding-bottom: 0 !important;
}
.formwidgetSide .title {
  margin-bottom: 10px !important;
}
.formwidgetSide .sprocket-strips-text {
  padding: 0;
  margin-bottom: 0;
}
.formwidgetSide .sprocket-strips-text ul {
  list-style: none;
  text-align: left !important;
  margin-left: 0;
  font-size: 16px;
  padding: 0;
}
.formwidgetSide .sprocket-strips-text ul > li {
  margin-top: 18px;
}
.formwidgetSide .sprocket-strips-text ul > li:first-child {
  margin-top: 0;
}
.formwidgetSide .sprocket-strips-text ul > li .fa {
  margin-left: 5px;
}
.formwidgetSide .sprocket-strips-text ul > ul {
  margin-left: 20px;
}
.formwidgetSide .sprocket-strips-text ul > ul li {
  margin-top: 6px;
  display: inline-block;
}
.formwidgetSide .sprocket-strips-text ul > ul li:first-child {
  margin-top: 0;
  margin-right: 16px;
}
.formwidgetSide .sprocket-strips-text ul > ul li .fa {
  margin-right: 5px;
  margin-left: 0;
}
ul.formsTab {
  list-style: none;
  text-align: left !important;
  margin-left: 0;
  font-size: 16px;
  padding: 0;
}
ul.formsTab > li {
  margin-top: 18px;
}
ul.formsTab > li:first-child {
  margin-top: 0;
}
ul.formsTab > li .fa {
  margin-left: 5px;
}
ul.formsTab > ul {
  margin-left: 20px;
}
ul.formsTab > ul li {
  margin-top: 6px;
  display: inline-block;
}
ul.formsTab > ul li:first-child {
  margin-top: 0;
  margin-right: 16px;
}
ul.formsTab > ul li .fa {
  margin-right: 5px;
  margin-left: 0;
}
.home .sprocket-strips-c {
  margin-bottom: 0;
}
.sprocket-quotes-nav {
  display: table;
  width: 100%;
  padding: 5px;
}
.sprocket-quotes-pagination {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  padding: 6px !important;
  width: 100%;
  box-sizing: border-box;
}
.sprocket-quotes-pagination ul {
  margin: 0 !important;
  padding: 0 !important;
}
.sprocket-quotes-pagination ul li {
  list-style: none;
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 10px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .sprocket-quotes-pagination ul li {
    padding: 20px;
    border-radius: 3em;
  }
}
.sprocket-quotes-pagination ul li.active {
  cursor: pointer;
}
.sprocket-quotes-pagination ul li.active span {
  background: #d7d6d6 none repeat scroll 0 0;
  border-top: 1px solid #b6b5b5;
  border-right: 1px solid #b6b5b5;
}
.sprocket-quotes-pagination ul li span {
  background: none;
  border-radius: 3em;
  display: inline-block;
  position: absolute;
  margin-left: -2px;
  margin-top: 3px;
  overflow: hidden;
  line-height: 100px;
  width: 3px;
  height: 3px;
  z-index: 101;
}
.sprocket-quotes-pagination ul li:before {
  border-radius: 3em;
  background: #f3f3f3;
  border: 1px solid #d1d1d1;
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: -6px;
  margin-top: -1px;
  position: absolute;
  z-index: 100;
}
.sprocket-quotes-pagination ul li:before span {
  display: inline-block;
  margin: 21px;
}
.sprocket-quotes-pagination ul:last-child {
  margin-bottom: 0px;
}
.sprocket-quotes-pagination-hidden {
  display: none;
}
.sprocket-quotes-arrows .arrow {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 1em;
  opacity: 0.7;
  cursor: pointer;
  float: right;
  margin-left: 5px;
  text-align: center;
  font-size: 2em;
  position: relative;
}
.sprocket-quotes-arrows .arrow:hover {
  opacity: 1;
}
.sprocket-quotes-arrows .arrow:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.sprocket-quotes-arrows .prev:before {
  left: 50%;
  margin-left: -3px;
  border-right: 5px solid;
}
.sprocket-quotes-arrows .next:before {
  right: 50%;
  margin-right: -3px;
  border-left: 5px solid;
}
.sprocket-quotes-overlay {
  display: none !important;
  position: absolute;
  margin-top: -66px;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 5;
}
.sprocket-quotes-overlay .css-loader-wrapper {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(0,0,0,0.7);
  box-shadow: 0 0 5px rgba(0,0,0,0.4) inset, 1px 1px 1px rgba(255,255,255,0.1);
  border-radius: 1em;
}
.sprocket-quotes.loading .sprocket-quotes-overlay {
  display: block;
}
.sprocket-quotes-overlay .css-loader {
  display: block;
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 8px solid rgba(255,255,255,0.2);
  border-right: 8px solid rgba(255,255,255,0.2);
  border-bottom: 8px solid rgba(255,255,255,0.2);
  border-left: 8px solid #ffffff;
  -webkit-animation: loader 1.1s infinite linear;
  animation: loader 1.1s infinite linear;
}
.sprocket-quotes-overlay .css-loader {
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .sprocket-strips-c-content {
    padding: 0px;
  }
  .sprocket-strips-c-content .sprocket-strips-c-extended {
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .sprocket-lists-item tbody tr td {
    display: block;
  }
  .sprocket-lists-item tbody tr td:first-child {
    margin-bottom: 16px;
  }
}
.logo-type-gantry #rt-logo {
  background: url(../images/logo/light/logo.png) 0 0 no-repeat;
}
#rt-top-surround {
  background: #FFFFFF;
  color: #6e6e6e;
  text-shadow: 0 2px 3px #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  border-bottom: 1px solid #ffffff;
}
#rt-top-surround .title {
  color: #303030;
  text-shadow: 1px 1px 1px #ffffff;
}
#rt-top-surround a:hover {
  color: #303030;
}
#rt-top-surround:after {
  background: url(../images/patterns/noise.png);
}
#rt-showcase {
  background: #FFFFFF;
  color: #6e6e6e;
  border-bottom: 1px solid #ffffff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  text-shadow: 0 2px 3px #ffffff;
}
#rt-showcase .title {
  color: #303030;
  text-shadow: 1px 1px 1px #ffffff;
}
#rt-showcase a:hover {
  color: #303030;
}
.rt-showcase-pattern {
  background-image: -webkit-linear-gradient(rgba(0,0,0,0.03) 2px,transparent 2px), -webkit-linear-gradient(0,rgba(0,0,0,0.03) 2px,transparent 2px), -webkit-linear-gradient(rgba(0,0,0,0.03) 1px,transparent 1px), -webkit-linear-gradient(0,rgba(0,0,0,0.03) 1px,transparent 1px);
  background-size: 80px 80px, 80px 80px, 5px 5px, 5px 5px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}
.title3 .title {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top,#ffffff,#dddddd);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#dddddd));
  background-image: -webkit-linear-gradient(top,#ffffff,#dddddd);
  background-image: -o-linear-gradient(top,#ffffff,#dddddd);
  background-image: linear-gradient(to bottom,#ffffff,#dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  border-bottom: 1px solid #ffffff;
  color: #303030;
  text-shadow: 1px 1px 1px #ffffff;
}
.box3 {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top,#ffffff,#dddddd);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#dddddd));
  background-image: -webkit-linear-gradient(top,#ffffff,#dddddd);
  background-image: -o-linear-gradient(top,#ffffff,#dddddd);
  background-image: linear-gradient(to bottom,#ffffff,#dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  border-bottom: 1px solid #ffffff;
  color: #6e6e6e;
  text-shadow: 0 2px 3px #ffffff;
}
.box3 .title {
  color: #303030;
  text-shadow: 1px 1px 1px #ffffff;
}
.box3 a:hover {
  color: #303030;
}
#rt-showcase .box3 .title,
#rt-top-surround .box3 .title {
  border-bottom: 1px solid #d1d1d1;
  -webkit-box-shadow: 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
}
#rt-showcase .title3 .title,
#rt-top-surround .title3 .title {
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  border-bottom: 1px solid #ffffff;
}
.promo h1 {
  text-shadow: 1px 1px 0 #ffffff;
}
.promo h1 b {
  color: #303030;
  -webkit-mask-image: -webkit-gradient(linear,left top,left bottom,color-stop(100%,#000000),color-stop(40%,#000000),color-stop(0%,rgba(0,0,0,0.5)));
  mask: url(../images/mask.svg#light);
}
.promo p b {
  color: #303030;
}
#rt-drawer {
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-box-shadow: inset 0 -2px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 -2px 4px rgba(0,0,0,0.3);
  box-shadow: inset 0 -2px 4px rgba(0,0,0,0.3);
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../plugins/gantry/assets/jui/fonts/fontawesome-webfont.eot');
  src: url('../../../plugins/gantry/assets/jui/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../../../plugins/gantry/assets/jui/fonts/fontawesome-webfont.woff') format('woff'), url('../../../plugins/gantry/assets/jui/fonts/fontawesome-webfont.ttf') format('truetype'), url('../../../plugins/gantry/assets/jui/fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
.icon-large:before {
  vertical-align: middle;
  font-size: 1.33333333333em;
}
.btn [class^="icon-"],
.btn [class*=" icon-"],
.nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"] {
  line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large:before,
li .icon-large:before {
  width: 1.875em;
}
ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
  vertical-align: initial;
}
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
body .noitalic {
  font-style: normal !important;
}
body .nobold {
  font-weight: normal !important;
}
body .flush {
  margin: 0 !important;
  padding: 0 !important;
}
body .nomarginall {
  margin: 0 !important;
}
body .nopaddingall {
  padding: 0 !important;
}
body .nomargintop {
  margin-top: 0 !important;
}
body .nomarginbottom {
  margin-bottom: 0 !important;
}
body .nomarginleft {
  margin-left: 0 !important;
}
body .nomarginright {
  margin-right: 0 !important;
}
body .nopaddingtop {
  padding-top: 0 !important;
}
body .nopaddingbottom {
  padding-bottom: 0 !important;
}
body .nopaddingleft {
  padding-left: 0 !important;
}
body .nopaddingright {
  padding-right: 0 !important;
}
.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #dd1144;
}
.kwd,
.linenums .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: teal;
}
.pln {
  color: #48484c;
}
.prettyprint {
  padding: 8px;
  background-color: #fcfcfc;
  border: 1px solid #d5d5d5;
}
.prettyprint.linenums {
  -webkit-box-shadow: 40px 0 0 #FFFFFF inset, 41px 0 0 #d5d5d5 inset;
  -moz-box-shadow: 40px 0 0 #FFFFFF inset, 41px 0 0 #d5d5d5 inset;
  box-shadow: 40px 0 0 #FFFFFF inset, 41px 0 0 #d5d5d5 inset;
}
ol.linenums {
  margin: 0 0 0 33px;
  padding-left: 0;
}
ol.linenums li {
  padding-left: 12px;
  color: #aaaaaa;
  line-height: 18px;
  text-shadow: 0 1px 0 #ffffff;
}
#rt-offline-body h1.sitename {
  font-size: 500%;
}
#rt-offline-body .offline h1 {
  font-size: 300%;
}
#rt-offline-body .offline p {
  font-size: 150%;
}
#rt-offline-body .offline-image {
  text-align: center;
}
#rt-offline-body .row {
  text-align: center;
}
#rt-offline-body .row .cell {
  margin: 0 auto;
  text-align: left;
}
.rt-error-rocket {
  width: 350px;
  height: 315px;
  float: left;
  background: url(../images/gantryrocket.png) 0 0 no-repeat;
  margin-right: 15px;
  margin-top: 15px;
}
.rt-error-content {
  margin-left: 365px;
  margin-top: 15px;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .rt-error-rocket {
    width: 320px;
    background-size: 320px;
  }
  .rt-error-content {
    margin-left: 335px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .rt-error-rocket {
    width: 280px;
    background-size: 280px;
  }
  .rt-error-content {
    margin-left: 295px;
  }
  .error-title {
    font-size: 1.8em;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  .rt-error-rocket {
    width: 280px;
    height: 260px;
    margin: 0 auto;
    background-size: 280px;
    background-position: 50% 0;
    float: none;
  }
  .rt-error-content {
    margin-left: 0;
  }
  .error-title {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 480px) {
  .rt-error-rocket {
    width: 260px;
    height: 240px;
    margin: 0 auto;
    background-size: 260px;
    background-position: 50% 0;
    float: none;
  }
  .rt-error-content {
    margin-left: 0;
  }
  .error-title {
    font-size: 1.6em;
  }
}
small {
  font-size: 0.85em;
}
cite {
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  width: auto;
  height: auto;
}
ul.menu ul.unstyled {
  margin-left: 25px;
}
.input-xxlarge {
  width: 97%;
}
.gantry-example .search-query {
  margin-bottom: 10px;
}
body #rokstock .title,
body .rokstock-tooltip .title {
  font-size: 12px;
  line-height: inherit;
  margin: auto;
  padding: inherit;
  font-weight: inherit;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #rokstock .rokstock-list .row,
body .rokstock-tooltip .rokstock-list .row {
  margin: auto;
  overflow: hidden;
  height: auto;
}
body #rokstock .rokstock-list .row:before,
body #rokstock .rokstock-list .row:after,
body .rokstock-tooltip .rokstock-list .row:before,
body .rokstock-tooltip .rokstock-list .row:after {
  display: none;
  content: none;
  clear: inherit;
}
body #rokstock select,
body .rokstock-tooltip select {
  width: auto;
  height: auto;
  line-height: auto;
  margin: 0em;
}
body #rokstock input[type="text"],
body .rokstock-tooltip input[type="text"] {
  margin-bottom: inherit;
  font-size: 12px;
}
body #rokstock .rokstock-add,
body .rokstock-tooltip .rokstock-add {
  height: auto;
  padding: 1px 5px;
}
body #rokstock .value,
body .rokstock-tooltip .value {
  font-size: 0.9em;
}
body .rokstock-tooltip .row {
  margin: auto;
  overflow: hidden;
  height: auto;
}
body .rokstock-tooltip .row:before,
body .rokstock-tooltip .row:after {
  display: none;
  content: none;
  clear: inherit;
}
body #rokweather .rokweather-wrapper .row {
  margin: auto;
  overflow: hidden;
  height: auto;
}
body #rokweather .rokweather-wrapper .row:before,
body #rokweather .rokweather-wrapper .row:after {
  display: none;
  content: none;
  clear: inherit;
}
body #rokweather form {
  margin-bottom: inherit;
}
body .cart_quickcart select {
  width: auto;
  height: auto;
  line-height: auto;
  margin: 0em;
}
body .cart_quickcart input[type="text"] {
  margin-bottom: inherit;
  font-size: 12px;
  line-height: inherit;
  padding: inherit;
  height: inherit;
}
#phocaMap img,
.gmnoprint img,
.wk-map img,
.SpGeoMapModbasic img {
  max-width: none;
}
.xdebug-var-dump i {
  width: inherit !important;
}
.icon-file-add:before,
.icon-cancel:before,
.icon-eye:before,
.icon-location:before,
.icon-arrow-up-3:before,
.icon-folder-2:before,
.icon-checkedout:before,
.icon-locked:before,
.icon-comments-2:before,
.icon-out:before,
.icon-redo:before,
.icon-file-add:before,
.icon-new:before,
.icon-apply:before,
.icon-pencil-2:before,
.icon-folder:before,
.icon-pictures:before,
.icon-list-view:before,
.icon-power-cord:before,
.icon-cube:before,
.icon-puzzle:before,
.icon-tools:before,
.icon-options:before,
.icon-equalizer:before,
.icon-brush:before,
.icon-eye:before,
.icon-checkbox-unchecked:before,
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-partial:before,
.icon-star-2:before,
.icon-featured:before,
.icon-calendar-2:before,
.icon-help:before,
.icon-support:before,
.icon-warning:before,
.icon-publish:before,
.icon-checkmark:before,
.icon-unpublish:before,
.icon-cancel:before,
.icon-purge:before,
.icon-mail:before,
.icon-mail-2:before,
.icon-unarchive:before,
.icon-drawer:before,
.icon-drawer-2:before,
.icon-box-add:before,
.icon-box-remove:before,
.icon-grid-view:before,
.icon-grid-view-2:before,
.icon-menu:before,
.icon-delete:before,
.icon-cancel-2:before,
.icon-save-new:before,
.icon-plus-2:before,
.icon-minus-2:before,
.icon-quote:before,
.icon-quote-2:before,
.icon-database:before,
.icon-location:before,
.icon-expand-2:before,
.icon-contract:before,
.icon-contract-2:before,
.icon-health:before,
.icon-wand:before,
.icon-unblock:before,
.icon-vcard:before,
.icon-clock:before,
.icon-address:before,
.icon-feed:before,
.icon-flag-2:before,
.icon-pin:before,
.icon-lamp:before,
.icon-chart:before,
.icon-bars:before,
.icon-pie:before,
.icon-lightning:before,
.icon-next:before,
.icon-previous:before,
.icon-first:before,
.icon-last:before,
.icon-loop:before,
.icon-shuffle:before,
.icon-arrow-first:before,
.icon-arrow-last:before,
.icon-uparrow:before,
.icon-downarrow:before,
.icon-arrow-up-2:before,
.icon-arrow-right-2:before,
.icon-arrow-down-2:before,
.icon-arrow-left-2:before,
.icon-play-2:before,
.icon-menu-2:before,
.icon-arrow-up-3:before,
.icon-arrow-right-3:before,
.icon-arrow-down-3:before,
.icon-arrow-left-3:before,
.icon-printer:before,
.icon-color-palette:before,
.icon-camera-2:before,
.icon-file-remove:before,
.icon-save-copy:before,
.icon-cart:before,
.icon-basket:before,
.icon-broadcast:before,
.icon-screen:before,
.icon-mobile:before,
.icon-users:before,
.icon-out-2:before {
  font-family: 'IcoMoon' !important;
}
