/* body {
	display:none;
} */
/*This will work for firefox*/
@-moz-document url-prefix() {
  body {
    display: block;
  }
}
html {
  font-family: "Microsoft YaHei", "PingFang SC", "Calibri", "opensans",
    "GothicArial", "Arial", "San Francisco", "Hiragino Sans GB",
    "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", "Calibri", "opensans",
    "GothicArial", "Arial", "San Francisco", "Hiragino Sans GB",
    "Helvetica Neue", Helvetica, sans-serif;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 0;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: 700;
}
code,
kbd,
samp {
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #eee;
  color: #222;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}
/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.66;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 1.5em 0 0;
  font-weight: 400;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}
h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}
h2,
.home.blog .entry-title {
  color: #666;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}
h3 {
  color: #05448a;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}
h4 {
  color: #05448a;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
}
h5 {
  color: #767676;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
h6 {
  color: #05448a;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
}
p {
  /* margin: 0 0 1.5em; */
  padding: 0;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-top: 0.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #eee;
  text-decoration: none;
}
big {
  font-size: 125%;
}
blockquote {
  quotes: "" "";
}
q {
  quotes: "“" "”" "‘" "’";
}
blockquote:before,
blockquote:after {
  content: "";
}
:focus {
  outline: none;
}
/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
  color: #05448a;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}
fieldset {
  margin-bottom: 1em;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #222;
  border-color: #05448a;
}
select {
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}
input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400;
}
button,
input[type="button"],
input[type="submit"] {
  background-color: #222;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
input + button,
input + input[type="button"],
input + input[type="submit"] {
  padding: 0.75em 2em;
}
button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #ddd;
  color: #222;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #767676;
}
button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
  background: #bbb;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #05448a;
}
:-moz-placeholder {
  color: #05448a;
}
::-moz-placeholder {
  color: #05448a;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #05448a;
}
/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
  margin: 0 0 1.5em;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}
th {
  padding: 0.4em;
  text-align: left;
}
tr {
  border-bottom: 1px solid #eee;
}
td {
  padding: 0.4em;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
  color: #222;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  color: #000;
  outline: 0;
}
/* Hover effects */

.entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
  -webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
  box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out,
    -webkit-box-shadow 130ms ease-in-out;
}
.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
  text-decoration: none;
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out,
    -webkit-box-shadow 130ms ease-in-out;
}
/* Fixes linked images */
.entry-content a img,
.comment-content a img,
.widget a img {
  -webkit-box-shadow: 0 0 0 8px #fff;
  box-shadow: 0 0 0 8px #fff;
}
.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
  color: #222;
}
/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
  margin-bottom: 1em;
}
.post-thumbnail a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
  opacity: 0.7;
}
/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
.admin-bar .wp-custom-header-video-button {
  top: 62px;
}
/* Panel edit link */

.twentyseventeen-panel .edit-link {
  display: block;
  margin: 0.3em 0 0;
}
.twentyseventeen-panel .entry-header .edit-link {
  font-size: 14px;
  font-size: 0.875rem;
}
/* Front Page - Recent Posts */

.twentyseventeen-front-page .panel-content .recent-posts article {
  border: 0;
  color: #05448a;
  margin-bottom: 3em;
}
.recent-posts .entry-header {
  margin-bottom: 1.2em;
}
.page .panel-content .recent-posts .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.twentyseventeen-panel .recent-posts .entry-header .edit-link {
  color: #222;
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 1em;
}
/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
  position: relative;
}
.post:not(.sticky) .icon-thumb-tack {
  display: none;
}
.sticky .icon-thumb-tack {
  display: block;
  height: 18px;
  left: -1.5em;
  position: absolute;
  top: 1.65em;
  width: 20px;
}
.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.entry-header .entry-title {
  margin-bottom: 0.25em;
}
.entry-title a {
  color: #05448a;
  text-decoration: none;
  margin-left: -2px;
}
.entry-title:not(:first-child) {
  padding-top: 0;
}
.entry-meta {
  color: #767676;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  padding-bottom: 0.25em;
  text-transform: uppercase;
}
.entry-meta a {
  color: #767676;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.pagination,
.comments-pagination {
  border-top: 1px solid #eee;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
  text-align: center;
}
.pagination .icon,
.comments-pagination .icon {
  width: 0.666666666em;
  height: 0.666666666em;
}
.comments-pagination {
  border: 0;
}
.page-numbers {
  display: none;
  padding: 0.5em 0.75em;
}
.page-numbers.current {
  color: #767676;
  display: inline-block;
}
.page-numbers.current .screen-reader-text {
  clip: auto;
  height: auto;
  overflow: auto;
  position: relative !important;
  width: auto;
}
.prev.page-numbers,
.next.page-numbers {
  background-color: #ddd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.25em 0.5em 0.4em;
}
.prev.page-numbers,
.next.page-numbers {
  -webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
}
.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
  background-color: #767676;
  color: #fff;
}
.prev.page-numbers {
  float: left;
}
.next.page-numbers {
  float: right;
}
/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 48%;
}
/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}
.single-featured-image-header {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
}
.single-featured-image-header img {
  display: block;
  margin: auto;
}
.page-links {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
}
.page-links .page-number {
  color: #767676;
  display: inline-block;
  padding: 0.5em 1em;
}
.page-links a {
  display: inline-block;
}
.page-links a .page-number {
  color: #222;
}
/* Entry footer */

.entry-footer {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 2em;
  padding: 2em 0;
}
.entry-footer .cat-links,
.entry-footer .tags-links {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  padding-left: 2.5em;
  position: relative;
  text-transform: uppercase;
}
.entry-footer .cat-links + .tags-links {
  margin-top: 1em;
}
.entry-footer .cat-links a,
.entry-footer .tags-links a {
  color: #05448a;
}
.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
  color: #767676;
  left: 0;
  margin-right: 0.5em;
  position: absolute;
  top: 2px;
}
.entry-footer .edit-link {
  display: inline-block;
}
.entry-footer .edit-link a.post-edit-link {
  background-color: #222;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  margin-top: 2em;
  padding: 0.7em 2em;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
}
.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
  background-color: #767676;
}
/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
.format-quote blockquote {
  color: #05448a;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  overflow: visible;
  position: relative;
}
.format-quote blockquote .icon {
  display: block;
  height: 20px;
  left: -1.25em;
  position: absolute;
  top: 0.4em;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 20px;
}
/* Post Navigation */

.post-navigation {
  font-weight: 800;
  margin: 3em 0;
}
.post-navigation .nav-links {
  padding: 1em 0;
}
.nav-subtitle {
  background: transparent;
  color: #767676;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1818em;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.nav-title {
  color: #05448a;
  font-size: 15px;
  font-size: 0.9375rem;
}
.post-navigation .nav-next {
  margin-top: 1.5em;
}
.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
  margin-right: 0.5em;
}
.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
  margin-left: 0.5em;
}
/* 404 page */

.error404 .page-content {
  padding-bottom: 4em;
}
.error404 .page-content .search-form,
.search .page-content .search-form {
  margin-bottom: 3em;
}
/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
  clear: both;
  padding: 2em 0 0.5em;
}
.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}
.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li:before {
  display: none;
}
.comment-body {
  margin-left: 65px;
}
.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}
.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
.comment-author .says {
  display: none;
}
.comment-meta {
  margin-bottom: 1.5em;
}
.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}
.comment-metadata a {
  color: #767676;
}
.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}
.comment-body {
  color: #05448a;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
}
.comment-reply-link {
  font-weight: 800;
  position: relative;
}
.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}
.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #05448a;
  padding: 2px;
}
.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}
.comments-pagination {
  margin: 2em 0 3em;
}
.form-submit {
  text-align: right;
}
/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
img.alignleft,
img.alignright {
  float: none;
  margin: 0;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
  margin-bottom: 0;
}
.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/* Media Elements */

.mejs-container {
  margin-bottom: 1.5em;
}
/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}
/* Playlist Color Overrides:Light */

.site-content .wp-playlist-light {
  border-color: #eee;
  color: #222;
}
.site-content
  .wp-playlist-light
  .wp-playlist-current-item
  .wp-playlist-item-album {
  color: #05448a;
}
.site-content
  .wp-playlist-light
  .wp-playlist-current-item
  .wp-playlist-item-artist {
  color: #767676;
}
.site-content .wp-playlist-light .wp-playlist-item {
  border-bottom: 1px dotted #eee;
  -webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
}
.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #767676;
  color: #fff;
}
.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
  color: #fff;
}
/* Playlist Color Overrides:Dark */

.site-content .wp-playlist-dark {
  background: #222;
  border-color: #05448a;
}
.site-content .wp-playlist-dark .mejs-container .mejs-controls {
  background-color: #05448a;
}
.site-content .wp-playlist-dark .wp-playlist-caption {
  color: #fff;
}
.site-content
  .wp-playlist-dark
  .wp-playlist-current-item
  .wp-playlist-item-album {
  color: #eee;
}
.site-content
  .wp-playlist-dark
  .wp-playlist-current-item
  .wp-playlist-item-artist {
  color: #aaa;
}
.site-content .wp-playlist-dark .wp-playlist-playing {
  background-color: #05448a;
}
.site-content .wp-playlist-dark .wp-playlist-item {
  border-bottom: 1px dotted #555;
  -webkit-transition: background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
    color 0.3s ease-in-out;
}
.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-color: #aaa;
  color: #222;
}
.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
  color: #222;
}
/* Playlist Style Overrides */

.site-content .wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}
.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}
.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal;
}
.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}
.site-content .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer;
}
.site-content .wp-playlist-item:last-of-type {
  border-bottom: none;
}
.site-content .wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none;
}
.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.site-content .wp-playlist-item-length {
  top: 5px;
}
/* SVG Icons base styles */

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}
/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
  display: none;
}
.no-svg .svg-fallback {
  display: inline-block;
}
.no-svg .dropdown-toggle {
  padding: 0.5em 0 0;
  right: 0;
  text-align: center;
  width: 2em;
}
.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transform: rotate(180deg);
  /* Chrome,Safari,Opera */
  -ms-transform: rotate(180deg);
  /* IE 9 */
  transform: rotate(180deg);
}
.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
  -webkit-transform: rotate(0);
  /* Chrome,Safari,Opera */
  -ms-transform: rotate(0);
  /* IE 9 */
  transform: rotate(0);
}
.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
  content: "\005E";
}
/* Social Menu fallbacks */

.no-svg .social-navigation a {
  background: transparent;
  color: #222;
  height: auto;
  width: auto;
}
/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
  clip: auto;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  position: relative !important;
  /* overrides previous !important styles */
  width: auto;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*Featherlight Box*/

html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}
.featherlight {
  display: none;
  /* dimensions:spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */

  /* position:centering content */
  text-align: center;
  /* insures that the::before pseudo element doesn't force wrap with fixed width content;
	*/
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #05448a;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}
/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}
.featherlight:before {
  /* position:trick to center content vertically */
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position:centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions:cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions:handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  /*	background:#fff;
	*/
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
  max-width: 400px;
  width: 90%;
}
/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}
/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}
.featherlight .featherlight-close-icon {
  /* position:centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions:25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  background: transparent;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0);
  color: #fff;
  border: none;
  padding: 0;
}
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}
.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
.featherlight iframe {
  /* styling */
  border: none;
}
.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions:maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
} /* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
.lightbox {
  display: none;
}
#fl1 h3 {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  text-align: center;
}
/*Header*/
.tws-header {
  position: fixed;
  width: 100%;
  height: 70px;
  background-color: #fff;
  float: left;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}
.frame,
.full-frame {
  width: 1600px;
  margin: 0 auto;
}
.frame:after,
.intro:after {
  content: "";
  clear: both;
  display: block;
}
.logo {
  /* position:absolute;
	left:40px;
	width:auto;
	width:170px;
	max-height: 100%;
	padding: 5px; */
}
.logo .scroll {
  width: 300px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.tws-menu {
  /* position:absolute;
	right:60px;
	width:auto;
	text-align:right; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-tws-top-menu-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.search-icn {
  /* position:absolute;
	right:0px;
	top:12px;
	width:auto;
	text-align:right; */
}
.search-icn img {
  max-width: 15px;
  height: auto;
}
form.search-form {
  position: relative;
}
form.search-form button.search-submit {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 47px;
  background-color: #05448a;
}
form.search-form button.search-submit:hover {
  background-color: #05448a;
}
.tws-menu ul {
  list-style: none;
  margin: 0 30px 0 0;
}
.tws-menu ul li {
  text-transform: uppercase;
  display: inline-block;
  font-size: 15px;
  padding: 10px 0;
  font-weight: 400;
  position: relative;
}
.tws-menu ul li:after {
  display: inline-block;
  content: "|";
  padding: 0 12px;
  font-weight: 400;
  color: #999;
}
.tws-menu ul li:last-child:after {
  display: none;
}
.tws-menu ul li.active {
  font-weight: 700;
}
.tws-menu ul li a {
  color: #999;
}
.tws-menu ul li.active a {
  color: #05448a;
}
.tws-menu ul li .sub-menu a{
	color: #000;
  font-size: 13px;
}
.tws-menu ul li a:hover {
  color: #05448a;
}
.tws-menu ul li svg {
  display: none;
}
.tws-menu ul ul {
  display: none;
}
.tws-menu ul li:hover ul {
  display: block;
  position: absolute;
  top: 30px;
  left: -20px;
  background-color: #fff;
  width: 200px;
  margin: 0;
  padding: 5px;
}
.tws-menu ul li:hover ul li {
  text-align: left;
  float: none !important;
  display: block;
  padding: 4px 0 4px 10px;
  line-height: 1.2em;
}
.tws-menu ul li ul li:after {
  display: none;
}
/* .tws-menu ul li:hover ul li a {
  text-align: left;
  color: #999 !important;
  font-weight: 400;
} */
.tws-menu ul li:hover ul li a:hover {
  color: #05448a !important;
}
/*.Footer*/
.tws-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 40px;
  background-color: #dadada;
  color: #818181;
  z-index: 999;
}
.tws-footer a {
  color: #818181;
  display: inline-block;
  padding: 0 7px;
  font-size: 13px;
}
.tws-footer a:hover {
  color: #05448a;
}
.social {
  position: absolute;
  left: 0;
  top: 10px;
}
.phone {
  position: relative;
  display: inline-block;
  font-size: 13px;
}
.spacer {
  display: inline-block;
  padding: 0 7px;
}
.copyright {
  position: absolute;
  right: 30px;
  top: 10px;
}
.copyright a.smap {
  font-size: 13px;
  display: inline-block;
}
/*Home  Page*/
.intro {
  width: 100%;
  /* float:left; */
  min-height: 1100px;
  z-index: 1;
}
/*Home Practice Area*/
.practice {
  width: 100%;
  padding: 100px 0 0;
}
/*Main Headlines*/
.practice h1,
.featured h1,
.workport h1,
.featured h2,
.news h3,
.insta h3,
.signup h3,
.newscat h1 {
  font-weight: 400;
  font-size: 26px;
  color: #05448a;
  margin: 0;
  padding: 0 0 28px;
  text-transform: uppercase;
  line-height: 1.2em;
}

.practice-box {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.practice-box h3 {
  font-size: 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  /*	position:absolute;
	bottom:7px;
	left:0;*/
  background-color: #fff;
  padding: 17px 0;
  margin: 0;
  width: 100%;
}
.box-square {
  padding-bottom: 20px;
  width: 24%;
  position: relative;
}
.box-square.zw {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}
.zw::after,
.zw::before {
  display: none !important;
}
.box-hor {
  padding-bottom: 20px;
  width: 100%;
  position: relative;
}
.box-vert {
  padding-bottom: 20px;
  width: 100%;
  position: relative;
}
/*Practice Hover*/
.hvrbox,
.hvrbox * {
  box-sizing: border-box;
}
.hvrbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.hvrbox img {
  max-width: 100%;
}
.hvrbox .hvrbox-layer_bottom {
  display: block;
}
.hvrbox .hvrbox-layer_top {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
  opacity: 1;
}
.hvrbox .hvrbox-text {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hvrbox .hvrbox-text_mobile {
  font-size: 15px;
  border-top: 1px solid rgb(179, 179, 179);
  /* for old browsers */
  border-top: 1px solid rgba(179, 179, 179, 0.7);
  margin-top: 5px;
  padding-top: 2px;
  display: none;
}
.hvrbox.active .hvrbox-text_mobile {
  display: block;
}
/*Hover Underline*/
a.effect-underline:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 2px solid #05448a;
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
a.effect-underline:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*Home  Featured Area*/
.featured {
  width: 100%;
  background-color: #fff;
  z-index: 2;
  padding: 100px 0;
  clear: left;
}
.featured .frame {
  position: relative;
}
.featured ul {
  list-style: none;
}
.featured ul li {
  width: 31.33333333%;
  margin: 0;
  margin-right: 2%;
  float: left;
  margin-bottom: 0;
  padding: 0 0 40px;
  position: relative;
}
.featured ul li img {
  min-width: 100%;
  width: 100%;
  max-width: 100% !important;
}
.featured ul li:first-child {
  min-width: 98%;
  width: 98%;
  margin-right: 2%;
  position: relative;
  padding: 0 0 35px;
}
.bhpage ul.small li:first-child {
  min-width: 31.33333333%;
  width: 31.3333333%;
  margin-right: 2%;
  position: relative;
  padding: 0 0 40px;
}
.featured ul li:first-child img {
  min-width: 100%;
  height: auto;
  max-width: 100% !important;
  width: 100% !important;
}
.featured ul li h3 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2em;
  text-transform: uppercase;
  background-color: #fff;
  padding: 17px 0 0 0;
  margin: 0;
  width: 100%;
}
.featured .hvrbox .hvrbox-layer_top {
  width: 100%;
  height: 99%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.featured .hvrbox .hvrbox-text {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}
.featured ul li h3 span {
  font-weight: 400;
  color: #999;
  display: block;
  padding-top: 15px;
}
.space {
  display: inline-block;
  padding: 0 4px;
  display: block;
}
/* Home News*/
.news {
  width: 100%;
  float: left;
  background-color: #dadada;
  padding: 50px 0;
}
.news .frame,
.bhpage .frame,
.insta .frame {
  position: relative;
}
.insta .frame {
  padding: 20px 0;
}
.news .rsTwoAtOnce {
  background-color: transparent !important;
}
.news .rsTwoAtOnce .rsContent {
  z-index: 1 !important;
}
.news .rsTwoAtOnce .rsContent .black-hover {
  position: absolute !important;
  min-width: 50% !important;
  width: 50% !important;
  z-index: 9999 !important;
  height: 100% !important;
  right: 0px !important;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff !important;
  font-size: 16px;
  padding: 20px !important;
}
.news .rsTwoAtOnce .rsContent .black-hover h3 {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
}
.news .rsTwoAtOnce .rsContent .black-hover h3 span {
  font-weight: 400 !important;
}
.news .rsTwoAtOnce .rsContent .rsImg {
  min-width: 100% !important;
  position: relative !important;
  z-index: 1 !important;
}
.news .rsTwoAtOnce .rsContent .black-hover p {
  font-size: 14px !important;
  line-height: 1.3em !important;
}
.news .rsTwoAtOnce .rsContent .black-hover .more-link {
  display: none !important;
}
a.more,
.more {
  color: #000;
  text-transform: uppercase;
  display: inline-block !important;
  font-size: 14px !important;
  position: relative;
  float: left;
}
a.effect-underline {
  color: #ffffff;
}
/*Home Instagram*/
.insta {
  width: 100%;
  float: left;
  padding: 50px 0 0;
}
.flw {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
}
.flw a {
  display: inline-block;
  padding-left: 58px;
}
.flw a:hover {
  color: #05448a;
}
.signup {
  width: 100%;
  float: left;
  padding: 25px 0 75px;
  border-top: solid 1px #ccc;
}
#sbi_images a.sbi_photo:hover {
  opacity: 0.6 !important;
}
#sbi_load {
  text-align: right !important;
}
#sbi_load span.sbi_btn_text,
#sbi_load a {
  font-size: 14px !important;
}
#mc_embed_signup_scroll input.email {
  height: 50px !important;
  border: 0px;
  border: 1px solid #05448a;
  width: 20%;
  float: left;
  border-radius: 0px;
}
#mc_embed_signup_scroll input.button {
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 500;
  height: 50px !important;
  background-color: #05448a;
  color: #fff;
}
/*Practice Page
.practice-header {
	width:100%;
	float:left;
	min-height:450px;
	background-color:#666;
	color:#fff;
	background-position:center top;
	background-repeat:no-repeat;
}
.practice-header h1 {
	color:#fff;
	text-transform:uppercase;
	
	font-weight:400!important;
	font-size:28px;
	margin:0;
	line-height:1.2em;
	margin-top:85px;
	padding:0;
}
.practice-header h2 {
	color:#fff;
	font-size:20px;
	margin-right:50%;
}
*/
.practice h1,
h3.practicetitle,
h3.meet {
  font-weight: 400 !important;
  /* padding:72px 0 28px 0; */
  margin: 0;
  font-size: 26px;
  line-height: 1.2em;
  text-transform: uppercase;

  position: relative;
  color: #999 !important;
}
h3.meet {
  color: #05448a !important;
}
.practice h1 span,
h3.practicetitle span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
  background-image: url(../images/port-arrow.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #05448a;
}
.practice h1 a,
h3.practicetitle a {
  color: #999;
  display: inline-block !important;
  position: relative;
}
.practice h1 a:hover,
h3.practicetitle a:hover {
  color: #000;
}
.practice h2 {
  font-size: 30px;
  color: #fff;
  z-index: 999;
  margin: 0;
  position: absolute;
  top: 160px;
  left: 20px;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400 !important;
  border-top: solid 0px #ccc;
}
body.page-template-Civic .practice h2 {
  color: #05448a;
}
.practice h3 {
  font-weight: 500;
  color: #05448a;
  font-size: 16px;
}
/*TEam*/
.featured ul.teamlist li {
  width: 18%;
  margin: 0;
  margin-right: 2%;
  float: left;
  margin-bottom: 0;
  padding: 0 0 20px;
  position: relative;
}
.featured ul.teamlist li h3 {
  display: block;
  font-size: 16px;
  padding-bottom: 16px;
}
.featured ul.teamlist li h3 span {
  display: block;
}
.featured ul.teamfour li {
  width: 23%;
  margin: 0;
  margin-right: 2%;
  float: left;
  margin-bottom: 0;
  padding: 0 0 20px;
  position: relative;
}
/*Work Page*/
.secondpg {
  padding-top: 85px;
}
.workport ul.filteringlist {
  margin-bottom: 20px;
  float: left;
  width: 98%;
  border-top: solid 1px #ccc;
}
.workport ul.filteringlist li,
.workport ul.filteringlist li:first-child {
  display: inline-block !important;
  width: auto !important;
  float: left;
  clear: none !important;
  min-width: auto !important;
  padding: 5px 10px;
  margin: 0;
}
.workport ul.filteringlist li:first-child {
  text-transform: uppercase;

  font-weight: 500;
  color: #999;
  border-right: 1px solid #ccc;
  padding-right: 10px;
  padding-left: 0;
}
.container {
  position: relative;
  width: 100%;
  float: left;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#filters {
  margin: 0% 0 20px 0;
  padding: 0;
  list-style: none;
}
#filters li {
  float: left;
}
#filters li span {
  display: block;
  border-bottom: solid 2px #fff !important;
  text-decoration: none;
  color: #666;
  cursor: pointer;
}
#filters li span.active {
  border-bottom: solid 2px #05448a !important;
  color: #05448a;
}
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: none;
  float: left;
  overflow: hidden;
}
.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #666;
  cursor: pointer;
}
.portfolio img {
  max-width: 100%;
  position: relative;
  height: auto;
  top: 0;
  /*    -webkit-transition:all 600ms cubic-bezier(0.645,0.045,0.355,1);
	transition:all 600ms cubic-bezier(0.645,0.045,0.355,1);
	*/
}
.portfolio:hover img {
  top: 0px;
}
#portfoliolist ul li:nth-child(3n + 1) {
  clear: left !important;
}
/* Self Clearing Goodness */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: "\0020";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.workport {
  width: 100%;
  float: left;
  background-color: #fff;
  z-index: 2;
  padding: 88px 0;
  clear: left;
}
.workport .frame {
  position: relative;
}
.workport ul {
  list-style: none;
}
.workport ul li {
  width: 31.33333333%;
  margin: 0;
  margin-right: 2%;
  float: left;
  margin-bottom: 0;
  padding: 0 0 25px;
  position: relative;
}
.workport ul li img {
  min-width: 100%;
  width: 100%;
}
.workport ul li h3 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2em;
  text-transform: uppercase;
  background-color: #fff;
  padding: 10px 0 0 0;
  margin: 0;
  width: 100%;
}
.workport .hvrbox .hvrbox-layer_top {
  width: 100%;
  height: 98%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 15px;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.workport .hvrbox .hvrbox-text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.workport .hvrbox .hvrbox-text span,
.hvrbox .hvrbox-text span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  border-bottom: solid 1px #999;
  margin-bottom: 7px;
  padding-bottom: 14px;
  letter-spacing: 0em !important;
}
.workport ul li h3 span {
  font-weight: 400;
  color: #999;
  display: block;
  padding-top: 10px;
}
@media (min-width: 769px) {
  .workport ul li h3 span {
    min-height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
/*Projects*/
.newwork {
  float: left;
  width: 100%;
  clear: left;
  padding: 85px 0;
}
.newwork .frame {
  /* padding-left:200px;
	padding-right:30px;
	width:auto;
	margin:0;
	*/
  position: relative;
}
.project {
  width: 100%;
  float: left;
  padding-bottom: 0px;
  clear: left;
}

.project .device p{
  /* margin: 0; */
  margin-bottom: 8px;
  /* width: max-content; */
}
.project .device img{
  /* padding-bottom: 10px; */
}
.newwork h1 {
  font-weight: 400 !important;
  padding: 72px 0 28px 0;
  margin: 0;
  font-size: 26px;
  line-height: 1.2em;
  text-transform: uppercase;

  position: relative;
}
.newwork h1 span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
  background-image: url(../images/port-arrow.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.quote-project {
  position: absolute;
  right: 0;
  top: 10px;
}
.newwork h1 a {
  color: #999;
  display: inline-block !important;
  position: relative;
}
.project .rsNav {
  background-color: #fff !important;
  height: 70px !important;
  text-align: left !important;
  border-bottom: solid 0px #fff !important;
  width: auto !important;
}
.newwork h1 a:hover {
  color: #000;
}
.project .rsThumbsContainer {
  float: left !important;
  display: inline-block !important;
  margin: 0 !important;
}
.project .rsWithThumbsHor {
  background-color: #fff !important;
}
.project .rsThumb {
  height: 70px !important;
}
.project .rsTmb {
  margin-right: 7px;
}
.project .rsNavSelected {
  opacity: 100%;
  border-bottom: solid 3px #05448a !important;
}
.rsDefaultInv .rsThumb {
  float: left;
  overflow: hidden;
}
.rsDefaultInv .rsThumb img {
  width: 100%;
  padding-bottom: 7px;
  border-bottom: solid 2px #fff;
  height: 100%;
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}
.rsDefaultInv .rsThumb img:hover {
  border-bottom: solid 2px #ccc;
}
.rsDefaultInv .rsThumb.rsNavSelected {
  background: #fff;
}
.rsDefaultInv .rsThumb.rsNavSelected img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  border-bottom: solid 2px #05448a !important;
}
.rsDefaultInv .rsThumb:last-child img {
  display: none !important;
}
.rsDefaultInv .rsThumb:last-child {
  display: block;
  min-width: 50px;
  background-size: 43px !important;
  min-height: 20px;
  background-image: url(../images/speech.png);
  background-repeat: no-repeat !important;
  background-position: center 11px !important;
  border-bottom: solid 3px #ccc !important;
  background-color: #fff;
}
.rsDefaultInv .rsThumb.rsNavSelected:last-child {
  background-image: url(../images/speech.png);
}
.rsSBlock {
  padding: 45px !important;
  font-weight: 400;
  color: #ccc !important;
  font-size: 16px !important;
  width: 40% !important;
  background-color: rgba(0, 0, 0, 0.85) !important;
}
.rsSBlock h3 {
  padding-bottom: 16px;
  line-height: 1em;
  border-bottom: solid 1px #666;
  text-transform: uppercase;

  color: #fff;
}
.project .title h3 {
  font-size: 20px;
  line-height: 1em;
  margin: 0;
  padding: 0 0 30px 0;
  text-transform: uppercase;
  font-weight: 400 !important;
}
.project .title h3 span {
  color: #999;
  display: inline-block;
  padding-right: 25px;
  margin-right: 10px;
  background-image: url(../images/port-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.rsSBlock p {
  margin: 0;
  margin-bottom: 8px;
  line-height: 20px !important;
}




/*Related Posts*/

.crp_related h3 {
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  letter-spacing: 0.1em !important;
}
.crp_related ul {
  width: 100% !important;
  list-style: none;
}
.crp_related ul li {
  min-width: 23% !important;
  max-width: 23% !important;
  width: 23% !important;
  box-shadow: rgba(0, 0, 0, 0) 0px !important;
  border-radius: 0px !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-right: 2% !important;
  border: 0px !important;
  outline: none !important;
  box-shadow: rgba(255, 255, 255, 0) !important;
  display: block;
  float: left;
}
.crp_related ul li img {
  min-width: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}
.crp_related ul li:nth-child(4n + 1) {
  clear: left !important;
}
.crp_related ul li .crp_title {
  font-size: 14px !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 0.05em !important;
  padding-bottom: 14px !important;
  line-height: 1.2em !important;
  width: 100% !important;
  display: block !important;
  max-height: 40px !important;
}
.end {
  float: left;
  width: 100%;
  clear: left;
  padding: 100px 0;
}
.end .frame {
  padding-left: 200px;
  padding-right: 30px;
  width: auto;
  margin: 0;
}
.box {
  float: left;
  width: 30%;
  margin-right: 3.333333333%;
}
.box h3 {
  font-size: 20px;
  line-height: 1em;
  margin: 0;
  padding: 0 0 20px 0;
  color: #999;
  text-transform: uppercase;
  font-weight: 400 !important;
}
.bimage {
  width: 42%;
  padding-right: 2.5%;
  margin-right: 2.5%;
  border-right: solid 1px #c3c3c3;
  float: left;
}
.btext {
  width: 50%;
  float: left;
  text-align: left;
}
/*About*/
.about-pg {
  width: 100%;
  float: left;
  position: relative;
}
.page-template-about .signup {
  display: none !important;
}
.rsDefaultInv .rsTabs {
  width: 50% !important;
  height: auto;
  left: 50% !important;
  text-align: left !important;
  overflow: hidden;
  padding-top: 12px;
  position: absolute !important;
  top: 100px !important;
}
.rsDefaultInv .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 14px !important;
  letter-spacing: 0.1em !important;
  height: auto;
  width: auto;
  color: #ccc !important;
  padding: 0 !important;
  min-width: 20% !important;
  border: 0px !important;
  border-right: 0px !important;
  text-decoration: none;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-box-shadow: 0px !important;
  box-shadow: 0 0px 0px rgba(102, 102, 102, 0) inset !important;
  color: #999 !important;
  *display: inline;
  *zoom: 0 !important;
  outline: hidden !important;
  text-transform: uppercase !important;
  border: 0px !important;
  border-left: solid 1px #999 !important;
}
.rsDefaultInv .rsTab:first-child {
  -webkit-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.rsDefaultInv .rsTab:last-child {
  -webkit-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right: solid 1px #999 !important;
}
.rsDefaultInv .rsTab:active {
  border: 0px !important;
  background-color: transparent !important;
  box-shadow: 0 0px 0px rgba(102, 102, 102, 0) inset !important;
  border-left: solid 1px #999 !important;
}
.rsDefaultInv .rsTab.rsNavSelected {
  color: #fff !important;
  text-shadow: 0px 0px #838383 !important;
  box-shadow: 0 0px 0px rgba(102, 102, 102, 0) inset !important;
  background: transparent !important;
  background-image: none !important;
  background-image: none !important;
  background-image: none !important;
}
.about-pg .rsSBlock {
  padding: 0px !important;
  font-size: 14px !important;
  color: #ccc !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
.about-pg .rsSBlock a {
  color: #fff !important;
  text-transform: uppercase;

  margin-top: 10px;
  display: inline-block;
  position: relative;
  clear: left !important;
}
.about-pg .rsSBlock h1,
.about-pg .rsSBlock h2,
.about-pg .rsSBlock h3 {
  padding: 52px 0 0 !important;
  margin: 0px !important;
  font-size: 18px;
  color: #fff;
  line-height: 29px !important;
  border-bottom: 0px !important;
}
.about-pg .rsSBlock h2,
.about-pg .rsSBlock h4 {
  font-weight: 400 !important;
  color: #fff;
  padding: 42px 0 4px !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  margin: 0 !important;
}
.about-pg .rsSBlock ul {
  list-style: none !important;
  margin: 30px 0 !important;
}
.about-pg .rsSBlock ul li {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #fff;
}
/*Awards Popup*/
#awards,
#kevin,
#peter,
#douglas,
#staff,
#affiliations {
  background-color: #fff;
  padding: 2px 10px;
  margin-top: 10px;
}
#awards h3,
#kevin h3,
#peter h3,
#douglas h3,
#staff h3,
#affiliations h3 {
  font-size: 20px;

  text-transform: uppercase;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: solid 1px #ccc;
  font-weight: 400;
}
#staff h4 {
  font-size: 16px;
  color: #999;
  font-weight: 400;
  text-transform: uppercase;
}
#affiliations td,
#staff td,
#affiliations table,
#staff table {
  border-bottom: 0px !important;
  border-bottom-color: #fff;
}
/*News*/
.newscat {
  width: 100%;
  float: left;
  z-index: 2;
  padding: 80px 0;
  clear: left;
}
.left {
  width: 85%;
  margin-right: 0%;
  float: left;
  margin-bottom: 0;
  padding: left;
}
.right {
  width: 15%;
  float: left;
  padding-top: 60px;
}
.right ul {
  list-style: none;
}
.right ul li {
  font-size: 14px;
  border-top: solid 1px #ccc;
  padding: 8px 0;
  line-height: 1.2em;
}
.right ul li:last-child {
  border-bottom: solid 1px #ccc;
}
.right ul li a {
  color: #999;
}
.right ul li a:hover {
  color: #05448a;
}
.right h2.widget-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 20px;
  color: #05448a;
}
ul.newslist {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  margin-top: 0px;
  color: #05448a;
  clear: left;
  width: 100%;
  overflow: hidden;
}
ul.newslist li {
  width: 48%;
  margin-right: 2%;
  float: left;
  overflow: hidden;
  padding: 0 0 20px;
  color: #05448a;
}
ul.newslist li:nth-child(2n + 1) {
  clear: left;
}
ul.newslist li a,
.art a.more {
  color: #000;
  position: relative;
}
.art a.more:hover {
  color: #05448a !important;
}
.art a.more {
  font-weight: 500;
  padding-bottom: 20px;
}
ul.newslist li p {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.art {
  width: 100%;
  float: left;
  position: relative;
  color: #05448a !important;
}
.art h3 {
  color: #05448a;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 20px;
  line-height: 1.2em;
  padding-top: 14px;
  border-bottom: solid 1px #ccc;
}
.art h3 span {
  padding-right: 5px;
}
.art .hvrbox-text {
  text-transform: uppercase;
  font-size: 20px;
}
/*Single Post*/
div.clear {
  width: 100%;
  clear: left;
  height: 1px;
}
.leftart h1 {
  padding: 72px 0 28px 0;
  margin: 0;
  font-size: 28px;
  line-height: 1.2em;
  text-transform: uppercase;
  position: relative;
}
.leftart h1 span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
  background-image: url(../images/port-arrow.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.leftart h1 a {
  color: #999;
  display: inline-block !important;
  font-weight: 400 !important;
  position: relative;
}
.leftart .rsNav {
  background-color: #fff !important;
  height: 70px !important;
  text-align: left !important;
  border-bottom: solid 0px #fff !important;
  width: auto !important;
}
.leftart h1 a:hover {
  color: #000;
}
.leftart {
  width: 83%;
  margin-right: 2%;
  float: left;
  margin-bottom: 0;
  padding: 0px 0 0;
  clear: left;
}
.half {
  width: 48%;
  margin: 0 auto;
  padding-top: 10px;
}
.half:last-child {
  padding-top: 40px !important;
}
.third {
  width: 31.333333%;
  margin-right: 2%;
  float: left;
  padding-top: 10px;
}
.third:last-child {
  padding-top: 40px;
}
.half h2,
.third h2 {
  text-transform: uppercase;

  font-size: 20px;
  font-weight: 400;
  color: #05448a;
  margin-bottom: 10px;
  padding: 0 0 10px;
  border-bottom: solid 1px #ccc;
}
.half h3,
.third h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 10px 0;
}
.leftart .rsThumbsContainer {
  float: left !important;
  display: inline-block !important;
  margin: 0 !important;
}
.leftart .rsWithThumbsHor {
  background-color: #fff !important;
}
.leftart .rsThumb {
  height: 70px !important;
}
.leftart .rsTmb {
  margin-right: 7px;
}
.leftart .rsNavSelected {
  opacity: 100%;
  border-bottom: solid 3px #05448a !important;
}
.leftart .rsDefaultInv .rsThumb {
  float: left;
  overflow: hidden;
}
.leftart .rsDefaultInv .rsThumb img {
  width: 100%;
  padding-bottom: 7px;
  border-bottom: solid 2px #fff;
  height: 100%;
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}
.leftart .rsDefaultInv .rsThumb img:hover {
  border-bottom: solid 2px #ccc;
}
.leftart .rsDefaultInv .rsThumb.rsNavSelected {
  background: #fff;
}
.leftart .rsDefaultInv .rsThumb.rsNavSelected img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  border-bottom: solid 2px #05448a !important;
}
.leftart .rsDefaultInv .rsThumb:last-child img {
  display: block !important;
}
.leftart .rsDefaultInv .rsThumb:last-child {
  display: block;
  min-width: 50px;
  min-height: 58px;
  background-image: none;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-bottom: solid 3px #ccc !important;
  background-color: #fff;
}
.leftart .rsDefaultInv .rsThumb.rsNavSelected:last-child {
  background-image: none;
}
.naked-social-share a {
  background-color: #fff !important;
}
.naked-social-share a {
  background-color: #dadada !important;
}
.nss-site-name {
  display: none !important;
}
/*Contact  Page*/
.page-template-contact .signup {
  display: none;
}
.contactpg {
  width: 100%;
  float: left;
  min-height: 1200px;
  z-index: 0;
  position: relative;
}
.contactpg h1 {
  position: absolute;
  left: 10%;
  top: 84px;
  line-height: 1.2em;
  font-size: 28px;
  color: #fff;
  z-index: 999;
  text-transform: uppercase;
}
.contactpg .slide {
  position: absolute;
  right: 30px;
  top: 88px;
  z-index: 999;
  width: 90%;
}
.connect-icons,
.address {
  background-color: rgba(100, 100, 100, 0.8);
  width: 23%;
  margin-right: 2%;
  padding: 20px;
  color: #fff;
  float: right;
}
.connect-icons h3,
.address h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0 0 10px;
}
.connect-icons a,
.address a {
  font-weight: 500;
  color: #fff;
  position: relative;
  display: inline-block;
  clear: left;
}
.def ul {
  margin-left: 20px;
  list-style: square;
}
.def h3 {
  text-transform: uppercase;
  font-weight: 400;
  border-top: solid 1px #ccc;
}
/*VT 2019*/

.page-template-VT-New .project .rsDefaultInv .rsThumb:last-child img {
  display: block !important;
}
.page-template-VT-New .project .rsDefaultInv .rsThumb:last-child {
  display: block;
  min-width: auto;
  min-height: auto;
  background-image: none !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border-bottom: solid 3px #ccc !important;
  background-color: #fff;
}
.vtpadding {
  margin-bottom: 100px !important;
}
.vtfixed {
  width: 100%;
  float: left;
  position: fixed;
  bottom: 40px;
  left: 0;
  padding: 20px 0;
  background-color: #fff !important;
  z-index: 999 !important;
}
.vtfixed h3 {
  padding-top: 0 !important;
  color: #999 !important;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.vtfixed ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.vtfixed ul li {
  width: 23%;
  margin-right: 2%;
  float: left !important;
}
.vtfixed ul li h3 {
  padding-top: 0 !important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/
@media all and (max-width: 2000px) {
  .frame,
  .full-frame {
    width: 80%;
    margin: 0 10%;
  }
  .project {
    width: 98%;
  }
  .quote-project {
    position: absolute;
    right: 2%;
    top: 10px;
  }
}
@media all and (max-width: 1800px) {
  /* .frame {
    width: 75%;
    margin: 0 12.5%;
  } */
  /* .featured .frame,
  .newwork .frame,
  .news .frame,
  .practice .frame,
  .bhpage .frame,
  .insta .frame,
  .signup .frame,
  .workport .frame,
  .full-frame,
  .newscat .frame,
  .practice-header .frame {
    padding-left: 200px;
    padding-right: 30px;
    width: auto;
    margin: 0;
    position: relative;
  } */
  .practice h2 {
    font-size: 30px;
    left: 220px;
    top: 70px;
  }
  .contactpg h1 {
    position: absolute;
    left: 12.5%;
    top: 80px;
    line-height: 1.2em;
    font-size: 28px;
    color: #fff;
    z-index: 999;
    text-transform: uppercase;
  }
  .quote-project {
    position: absolute;
    right: 4%;
    top: 10px;
  }
  .viewall {
    right: 60px;
    z-index: 1;
  }
}
@media all and (max-width: 1600px) {
  .frame {
    width: 70%;
    margin: 0 15%;
  }
  .news .rsTwoAtOnce .rsContent .black-hover p {
    display: none;
  }
  /*Project Page*/
  .project .rsSBlock,
  .leftart .rsSBlock {
    display: none;
  }
  .device {
    display: block;
  }
  .description {
    width: 66%;
  }
  .description ul {
    list-style-position: inside !important;
  }
  .description h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
  }
  .rsDefaultInv .rsThumb:last-child img {
    display: block !important;
  }
  .rsDefaultInv .rsThumb:last-child {
    background-image: none;
  }
  .rsDefaultInv .rsThumb.rsNavSelected:last-child {
    background-image: none;
  }
  .practice h2 {
    font-size: 28px;
    left: 220px;
    top: 60px;
  }
}
@media all and (max-width: 1400px) {
  .frame {
    width: 70%;
    margin: 0 15%;
  }
  /* .logo {
	position:fixed;
	top:0;
	left:40px;
	width:8%;
	padding-top:10px;
} */
  /* .logo img {
	max-width:110px !important;
	width:110px !important;
	height:auto;
} */
  .intro {
    width: 100%;
    /* float:left; */
    min-height: 1000px;
    z-index: 1;
  }
  #new-royalslider-1 {
    height: 1000px !important;
  }
  /*Home Practice Area*/
  .practice {
    width: 100%;
    /* float:left; */
    background-color: #fff;
    z-index: 2;
    padding: 80px 0 0;
  }
  /*Main Headlines*/
  .practice h1,
  .featured h1,
  .workport h1,
  .featured h2,
  .news h3,
  .insta h3,
  .yuzo_related_post h3,
  .newscat h1,
  .newwork h1 {
    font-size: 20px;
  }
  .practice h2 {
    font-size: 20px;
    left: 220px;
    top: 50px;
  }
  .viewall {
    position: absolute;
    right: 4%;
    top: 0;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #05448a;
    display: inline-block;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .practice h1,
  h3.meet {
    font-size: 20px;
  }
  h3.meet {
    color: #05448a;
  }
  .practice h1 span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-left: 10px;
    background-image: url(../images/port-arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #05448a;
  }
  .project h1 {
    font-weight: 400 !important;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.2em;
    text-transform: uppercase;
    position: relative;
  }
  .project h1 span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-left: 10px;
    background-image: url(../images/port-arrow.png);
    background-position: left center;
    background-repeat: no-repeat;
  }
  .quote-project {
    position: absolute;
    top: 0px;
  }
  /* .practice-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */
  .cleft {
    clear: left !important;
  }
  .practice-box h3 {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    bottom: 7px;
    left: 0;
    background-color: #fff;
    padding: 7px 0 0 0;
    margin: 0;
    width: 100%;
  }
  .box-square {
    width: 48%;
  }
  .box-hor {
    padding-bottom: 20px;
    width: 100%;
    position: relative;
  }
  .box-vert {
    padding-bottom: 20px;
    width: 100%;
    position: relative;
  }
  .box-square img,
  .box-hor img,
  .box-vert img {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    height: auto;
  }
  /*Practice Pages*/
  .secondpg,
  .newwork {
    padding: 85px 0 80px;
  }
  /*Team Bio*/
  .half {
    width: 48%;
    margin-right: 2%;
    float: left;
    padding-top: 10px;
  }
  .third {
    width: 48%;
    margin-right: 2%;
    float: left;
    padding-top: 10px;
  }
  .half h2,
  .third h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #05448a;
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-bottom: solid 1px #ccc;
  }
  .half h3,
  .third h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 10px 0;
  }
  /*Work*/
  .workport ul li {
    width: 48%;
    margin: 0;
    margin-right: 2%;
    float: left;
    margin-bottom: 0;
    padding: 0 0 20px;
    position: relative;
  }
  .workport ul.filteringlist li,
  .workport ul.filteringlist li:first-child {
    display: inline-block !important;
    width: auto !important;
    float: left;
    clear: none !important;
    min-width: auto !important;
    padding: 5px 7px;
    margin: 0;
  }
  .workport ul.filteringlist li:first-child {
    text-transform: uppercase;
    font-weight: 500;
    color: #999;
    border-right: 1px solid #ccc;
    padding-right: 7px;
    padding-left: 0;
  }
  /*Project*/
  .description {
    width: 75%;
  }
  .project .rsDefaultInv {
    min-height: 600px !important;
    z-index: 1 !important;
  }
  .crp_related h3 {
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
  }
  .crp_related ul {
    width: 100% !important;
    list-style: none;
  }
  .crp_related ul li {
    min-width: 48% !important;
    max-width: 23% !important;
    width: 23% !important;
    box-shadow: rgba(0, 0, 0, 0) 0px !important;
    border-radius: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-right: 2% !important;
    border: 0px !important;
    outline: none !important;
    box-shadow: rgba(255, 255, 255, 0) !important;
    display: block;
    float: left;
  }
  .crp_related ul li img {
    min-width: 100% !important;
  }
  .crp_related ul li:nth-child(4n + 1) {
    clear: none !important;
  }
  .crp_related ul li:nth-child(2n + 1) {
    clear: left !important;
  }
  .crp_related ul li .crp_title {
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 0.05em !important;
    padding-bottom: 14px !important;
    line-height: 1.2em !important;
    width: 100% !important;
    display: block !important;
    max-height: 40px !important;
  }
  /*News*/
  .right {
    padding-top: 49px;
    width: 18%;
    float: left;
  }
  .left {
    width: 80%;
  }
  ul.newslist li {
    width: 98%;
    margin-right: 2%;
    float: left;
    overflow: hidden;
    padding: 0 0 20px;
    color: #05448a;
  }
  ul.newslist li:nth-child(2n + 1) {
    clear: left;
  }
  ul.newslist li:nth-child(3),
  ul.newslist li:nth-child(4) {
    clear: none;
  }
  /*News Post*/
  .leftart h1 {
    padding: 0 0 33px 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.2em;
    text-transform: uppercase;
    position: relative;
  }
  .leftart h2 {
    font-size: 18px;
  }
  .leftart {
    width: 78%;
    margin-right: 2%;
    float: left;
    margin-bottom: 0;
    padding: 0px 0 0;
    clear: left;
  }
  /*Contact*/
  .contactpg h1 {
    position: absolute;
    left: 15%;
    top: 82px;
    line-height: 1.2em;
    font-size: 20px;
    color: #fff;
    z-index: 999;
    text-transform: uppercase;
  }
  .contactpg .slide {
    position: absolute;
    right: 0%;
    left: 15%;
    top: 118px;
    z-index: 999;
    width: 80%;
  }
  .connect-icons,
  .address {
    background-color: rgba(100, 100, 100, 0.8);
    width: 48%;
    margin-right: 2%;
    padding: 10px;
    color: #fff;
    float: right;
  }
  .address {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1300px) {
  .featured .frame,
  .newwork .frame,
  .news .frame,
  .practice .frame,
  .insta .frame,
  .signup .frame,
  .workport .frame,
  .full-frame,
  .practice-header .frame,
  .newscat .frame {
    padding-left: 15%;
    padding-right: 30px;
    width: auto;
    margin: 0;
    position: relative;
  }
  .practice h2 {
    font-size: 20px;
    left: 17%;
    top: 50px;
    color: #fff;
    z-index: 9999;
    margin: 0;
    width: 98%;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    border-top: solid 0px #ccc;
    position: absolute;
  }
  .viewall {
    position: absolute;
    right: 4%;
    top: 0;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #05448a;
    display: inline-block;
    background-image: url(../images/icn-view.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
  }
  .workport ul.filteringlist li,
  .workport ul.filteringlist li:first-child {
    display: inline-block !important;
    width: auto !important;
    float: left;
    clear: none !important;
    min-width: auto !important;
    padding: 5px 10px 5px 0px;
    margin: 0 10px 0 0;
    border-right: solid 1px #ccc;
  }
  .workport ul.filteringlist li:first-child {
    display: block !important;
    width: 98%;
    border-bottom: 1px solid #ccc;
    border-right: 0px;
    padding-right: 0px;
    padding-left: 0;
    float: none !important;
  }
  .workport ul.filteringlist {
    margin-bottom: 20px;
    float: left;
    width: 98%;
    border-top: solid 0px #ccc;
  }
}
@media all and (max-width: 1200px) {
  /*Team*/
  .featured ul.teamlist li {
    width: 31.333333333%;
    margin: 0;
    margin-right: 2%;
    float: left;
    margin-bottom: 0;
    padding: 0 0 20px;
    position: relative;
  }
  /*Contact*/
  .contactpg .slide {
    position: absolute;
    right: 0%;
    left: 15%;
    top: 118px;
    z-index: 999;
    width: 80%;
  }
  .connect-icons,
  .address {
    background-color: rgba(100, 100, 100, 0.8);
    width: 48%;
    margin-right: 2%;
    padding: 10px;
    color: #fff;
    float: right;
  }
  .connect-icons h3,
  .address h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
  }
  .connect-icons {
    min-height: 700px;
  }
  .address {
    min-height: 200px;
    margin-bottom: 20px;
  }
  .connect-icons a,
  .address a {
    font-weight: 500;
    color: #fff;
    position: relative;
    display: inline-block;
    clear: left;
  }
  .quote-project {
    position: relative;
    right: auto;
    top: auto;
    display: block;
    margin: 0px 0 10px;
  }
}
@media all and (max-width: 1024px) {
  /* .logo img {
	max-width:100px !important;
	width:100px !important;
	height:auto;
} */
  .featured ul li,
  .bhpage ul.small li:first-child {
    width: 98%;
    margin: 0;
    margin-right: 2%;
    float: left;
    margin-bottom: 0;
    padding: 0 0 40px;
    position: relative;
  }
  .featured ul li h3 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3em;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px;
    left: 0;
    background-color: #fff;
    padding: 5px 0 0 0;
    margin: 0;
    width: 100%;
  }
  .news .rsTwoAtOnce .rsContent .black-hover h3 {
    color: #fff !important;
    font-size: 20px !important;
    line-height: 22px !important;
    font-weight: 500 !important;
  }
  .news .rsTwoAtOnce .rsContent .black-hover p {
    display: block;
  }
  .secondpg,
  .newwork {
    padding-top: 80px;
  }
  .practice h2 {
    font-size: 16px;
    left: 17%;
    top: 50px;
    color: #fff;
    z-index: 9999;
    margin: 0;
    width: 98%;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    border-top: solid 0px #ccc;
    position: absolute;
  }
  .viewall {
    position: absolute;
    right: 4.5%;
    top: -5px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #05448a;
    display: inline-block;
    background-image: url(../images/icn-view.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
  }
  /*About*/
  .rsDefaultInv .rsTabs {
    width: 85% !important;
    left: 15% !important;
    top: 60px !important;
  }
  .about-pg .rsSBlock {
    left: 15% !important;
    width: 75% !important;
    top: 75px !important;
  }
  /*Work */
  .project .rsDefaultInv,
  .leftart .rsDefaultInv {
    min-height: 450px !important;
    z-index: 1 !important;
  }
  .description {
    width: 75%;
  }
  .description h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
  }
  .yuzo_related_post h3 {
    font-size: 18px;
  }
  /*NEws*/
  .right {
    padding-top: 49px;
    width: 23%;
  }
  .left {
    width: 75%;
  }
  /*News Post*/
  .leftart h1 {
    padding: 0 0 33px 0;
    margin: 0;
    font-size: 20px;
    line-height: 1.2em;
    text-transform: uppercase;
    position: relative;
  }
  .leftart h2 {
    font-size: 18px;
  }
  .leftart {
    width: 73%;
    margin-right: 2%;
    float: left;
    margin-bottom: 0;
    padding: 0px 0 0;
    clear: left;
  }
  .half {
    width: 100%;
    margin-right: 0;
  }
  .half:last-child {
    padding-top: 0 !important;
  }
  /*Contact*/
  .contactpg h1 {
    left: 15%;
    top: 78px;
  }
  .contactpg .slide {
    position: absolute;
    right: 0%;
    left: 15%;
    top: 118px;
    z-index: 999;
    width: 80%;
  }
  .connect-icons,
  .address {
    background-color: rgba(100, 100, 100, 0.8);
    width: 48%;
    margin-right: 2%;
    padding: 10px;
    color: #fff;
    float: right;
  }
  .connect-icons h3,
  .address h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
  }
  .connect-icons {
    min-height: 700px;
  }
  .connect-icons a,
  .address a {
    font-weight: 500;
    color: #fff;
    position: relative;
    display: inline-block;
    clear: left;
  }
  .copyright {
    position: static;
    text-align: center;
  }
  .copyright a.smap {
    margin-bottom: 7px;
    margin-top: 7px;
    padding: 0;
    display: inline-block;
    text-align: center;
    line-height: 1em !important;
  }
}

.banner{
	width: 100%;
	padding: 70px 0 0 0;
  overflow: hidden;
}
.banner img{
	max-width: 100%;
	/* width: 100%; */
}
@media all and (max-width: 960px) {
  .tws-header {
    height: 40px;
  }
  .logo .scroll{
    width: 200px;
  }
  .banner{
	padding: 40px 0 0 0;
}
  .search-icn {
    display: none;
  }
  .logo {
    /* position:fixed;
	top:0;
	left:30px;
	width:8%;
	padding-top:10px; */
  }
  .logo img {
    max-width: 200px !important;
    width: 200px !important;
    height: auto;
  }
  /*Practice*/
  .secondpg,
  .newwork {
    padding-top: 73px;
  }
  /*work*/
  .description {
    width: 100%;
  }
  .description h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
  }
  /*Project*/
  .project .rsDefaultInv,
  .leftart .rsDefaultInv {
    min-height: 350px !important;
    z-index: 1 !important;
  }
  /*About*/
  .rsDefaultInv .rsTabs {
    width: 85% !important;
    left: 15% !important;
    top: 60px !important;
  }
  .about-pg .rsSBlock {
    left: 15% !important;
    width: 75% !important;
    top: 75px !important;
  }
  /*Contact*/
  .contactpg h1 {
    left: 15%;
    top: 70px;
  }
  .contactpg .slide {
    position: absolute;
    right: 0%;
    left: 15%;
    top: 118px;
    z-index: 999;
    width: 80%;
  }
  .connect-icons,
  .address {
    background-color: rgba(100, 100, 100, 0.8);
    width: 48%;
    margin-right: 2%;
    padding: 10px;
    color: #fff;
    float: right;
  }
  .connect-icons h3,
  .address h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
  }
  .connect-icons {
    min-height: 700px;
  }
  .address {
    min-height: 200px;
    margin-bottom: 20px;
  }
  .connect-icons a,
  .address a {
    font-weight: 500;
    color: #fff;
    position: relative;
    display: inline-block;
    clear: left;
  }
}
@media all and (max-width: 900px) {
  .logo {
    position: fixed;
    top: 0;
    left: 20px;
    width: 8%;
    padding-top: 10px;
  }
  /* .logo img {
	max-width:90px !important;
	width:90px !important;
	height:auto;
} */
}
@media all and (max-width: 800px) {
  /* .logo img {
	max-width:150px !important;
	width:150px !important;
	height:auto;
} */
  .intro {
    width: 100%;
    /* float:left; */
    min-height: 900px;
    z-index: 1;
  }
  #new-royalslider-1 {
    height: 900px !important;
  }
  /* .practice-box {
	width:98%;
	margin-right:2%;
	float:left;
} */
  #mc_embed_signup_scroll input.email {
    height: 50px !important;
    border: 0px;
    border-bottom: 2px solid #05448a;
    width: 75%;
    float: left;
    border-radius: 0px;
  }
  #mc_embed_signup_scroll input.button {
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 500;
    width: 25%;
    max-width: 25%;
    height: 50px !important;
    background-color: #05448a;
    color: #fff;
  }
  /*Practice*/
  .secondpg,
  .newwork {
    padding-top: 67px;
  }
  .practice h2 {
    font-size: 16px;
    left: auto;
    top: auto;
    color: #05448a;
    z-index: 9999;
    margin: 0;
    padding: 20px 0;
    width: 98%;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    border-top: solid 0px #ccc;
    position: relative;
  }
  .practice h2 br {
    display: none;
  }
  .viewall {
    position: absolute;
    right: 4.5%;
    top: -5px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #05448a;
    display: inline-block;
    background-image: url(../images/icn-view.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
  }
  /*Team*/
  .featured ul.teamlist li {
    width: 48%;
    margin: 0;
    margin-right: 2%;
    float: left;
    margin-bottom: 0;
    padding: 0 0 20px;
    position: relative;
  }
  /*Team Bio*/
  .half {
    width: 100%;
    margin-right: 0%;
    float: left;
    padding-top: 10px;
  }
  .third {
    width: 100%;
    margin-right: 0%;
    float: left;
    padding-top: 10px;
  }
  .third:last-child {
    padding-top: 0px;
  }
  .half h2,
  .third h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #05448a;
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-bottom: solid 1px #ccc;
  }
  .half h3,
  .third h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0px 0;
    margin-bottom: 0;
  }
  /*Work*/
  .workport ul li {
    width: 100%;
    margin: 0;
    margin-right: 0%;
    float: left;
    margin-bottom: 0;
    padding: 0 0 20px;
    position: relative;
  }
  .workport ul li h3 {
    padding-top: 5px;
  }
  /*Project*/
  .yuzo_related_post h3 {
    padding: 5px 0 !important;
  }
  .yuzo_related_post .relatedthumb {
    min-width: 100% !important;
    margin-right: 0% !important;
    padding-bottom: 15px !important;
    height: auto !important;
  }
  .yuzo_related_post .relatedthumb:last-child {
    min-width: 100% !important;
    margin-right: 0% !important;
  }
  .yuzo_related_post .relatedthumb:nth-child(2n) {
    min-width: 100% !important;
    margin-right: 0% !important;
  }
  .yuzo_related_post .relatedthumb .yuzo__text--title {
    margin: 0;
    margin-top: -5px !important;
    padding: 0;
    font-weight: 500;
    bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block !important;
  }
  /*About*/
  .rsDefaultInv .rsTabs {
    width: 85% !important;
    left: 15% !important;
    top: 50px !important;
  }
  .about-pg .rsSBlock {
    left: 15% !important;
    width: 85% !important;
    top: 65px !important;
  }
  /*NEws*/
  /*NEws*/
  .right {
    padding-top: 40px;
    width: 100%;
    margin: 0;
  }
  .left {
    width: 100%;
  }
  .leftart {
    width: 100%;
    margin-right: 0%;
    float: left;
    margin-bottom: 0;
    padding: 0px 0 0;
    clear: left;
  }
  /*Contact*/
  .contactpg h1 {
    left: 15%;
    top: 65px;
  }
  .contactpg .slide {
    position: absolute;
    right: 0%;
    left: 15%;
    top: 118px;
    z-index: 999;
    width: 80%;
  }
  .connect-icons,
  .address {
    background-color: rgba(100, 100, 100, 0.8);
    width: 100%;
    margin-right: 0%;
    padding: 10px 10px 0;
    color: #fff;
    float: right;
  }
  .connect-icons h3,
  .address h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
  }
  .connect-icons {
    min-height: auto;
  }
  .address {
    min-height: 200px;
    margin-bottom: 0;
  }
  .connect-icons a,
  .address a {
    font-weight: 500;
    color: #fff;
    position: relative;
    display: inline-block;
    clear: left;
  }
  .flw {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0%);
    margin: 10px 0 0;
  }
}
@media all and (max-width: 700px) {
  /* .logo img {
	max-width:90px;
	width:90px;
	height:auto;
} */
  .secondpg,
  .newwork {
    padding-top: 60px;
  }
  .secondpg .viewall {
    display: none !important;
  }
  /*About*/
  .rsDefaultInv .rsTabs {
    width: 85% !important;
    left: 15% !important;
    top: 50px !important;
  }
  .about-pg .rsSBlock {
    left: 15% !important;
    width: 75% !important;
    top: 65px !important;
  }
  /*Contact*/
  .contactpg h1 {
    left: 15%;
    top: 60px;
  }
  .contactpg .slide {
    position: absolute;
    right: 5%;
    left: 5%;
    top: 108px;
    z-index: 999;
    width: 90%;
  }
  .connect-icons,
  .address {
    background-color: rgba(100, 100, 100, 0.8);
    width: 90%;
    margin-right: 0%;
    padding: 10px 10px 0;
    color: #fff;
    float: right;
  }
  .connect-icons h3,
  .address h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
  }
  .connect-icons a,
  .address a {
    font-weight: 500;
    color: #fff;
    position: relative;
    display: inline-block;
    clear: left;
  }
  .connect-icons {
    min-height: auto;
  }
  .address {
    min-height: auto;
  }
}
@media all and (max-width: 1024px) {
  .phone {
    display: none;
  }
  /* .logo img {
	max-width:90px;
	width:90px;
	height:auto;
} */
  .secondpg,
  .newwork {
    padding-top: 55px;
  }
  .intro {
    width: 100%;
    /* float:left; */
    min-height: 700px;
    z-index: 1;
  }
  #new-royalslider-1 {
    height: 700px !important;
  }
  #mc_embed_signup_scroll input.email {
    height: 50px !important;
    border: 0px;
    border-bottom: 2px solid #05448a;
    width: 65%;
    float: left;
    border-radius: 0px;
  }
  #mc_embed_signup_scroll input.button {
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 500;
    width: 35%;
    max-width: 35%;
    height: 50px !important;
    background-color: #05448a;
    color: #fff;
  }
  .practice h1,
  .featured h1,
  .workport h1,
  .featured h2,
  .news h3,
  .insta h3,
  .yuzo_related_post h3,
  .newscat h1,
  .half h2,
  .third h2 {
    font-size: 18px;
  }
  .practice h2 {
    font-size: 16px;
    padding: 20px 0;
    margin: 0;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
  }
  .yuzo_related_post h3 {
    font-size: 18px;
  }
  /*Practice*/
  .secondpg .viewall {
  }
  .practice h1 span {
    margin-left: 5px;
    background-size: 10px;
    padding-left: 15px;
    display: inline-block;
  }
  /*Work*/
  .workport ul.filteringlist li,
  .workport ul.filteringlist li:first-child {
    padding: 2px 7px 2px 0;
    margin-right: 7px;
    margin-bottom: 2px;
  }
  .project .rsDefaultInv,
  .leftart .rsDefaultInv {
    min-height: 350px !important;
    z-index: 1 !important;
  }
  .crp_related h3 {
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
  }
  .crp_related ul {
    width: 100% !important;
    list-style: none;
    margin: 0 0%;
  }
  .crp_related ul li {
    min-width: 100% !important;
    max-width: 23% !important;
    width: 23% !important;
    box-shadow: rgba(0, 0, 0, 0) 0px !important;
    border-radius: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-right: 0% !important;
    border: 0px !important;
    outline: none !important;
    box-shadow: rgba(255, 255, 255, 0) !important;
    display: block;
    float: left;
  }
  .crp_related ul li img {
    min-width: 100% !important;
  }
  .crp_related ul li:nth-child(4n + 1) {
    clear: none !important;
  }
  .crp_related ul li:nth-child(2n + 1) {
    clear: none !important;
  }
  /*About*/
  .rsDefaultInv .rsTabs {
    width: 85% !important;
    left: 15% !important;
    top: 45px !important;
  }
  .about-pg .rsSBlock {
    left: 15% !important;
    width: 75% !important;
    top: 55px !important;
  }
  /*NEws*/
  .newscat h1 span {
    margin-left: 5px;
    background-size: 10px;
    padding-left: 15px;
    display: inline-block;
  }
  /*Contact*/
  .contactpg h1 {
    left: 15%;
    top: 55px;
    font-size: 18px;
  }
  .contactpg .slide {
    position: absolute;
    right: 5%;
    left: 5%;
    top: 98px;
    z-index: 999;
    width: 90%;
  }
  .connect-icons,
  .address {
    background-color: rgba(100, 100, 100, 0.8);
    width: 90%;
    margin-right: 0%;
    padding: 10px 10px 0;
    color: #fff;
    float: right;
  }
  .connect-icons h3,
  .address h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
  }
  .connect-icons a,
  .address a {
    font-weight: 500;
    color: #fff;
    position: relative;
    display: inline-block;
    clear: left;
  }
}
@media all and (max-width: 500px) {
  .signup h3 {
    font-size: 16px !important;
  }
  /*Mobile Header*/
  .logo {
    /* position:fixed;
	top:0px;
	left:5%;
	width:11.5%;
	padding-top:10px; */
    position: absolute;
    top: 50%;
    left: 5%;
    width: auto;
    /* height: 25px; */
    padding: 0px;
    transform: translateY(-50%);
  }
  #filters li span{
    font-size: 12px;
  }
  /* .logo img {
	width:90px;
	height:auto;
} */
  .practice h1,
  .featured h1,
  .workport h1,
  .featured h2,
  .news h3,
  .insta h3,
  .signup h3,
  .yuzo_related_post h3,
  .newscat h1 {
    font-size: 18px;
  }
  .newwork h1 {
    font-weight: 400 !important;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 18px;
    line-height: 1.2em;
    text-transform: uppercase;
    position: relative;
  }
  .newwork h1 span,
  .newscat h1 span {
    margin-left: 5px;
    background-size: 10px;
    padding-left: 15px;
    display: inline-block !important;
  }
  /*Mobile Home*/
  .intro {
    width: 100%;
    /* float:left; */
    min-height: 600px;
    z-index: 1;
  }
  #new-royalslider-1 {
    height: 600px !important;
  }
  .featured .frame,
  .newwork .frame,
  .news .frame,
  .practice .frame,
  .insta .frame,
  .signup .frame,
  .workport .frame,
  .newscat .frame,
  .practice-header .frame {
    padding-left: 5%;
    padding-right: 5%;
    width: auto;
    margin: 0;
    position: relative;
  }
  .full-frame {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    clear: left;
    float: left;
    position: relative;
  }
  .news .rsTwoAtOnce .rsContent .black-hover h3 {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .practice,
  .featured {
    padding: 30px 0 0;
  }
  .practice h1,
  .featured h1 {
    padding: 0 0 15px;
  }
  #mc_embed_signup_scroll input.email {
    height: 50px !important;
    border: 0px;
    border-bottom: 2px solid #05448a;
    width: 50%;
    float: left;
    border-radius: 0px;
  }
  #mc_embed_signup_scroll input.button {
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 500;
    width: 48%;
    max-width: 48%;
    height: 50px !important;
    background-color: #05448a;
    color: #fff;
  }
  /*Team*/
  .featured ul.teamlist li {
    width: 48%;
    margin: 0;
    margin-right: 2%;
    float: left;
    margin-bottom: 0;
    padding: 0 0 20px;
    position: relative;
  }
  /*Team bio*/
  .half {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
  .third {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
  /*Practice*/
  .secondpg,
  .newwork {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .practice h2 {
    font-size: 16px;
    padding: 20px 0;
    margin: 0;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
  }
  .secondpg .viewall {
    top: -25px;
  }
  /*Work*/
  .workport ul li {
    width: 100%;
    margin: 0;
    margin-right: 0%;
    float: left;
    margin-bottom: 0;
    padding: 0 0 20px;
    position: relative;
  }
  /*Project*/
  .device {
    display: block;
  }
  .description {
    width: 90%;
    margin: 0 5%;
    margin-top: -3px;
    z-index: 99999 !important;
    overflow: visible;
  }
  .relatedthumb {
    width: 90% !important;
  }
  .project .rsWithThumbsHor,
  .leftart .rsWithThumbsHor {
    background-color: #fff !important;
  }
  .project .rsWithThumbsHor .rsThumbsHor,
  .leftart .rsWithThumbsHor .rsThumbsHor {
    display: none !important;
    margin-top: 100px !important;
  }
  .project .rsDefaultInv,
  .leftart .rsDefaultInv {
    min-height: 150px !important;
    z-index: 1 !important;
  }
  .crp_related h3 {
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: 0.1em !important;
    margin-left: 5%;
  }
  .crp_related ul {
    width: 90% !important;
    list-style: none;
    margin: 0 5%;
  }
  .crp_related ul li {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    box-shadow: rgba(0, 0, 0, 0) 0px !important;
    border-radius: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-right: 0% !important;
    border: 0px !important;
    outline: none !important;
    box-shadow: rgba(255, 255, 255, 0) !important;
    display: block;
    float: left;
  }
  .crp_related ul li img {
    min-width: 100% !important;
  }
  .crp_related ul li:nth-child(4n + 1) {
    clear: none !important;
  }
  .crp_related ul li:nth-child(2n + 1) {
    clear: none !important;
  }
  /*About*/
  .about-pg {
  }
  #new-royalslider-55 {
    height: 800px !important;
    max-height: 800px !important;
  }
  .rsDefaultInv .rsTabs {
    width: 90% !important;
    left: 5% !important;
    top: 45px !important;
  }
  .rsDefaultInv .rsTab {
    padding: 0 5px !important;
    font-size: 12px !important;
  }
  .about-pg .rsSBlock {
    left: 10% !important;
    width: 80% !important;
    top: 80px !important;
  }
  .about-pg .rsSBlock h1,
  .about-pg .rsSBlock h2,
  .about-pg .rsSBlock h3 {
    padding: 40px 0 0 !important;
    margin: 0px !important;
    font-size: 20px;
    letter-spacing: 0.1em !important;
    color: #fff;
    line-height: 1.2em !important;
    border-bottom: 0px !important;
  }
  .about-pg .rsSBlock h2,
  .about-pg .rsSBlock h4 {
    font-weight: 400 !important;
    color: #fff;
    padding: 20px 0 4px !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
    margin: 0 !important;
  }
  .about-pg .rsSBlock ul li {
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #fff;
  }
  /*NEws*/
  .left {
    width: 100%;
    margin-right: 0%;
    float: left;
    margin-bottom: 0;
    padding: left;
  }
  .right {
    width: 100%;
    float: left;
    padding-top: 40px;
  }
  .newscat h1 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .leftart .half {
    width: 100%;
    margin: 0;
  }
  /*Contact*/
  .contactpg h1 {
    left: 5%;
    top: 55px;
  }
  .contactpg .slide {
    position: absolute;
    right: 5%;
    left: auto;
    top: 88px;
    z-index: 999;
    width: 100%;
  }
  .connect-icons,
  .address {
    background-color: rgba(100, 100, 100, 0.8);
    width: 90%;
    margin-right: 0%;
    padding: 10px 10px 0;
    color: #fff;
    float: right;
  }
  .connect-icons h3,
  .address h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
  }
  .connect-icons a,
  .address a {
    font-weight: 500;
    color: #fff;
    position: relative;
    display: inline-block;
    clear: left;
  }
} /*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {
  /* Hide elements */

  form,
  button,
  input,
  select,
  textarea,
  .navigation-top,
  .social-navigation,
  #secondary,
  .content-bottom-widgets,
  .header-image,
  .panel-image-prop,
  .icon-thumb-tack,
  .page-links,
  .edit-link,
  .post-navigation,
  .pagination.navigation,
  .comments-pagination,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link,
  .site-footer aside.widget-area,
  .site-info {
    display: none !important;
  }
  .entry-footer,
  #comments,
  .site-footer,
  .single-featured-image-header {
    border: 0;
  }
  /* Font sizes */

  body {
    font-size: 12pt;
  }
  h1 {
    font-size: 24pt;
  }
  h2 {
    font-size: 22pt;
    font-weight: 400 !important;
  }
  h3 {
    font-size: 17pt;
  }
  h4 {
    font-size: 12pt;
  }
  h5 {
    font-size: 11pt;
  }
  h6 {
    font-size: 12pt;
  }
  .page .panel-content .entry-title,
  .page-title,
  body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 10pt;
  }
  /* Layout */

  .wrap {
    padding-left: 5% !important;
    padding-right: 5% !important;
    max-width: none;
  }
  /* Site Branding */

  .site-header {
    background: transparent;
    padding: 0;
  }
  .custom-header-media {
    padding: 0;
  }
  .twentyseventeen-front-page.has-header-image .site-branding,
  .twentyseventeen-front-page.has-header-video .site-branding,
  .home.blog.has-header-image .site-branding,
  .home.blog.has-header-video .site-branding {
    position: relative;
  }
  /* Posts */

  .single-featured-image-header {
    background: transparent;
  }
  .entry-meta {
    font-size: 9pt;
  }
  /* Colors */

  body,
  .site {
    background: none !important;
    /* Brute force since user agents all print differently. */
  }
  body,
  a,
  .site-title a,
  .twentyseventeen-front-page.has-header-image .site-title,
  .twentyseventeen-front-page.has-header-video .site-title,
  .twentyseventeen-front-page.has-header-image .site-title a,
  .twentyseventeen-front-page.has-header-video .site-title a {
    color: #222 !important;
    /* Make sure color schemes don't affect to print */
  }
  h2,
  h5,
  blockquote,
  .site-description,
  .twentyseventeen-front-page.has-header-image .site-description,
  .twentyseventeen-front-page.has-header-video .site-description,
  .entry-meta,
  .entry-meta a {
    color: #777 !important;
    /* Make sure color schemes don't affect to print */
  }
  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 11pt;
    width: 34%;
  }
  .site-footer {
    padding: 0;
  }
}
.nss-twitter,
.nss-linkedin {
  position: relative;
}
.nss-twitter a,
.nss-linkedin a {
  padding: 2px 16px;
}
.nss-twitter .fa-qq:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/qq.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nss-linkedin .fa-wexin:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/qtcode.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.privacy {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
}
.privacy h2 {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  padding-top: 40px;
}
.privacy p {
  font-size: 14px;
  line-height: 30px;
}
.foot-logo {
  width: 300px;
  display: flex;
  align-items: center;
}
.frm_submit {
  margin-top: 30px;
}
.health-imgshow {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 50px;
  padding-top: 50px;
}
.health-imgshow li {
  list-style: none;
}
.health-imgshow h2:first-child {
  text-align: center;
  font-size: 20px;
}
.health-imgshow .img-big,
.health-imgshow .img-small .imgbox {
  position: relative;
}
.health-imgshow .img-big:hover:before,
.health-imgshow .img-small .imgbox:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.health-imgshow .img-small {
  width: 100%;
}
.health-imgshow .img-small li:not(:last-child) {
  width: calc(33.3% - 20px);
  float: left;
  margin-right: 30px;
}
.health-imgshow .img-small li:last-child {
  width: calc(33.3% - 20px);
  float: left;
}
.health-imgshow .img-small h3 {
  font-size: 16px;
}
.health-imgshow .img-small:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  .health-imgshow .img-small li:not(:last-child) {
    width: calc(100% - 30px);
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .health-imgshow .img-small li:last-child {
    width: calc(100% - 30px);
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
.index-last-col .box-hor {
  padding-bottom: 0;
}
.index-last-col .box-hor h3 {
  padding: 11.5px 0 15.5px;
}
.frame-foot {
  width: 80%;
  margin: 0 10%;
  position: relative;
}
.product-text {
  margin-top: 20px;
}

.pageli {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.pageli a {
  margin: 0 5px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #05448a;
  text-decoration: none;
  transition: all ease 0.3s;
}

.pageli a:hover,
.pageli a.on {
  background-color: #05448a;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .box-square {
    width: 100%;
  }
  #mc_embed_signup_scroll {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .foot-logo {
    margin: 0 auto !important;
  }
  .signup .frame {
    text-align: center;
  }
  .flw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flw a {
    padding-left: 0px;
    width: 33%;
    text-align: center;
    margin-bottom: 10px;
  }
  /* .practice-box {
		width: 100%;
		margin-right: 0%;
		float: left;
	} */
}


@media screen and (max-width:500px) {
  .description p{
    line-height:1;
  }

  .project .rsOverflow{
    height: 100% !important;
  }
  .project .rsMainSlideImage{
    height: 100% !important;
    margin-top: 0 !important;
  } 
}