@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(-360deg);
  }
}
@keyframes spinner {
  from {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider .slick-slide {
  position: relative;
height: 100%;
min-height: 840px;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    	min-height: 400px;
  }
}
@media only screen and (max-width: 634px) {
  #home-slider .slick-slide {
   	min-height: 300px; //define the height of slide
  }
}
/* Foundation tweaks */
.row {
  max-width: 1500px;
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

.wide-row {
  max-width: 100%;
}

.big-row {
  max-width: 1600px;
}

/*.medium-row {
	max-width: 1500px;
}*/
/*.small-row {
	max-width: 1200px;
}*/
/*.no-padding {
	.column, .columns {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}*/
/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 40px;
  padding: 11px 9px 10px;
  background-color: #d76e0d;
  border: 1px solid #fff;
  position: relative;
}
.gfield.textarea-field {
  margin-bottom: 11px;
}
.home-form-column .gfield:last-child {
  background-color: transparent;
  padding: 0;
  border: none;
  margin-bottom: 12px;
}
.home-form-column .gfield:last-child label {
  display: none;
}

.gfield_label {
  position: absolute;
  left: 0;
  top: -20px;
  background-color: #d76e0d;
  color: #fff;
  line-height: 1;
  padding: 11px 9px 2px;
  font-size: 18px;
}
.gfield_label .gfield_required {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
  position: relative;
  z-index: 	 1;
}

.gform_footer {
  text-align: center;
  position: relative;
}
.gform_footer .gform_button {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  background-color: #7899c4;
  color: #fff;
  font-weight: 700;
  padding: 23px 10px;
  border-width: 7px 10px;
  border-style: solid;
  border-color: #6189bd;
  z-index: 2;
  position: relative;
}
.gform_footer .gform_button:hover {
  background-color: #fff;
  color: #7899c4;
}
.gform_footer .submit-triangle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.gform_footer .submit-triangle polygon {
  fill: #f2f2d4;
}

.g-recaptcha > div {
  margin: 0 auto;
}

.validation_error {
  margin-bottom: 30px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-top: 0;
  margin-bottom: 0;
  color: #990000;
  font-size: 16px;
}

.sidebar .gform_widget {
  background-color: #fa983d;
  padding: 25px 13px;
  background-image: url("../images/black-pattern.png");
  margin-bottom: 70px;
}
.sidebar .gform_widget .left-title {
  font-size: 50px;
  font-family: "Crimson Text", serif;
  line-height: 1;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.sidebar .gfield:last-child {
  background-color: transparent;
  padding: 0;
  border: none;
  margin-bottom: 0;
}
.sidebar .gfield:last-child label {
  display: none;
}
.sidebar .gform_footer {
  bottom: -60px;
}
.sidebar .gform_footer .gform_button {
  border-color: #37576c;
  background-color: #567080;
  color: #fff;
}
.sidebar .gform_footer .gform_button:hover {
  background-color: #fff;
  color: #567080;
}

@media only screen and (min-width: 1025px) {
  .sidebar .gform_footer .gform_button {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .sidebar .gform_footer {
    margin: 0 15px;
  }
  .sidebar .gform_footer .gform_button {
    font-size: 18px;
  }
}
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
  overflow-x: hidden;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 137px;
  max-width: 100%;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #6189bd;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #456fa6;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #333;
  font-family: "Nunito Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: inherit;
  font-family: "Crimson Text", serif;
}

h1 {
  /*basic heading styles*/
  font-size: 53px;
  margin-bottom: 60px;
  text-transform: uppercase;
}

h2 {
  /*basic heading styles*/
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 45px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

h3 {
  /*basic heading styles*/
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

h4 {
  /*basic heading styles*/
  font-size: 30px;
  margin-bottom: 25px;
}

h5 {
  /*basic heading styles*/
  font-size: 25px;
  margin-bottom: 15px;
}

h6 {
  /*basic heading styles*/
  font-size: 20px;
  margin-bottom: 10px;
}

p {
  font-family: Verdana, sans-serif;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 30px;
}
p:empty {
  display: none;
}
p a {
  text-decoration: none;
}

ul, ol {
  /*basic list styles*/
}
ul li, ol li {
  font-size: 18px;
}

.rhombus-list ul {
  margin-left: 0;
}
.rhombus-list li {
  position: relative;
  padding-left: 35px;
  list-style: none;
}
.rhombus-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #fa983d;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a {
  color: #6189bd;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #365782;
  outline: none;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Button additional styles */
.button {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* Align Middle */
.align-middle {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
.pagination-wrap {
  position: relative;
  display: inline-block;
}
.pagination-wrap .triangle {
  position: absolute;
  width: calc(100% - 55px);
  height: calc(100% + 8px);
  top: 7px;
  right: -10px;
  z-index: 0;
}
.pagination-wrap .triangle polygon {
  fill: #37576c;
}

ul.pagination {
  z-index: 1;
  position: relative;
  margin: 0;
  background-color: #7899c4;
  display: inline-block;
}
ul.pagination .current {
  color: #fff;
  background: #fa983d;
  display: block;
  padding: 0 25px;
}
ul.pagination li {
  margin-right: 0;
}
ul.pagination li + li {
  position: relative;
}
ul.pagination li + li:before {
  content: '';
  height: calc(100% - 4px);
  width: 2px;
  position: absolute;
  left: -1px;
  top: 2px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
}
ul.pagination a, ul.pagination span {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  padding: 0 25px;
}
ul.pagination a:hover {
  background-color: #fa983d;
}
ul.pagination .next, ul.pagination .prev {
  display: block;
  white-space: nowrap;
  text-transform: uppercase;
}
ul.pagination .next:before, ul.pagination .prev:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
ul.pagination .next > *, ul.pagination .prev > * {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}
ul.pagination .next .arrow, ul.pagination .prev .arrow {
  padding-bottom: 5px;
}
ul.pagination .next polygon, ul.pagination .prev polygon {
  fill: #fff;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

#home-slider .slick-slide, .header-banner-home, .header-banner-inner, .post-content-container .post-image, .single .post-image, .promo-image-column, .case-result, .contact-container, .guide-step-image, .workspace-injury-item, .widget_awards_widget .sidebar-widget-item, .attorney-card, .footer {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
#site-phone {
  position: absolute;
  left: 0;
  z-index: 900;
  width: 100%;
  display: none;
}

.header__top {
  background-color: rgba(97, 137, 189, 0.88);
  overflow: hidden;
}
.header .socials-column, .header .logo-column {
  font-size: 0;
  white-space: nowrap;
}
.header .socials-column:before, .header .logo-column:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.header .socials-column > *, .header .logo-column > * {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}
.header .socials-column {
  font-size: 53px;
}
.header__social a, .header__social .fa {
  color: #fff;
}
.header__social .fa {
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.header__social a:hover, .header__social a:focus {
  color: #fa983d;
}
.header__social a:hover .fa, .header__social a:focus .fa {
  color: #fa983d;
}

.skewed-phone-container {
  background-color: #436378;
  position: relative;
}
.skewed-phone-container p, .skewed-phone-container span, .skewed-phone-container a {
  position: relative;
  color: #fff;
  z-index: 1;
  font-size: 22px;
  word-wrap: break-word;
  line-height: 1.4;
}
.skewed-phone-container p:not(.header__phone-bottom-text), .skewed-phone-container span:not(.header__phone-bottom-text), .skewed-phone-container a:not(.header__phone-bottom-text) {
  text-transform: uppercase;
  letter-spacing: -0.025em;
  font-weight: 700;
}
.skewed-phone-container a:hover {
  color: #fa983d;
}
.skewed-phone-container .header__phone-subtitle {
  color: #fa983d;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.48);
  padding-left: 35px;
  display: inline-block;
  font-weight: 700;
}
.skewed-phone-container .header__phone-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 35px;
  background-image: url("../images/orange-phone-icon.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.skewed-phone-container p {
  margin-bottom: 0;
}
.skewed-phone-container .header__phone-title {
  font-size: 18px;
  font-style: italic;
}
.skewed-phone-container .header__phone-bottom-text {
  font-size: 16px;
  letter-spacing: 0.02em;
  font-style: italic;
}

.header-banner-home, .header-banner-inner {
  overflow: hidden;
}

.header-banner-home .banner-text {
  padding-top: 100px;
}

.header-banner-inner .banner-text {
  padding-top: 40px;
}

.banner-text {
  max-width: 640px;
  text-align: center;
  padding-bottom: 85px;
}

.banner-text__holder {
  background-color: #fff;
  background-image: url("../images/pattern.png");
  background-repeat: repeat;
  background-position: 0 0;
  text-align: center;
  padding: 10px 10px 15px;
  position: relative;
}
.banner-text__holder .banner-text__text {
  position: relative;
  z-index: 10;
}
.banner-text__holder .triangle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 20px;
  z-index: 0;
}
.banner-text__holder .triangle polygon {
  fill: rgba(255, 255, 255, 0.66);
}
.banner-text__holder h2 {
  font-size: 38px;
  margin-bottom: 0;
  color: #436378;
  line-height: 1;
}
.banner-text__holder p {
  font-size: 18px;
  color: #171717;
  font-weight: 900;
  margin-bottom: 0;
}

.cta-button-header {
  display: inline-block;
  width: 100%;
  max-width: 385px;
  margin-top: 45px;
  position: relative;
}
.cta-button-header__text {
  border: 10px solid #f4b67c;
  background-color: #fa983d;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  -moz-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
.cta-button-header:hover .cta-button-header__text, .cta-button-header:focus .cta-button-header__text {
  background-color: #fff;
}
.cta-button-header:hover p, .cta-button-header:hover h1, .cta-button-header:hover h2, .cta-button-header:hover h3, .cta-button-header:hover h4, .cta-button-header:hover h5, .cta-button-header:hover h6, .cta-button-header:focus p, .cta-button-header:focus h1, .cta-button-header:focus h2, .cta-button-header:focus h3, .cta-button-header:focus h4, .cta-button-header:focus h5, .cta-button-header:focus h6 {
  color: #fa983d;
}
.cta-button-header p {
  font-size: 20px;
  margin-bottom: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  color: #fff;
}
.cta-button-header h1, .cta-button-header h2, .cta-button-header h3, .cta-button-header h4, .cta-button-header h5, .cta-button-header h6 {
  font-size: 23px;
  margin-bottom: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  font-family: "Noto Sans", sans-serif;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  color: #fff;
}
.cta-button-header .triangle {
  position: absolute;
  width: calc(100% + 22px);
  height: calc(100% + 13px);
  top: 0;
  left: -7px;
  z-index: 0;
}
.cta-button-header .triangle polygon {
  fill: #6189bd;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
.latest-blog__header h2 {
  font-size: 59px;
  margin-top: 45px;
  margin-bottom: 25px;
}
.latest-blog__header h2 a {
  color: #000;
}
.latest-blog__header h2 a:hover {
  color: #fa983d;
}

.post-wrapper {
  position: relative;
  margin-bottom: 53px;
}

.post-container {
  border-top: 9px solid #f2f2d4;
  padding-top: 22px;
}

.post-content-container {
  background-color: #37576c;
  padding: 25px 20px 47px;
}
.post-content-container h1, .post-content-container h2, .post-content-container h3, .post-content-container h4, .post-content-container h5, .post-content-container h6, .post-content-container p, .post-content-container a, .post-content-container li {
  color: #fff;
}
.post-content-container p {
  font-size: 21px;
}
.post-content-container .post-date {
  color: #fff;
  background-color: #fa983d;
  display: inline-block;
  position: absolute;
  height: 47px;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  top: -23px;
  left: 10px;
}
.post-content-container .post-month {
  font-family: "Oswald", sans-serif;
  padding: 0 10px 0 16px;
  font-size: 32px;
  text-transform: uppercase;
  background-color: #928e8d;
  vertical-align: baseline;
}
.post-content-container .post-year {
  font-size: 24px;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  padding: 18px 15px 4px;
}
.post-content-container .home-page-post-title {
  font-size: 32px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.15;
  padding-left: 20px;
}
.post-content-container .home-page-post-title a {
  color: #fff;
}
.post-content-container .home-page-post-title a:hover {
  color: #fa983d;
}
.post-content-container .post-author {
  color: #6189bd;
  font-weight: 900;
  line-height: 1.28;
  padding-left: 20px;
  margin-bottom: 25px;
}
.post-content-container .terms-list {
  padding-left: 20px;
}
.post-content-container .post-image {
  width: 100%;
  padding-bottom: 72.045%;
}

.blog .post-content-container .home-page-post-title, .single .post-content-container .home-page-post-title, .archive .post-content-container .home-page-post-title {
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
}
.blog .post-content-container .post-author, .single .post-content-container .post-author, .archive .post-content-container .post-author {
  margin-bottom: 0;
}

.single .post-content-container {
  padding-bottom: 15px;
}
.single .home-page-post-title {
  margin-bottom: 20px;
}
.single .post-author, .single .terms-list {
  margin-bottom: 0;
}
.single .page-title {
  margin-bottom: 30px;
}
.single .post-bottom-title {
  margin-top: 0;
  margin-bottom: 75px;
}
.single .post-wrapper {
  margin-bottom: 15px;
}
.single .post-image {
  padding-bottom: 67.17%;
  width: 100%;
  border: 2px solid #333;
  margin-bottom: 35px;
}

.top-pagination {
  margin-bottom: 50px;
}

.bottom-pagination {
  margin-top: 80px;
}

/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding: 100px 0;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #6189bd;
}
.not-found .label:hover {
  background-color: #4874ad;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
.home__contact-about {
  position: relative;
  overflow: hidden;
  padding-bottom: 73px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
}

.home-form-column {
  background-color: #fa983d;
  position: relative;
  padding-top: 45px;
  padding-bottom: 25px;
}
.home-form-column .form-triangle {
  position: absolute;
  width: 0;
  left: 100%;
  bottom: 0;
  height: 0;
  border-style: solid;
  border-width: 955px 505px 0 0;
  border-color: #fa983d transparent transparent transparent;
}
.home-form-column .left-line {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 100%;
  top: 0;
  background-color: #fa983d;
}
.home-form-column h1, .home-form-column h2, .home-form-column h3, .home-form-column h4, .home-form-column h5, .home-form-column h6, .home-form-column p {
  color: #fff;
}
.home-form-column h1, .home-form-column h2, .home-form-column h3, .home-form-column h4, .home-form-column h5, .home-form-column h6 {
  margin-bottom: 35px;
}
.home-form-column h1, .home-form-column h2 {
  font-size: 56px;
}

.home-contact-content-column {
  position: relative;
  padding-top: 45px;
}
.home-contact-content-column .triangle {
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% - 25px);
  bottom: -25px;
  right: 0;
  z-index: 0;
}
.home-contact-content-column .triangle polygon {
  fill: #f2f2d4;
}

.home__contact-holder {
  background-color: #fff;
  background-image: url("../images/pattern.png");
  position: relative;
  z-index: 1;
  padding: 50px 40px 65px;
  box-shadow: 0 2px 3px 0 rgba(51, 51, 51, 0.3);
}

.home__contact-title img {
  float: left;
  max-width: 85px;
  max-height: 97px;
  margin: 35px 40px 25px 10px;
}
.home__contact-title h2 {
  font-size: 55px;
  margin-bottom: 30px;
}

.home-about-row {
  padding-top: 40px;
}

.home__about-content {
  background-color: rgba(55, 87, 108, 0.8);
  padding: 40px 0 30px 35px;
}
.home__about-content p, .home__about-content h1, .home__about-content h2, .home__about-content h3, .home__about-content h4, .home__about-content h5, .home__about-content h6, .home__about-content li {
  color: #fff;
}
.home__about-content h1, .home__about-content h2, .home__about-content h3, .home__about-content h4, .home__about-content h5, .home__about-content h6 {
  padding-right: 20px;
}
.home__about-content p, .home__about-content li {
  padding-right: 20px;
}
.home__about-content h1, .home__about-content h2 {
  font-size: 30px;
}
.home__about-content h2 {
  margin-bottom: 15px;
}

.home__workplace-injury {
  padding-top: 30px;
}

.home__workplace-injury--content h2 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 25px;
}
.home__workplace-injury--content p {
  font-size: 18px;
}

.home__promo-section {
  background-color: #37576c;
}
.home__promo-section h1, .home__promo-section h2, .home__promo-section h3, .home__promo-section h4, .home__promo-section h5, .home__promo-section h6, .home__promo-section p, .home__promo-section a, .home__promo-section li {
  color: #fff;
}
.home__promo-section h2 {
  font-size: 55px;
  margin-bottom: 20px;
  line-height: 1.1;
}
.home__promo-section ul {
  zoom: 1;
  margin-left: 0;
  margin-bottom: 25px;
}
.home__promo-section ul:before, .home__promo-section ul:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.home__promo-section ul:after {
  clear: both;
}
.home__promo-section li {
  list-style-image: url("../images/list-mark.png");
  width: 50%;
  float: left;
  list-style-position: inside;
}
.home__promo-section a:hover {
  color: #fa983d;
}

.home__promo-section-content {
  padding-top: 30px;
  max-width: 1020px;
  margin: 0 0 0 auto;
}

.case-result {
  padding: 40px 0 90px;
  position: relative;
}

.case-result__content h1, .case-result__content h2, .case-result__content h3, .case-result__content h4, .case-result__content h5, .case-result__content h6, .case-result__content p, .case-result__content a, .case-result__content span {
  color: #000;
}
.case-result__content h1, .case-result__content h2 {
  font-size: 59px;
}
.case-result__content a:hover {
  color: #fa983d;
}

.cases-result-slider-container {
  position: relative;
}
.cases-result-slider-container .slider-arrow {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.cases-result-slider-container .slider-arrow:hover polygon {
  fill: #6189bd;
}
.cases-result-slider-container .slider-arrow polygon {
  -moz-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  -webkit-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
  fill: #fa983d;
}
.cases-result-slider-container .slider-prev {
  left: -10px;
}
.cases-result-slider-container .slider-next {
  right: -10px;
  left: auto;
}

.cases-result__slider .slick-list {
  width: 100%;
  padding-bottom: 20px;
}
.cases-result__slider .slick-slide {
  padding: 0 25px;
  position: relative;
}
.cases-result__slider .slick-slide .triangle {
  position: absolute;
  height: calc(100% + 13px);
  width: calc(100% - 73px);
  bottom: -15px;
  right: 17px;
  z-index: 0;
}
.cases-result__slider .slick-slide .triangle polygon {
  fill: #f2f2d4;
}

.cases-result__link {
  padding: 10px 22px 9px 37px;
  display: block;
  position: relative;
  z-index: 1;
  background-color: #37576c;
  color: #fff;
}
.cases-result__link:hover .case-result__date {
  color: #fa983d;
}
.cases-result__link:hover .case-result__result h5 {
  color: #fa983d;
}

.case-result__date {
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  background-color: #928e8d;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.1;
  padding-top: 12px;
  padding-right: 15px;
  position: absolute;
  bottom: 120px;
  left: -75px;
  width: 100%;
  max-width: 210px;
  font-family: "Oswald", sans-serif;
  text-align: right;
  color: #fff;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.case-result__offence h3 {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 0;
  color: #fa983d;
  word-wrap: break-word;
}

.case-result__result h5 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.05;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 25px;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.case-result__description {
  background-color: #567080;
  padding: 20px 8px 40px 15px;
  display: block;
}

.case-result__case-result p {
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
  color: #fff;
}

.home__testimonials-section {
  position: relative;
  z-index: 10;
  background-color: #fa983d;
  padding: 35px 0 0;
}
.home__testimonials-section h1, .home__testimonials-section h2, .home__testimonials-section h3, .home__testimonials-section h4, .home__testimonials-section h5, .home__testimonials-section p, .home__testimonials-section a, .home__testimonials-section li {
  color: #fff;
}
.home__testimonials-section h1, .home__testimonials-section h2 {
  font-size: 66.25px;
  font-weight: 400;
}
.home__testimonials-section a:hover {
  color: #333;
}
.home__testimonials-section .testimonials-home-slider .slick-list{
  padding-top:  30px;
  padding-left:  15px;
  padding-right:  15px;
}
.home__testimonials-section .testimonials-home-slider .slick-slide{
  padding: 0  15px;
}
.home__testimonials-section .testimonials-slider-shortcode{
  position: relative;
}
.home__testimonials-section .slider-arrow{
  cursor:pointer;
  position: absolute;
  top: 50%;
  webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.home__testimonials-section .slider-arrow polygon{
  fill: #6189bd;
      -moz-transition: fill 0.4s ease-in-out;
    -o-transition: fill 0.4s ease-in-out;
    -webkit-transition: fill 0.4s ease-in-out;
    transition: fill 0.4s ease-in-out;
}
.home__testimonials-section .slider-arrow:hover polygon{
  fill: #37576c;
}
.home__testimonials-section .slider-prev{
  left: 0;
}
.home__testimonials-section .slider-next{
  right: 0;
}
.testimonials-slider-shortcode {
  padding: 0 35px;
}
.testimonials-slider-shortcode .columns {
  padding: 0 10px;
}

.testimonial-container {
  border: 1px solid #fff;
  background-color: #436378;
  padding: 9px;
  position: relative;
  margin-bottom: 80px;
}
.testimonial-container blockquote {
  border-left: none;
  background-color: #5e798b;
  margin-bottom: 0;
  padding: 75px 65px;
  color: #fff;
  font-size: 21px;
  position: relative;
}
.testimonial-container blockquote:before, .testimonial-container blockquote:after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 73px;
  height: 48px;
}
.testimonial-container blockquote:before {
  background-image: url("../images/quote-icon-left.png");
  top: 15px;
  left: 12px;
}
.testimonial-container blockquote:after {
  background-image: url("../images/quote-icon-right.png");
  bottom: 30px;
  right: 12px;
}
.testimonial-container .rating-stars {
  position: absolute;
  width: 100%;
  max-width: 320px;
  height: 65px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url("../images/stars-icon.png");
  left: 50%;
  top: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.button-absolute-wrapper {
  position: absolute;
  width: 100%;
  max-width: 470px;
  left: 50%;
  bottom: 0;
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.button-container.triangle-button {
  position: relative;
}
.button-container.triangle-button .triangle {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 8px;
  left: 8px;
  z-index: 0;
}
.button-container.triangle-button .triangle polygon {
  fill: #f2f2d4;
}
.button-container .button {
  border: 9px solid #6189bd;
  display: block;
  background-color: #7899c4;
  font-size: 18px;
  text-transform: uppercase;
  padding: 18px 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
.button-container .button:hover {
  background-color: #fff;
  color: #7899c4;
}

.home__cta-section {
  overflow: hidden;
}

.contact-left-column {
  background-color: #fa983d;
  position: relative;
}
.contact-left-column .contact-triangle {
  position: absolute;
  height: 0;
  width: 0;
  left: 100%;
  top: 0;
  border-style: solid;
  border-width: 675px 415px 0 0;
  border-color: #fa983d transparent transparent transparent;
  z-index: 0;
}
.contact-left-column h1, .contact-left-column h2, .contact-left-column h3, .contact-left-column h4, .contact-left-column h5, .contact-left-column h6, .contact-left-column p, .contact-left-column a, .contact-left-column li {
  color: #fff;
}
.contact-left-column h1, .contact-left-column h2 {
  line-height: 1;
  font-size: 59px;
  font-weight: 400;
  margin-bottom: 25px;
}
.contact-left-column p {
  margin-bottom: 0;
  font-size: 28px;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.contact-left-column .left-content-container {
  padding: 30px 0 50px;
}

.contact-right-column {
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-top: 20px;
}
.contact-right-column .right-content-container {
  padding: 25px 15px 20px;
  background-color: #37576c;
  background-image: url("../images/black-pattern.png");
}
.contact-right-column .right-content-container p:last-of-type {
  margin-bottom: 0;
  font-size: 21px;
}
.contact-right-column .right-content-container p:last-of-type a {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  white-space: nowrap;
}
.contact-right-column .right-content-container p {
  font-size: 21px;
}
.contact-right-column .right-content-container h1, .contact-right-column .right-content-container h2, .contact-right-column .right-content-container h3, .contact-right-column .right-content-container h4, .contact-right-column .right-content-container h5, .contact-right-column .right-content-container h6, .contact-right-column .right-content-container p, .contact-right-column .right-content-container li {
  color: #fff;
}
.contact-right-column .right-content-container a {
  color: #fa983d;
}
.contact-right-column .right-content-container a:hover {
  color: #fff;
}

.button-with-arrow {
  text-align: right;
}
.button-with-arrow .button-arrow {
  position: absolute;
  right: calc(100% + 33px);
  top: 50%;
  width: 40%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.button-with-arrow .cta-button-header {
  max-width: 500px;
}
.button-with-arrow .cta-button-header .cls-1, .button-with-arrow .cta-button-header .cls-2 {
  fill: #6189bd;
  -moz-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  -webkit-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
}
.button-with-arrow .cta-button-header:hover .cls-1, .button-with-arrow .cta-button-header:hover .cls-2, .button-with-arrow .cta-button-header:focus .cls-1, .button-with-arrow .cta-button-header:focus .cls-2 {
  fill: #37576c;
}
.button-with-arrow .cta-button-header:hover .cta-button-header__text, .button-with-arrow .cta-button-header:focus .cta-button-header__text {
  color: #7899c4;
  background-color: #fff;
}
.button-with-arrow .cta-button-header:hover .cta-button-header__text span, .button-with-arrow .cta-button-header:focus .cta-button-header__text span {
  color: #7899c4;
}
.button-with-arrow .cta-button-header .triangle polygon {
  fill: #f2f2d4;
}
.button-with-arrow .cta-button-header__text {
  border-color: #6189bd;
  background-color: #7899c4;
  color: #fff;
  line-height: 1;
  padding: 13px 0 5px;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.button-with-arrow .button-top-text {
  font-size: 30px;
  color: #fff;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.button-with-arrow .button-bottom-text {
  font-size: 40px;
  font-family: "Crimson Text", serif;
  color: #fff;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

/*-------------------------------
   Award Slider Shortcode Styles
---------------------------------*/
.awards-slider {
  padding: 0 60px 0 25px;
  position: relative;
}

.award-container:hover {
  animation: spinner 1s ease-in-out;
}

.awards-slider .slider-arrow {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.awards-slider .slider-arrow polygon {
  fill: #fa983d;
  -moz-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  -webkit-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
  cursor: pointer;
}
.awards-slider .slider-arrow:hover polygon {
  fill: #6189bd;
}
.awards-slider .slider-prev {
  left: -15px;
}
.awards-slider .slider-next {
  right: 20px;
}
.awards-slider .slick-slide {
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}
.awards-slider .slick-slide:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.awards-slider .slick-slide > * {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}

.award-image img {
  margin: 0 auto;
}

/*------------------------------------------
   Workspace Injury Slider Shortcode Styles
-------------------------------------------*/
.workspace-injury-slider-container {
  padding: 20px 45px 30px;
  position: relative;
  z-index: 10;
}
.workspace-injury-slider-container .slider-arrow {
  cursor: pointer;
  position: absolute;
  bottom: 50%;
}
.workspace-injury-slider-container .slider-arrow:hover polygon {
  fill: #6189bd;
}
.workspace-injury-slider-container .slider-arrow polygon {
  -moz-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  -webkit-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
  fill: #fa983d;
}
.workspace-injury-slider-container .workspace-slider-next {
  right: 0;
  left: auto;
}
.workspace-injury-slider-container .workspace-slider-prev {
  left: 0;
}

.workspace-injury-slide__item-link {
  display: block;
}
.workspace-injury-slide__item-link:hover .workspace-injury-slide__icon {
  animation: spinner 1s ease-in-out;
}
.workspace-injury-slide__item-link:hover .workspace-injury-slide__icon-holder {
  border-color: #7899c4;
}
.workspace-injury-slide__item-link:hover .workspace-injury-slide__icon-holder .triangle polygon {
  fill: #fa983d;
}
.workspace-injury-slide__item-link:hover .workspace-injury-slide__title p {
  color: #fa983d;
}
.workspace-injury-slide__icon-holder {
  padding: 15px 0;
  min-width: 115px;
  display: inline-block;
  border-top: 9px solid #436378;
  position: relative;
  margin-bottom: 5px;
  -moz-transition: border-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out;
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}
.workspace-injury-slide__icon-holder .triangle {
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.workspace-injury-slide__icon-holder .triangle polygon {
  -moz-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  -webkit-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
  fill: #f2f2d4;
}
.workspace-injury-slide__icon {
  position: relative;
  z-index: 1;
  width: 85px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin: 0 auto;
}
.workspace-injury-slide__title p {
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  color: #333;
  font-weight: 900;
  line-height: 1.3;
}

.ordinary-page-wrapper .xlarge-9 {
  padding-left: 0;
}
.ordinary-page-wrapper .main-content {
  overflow: hidden;
  padding-bottom: 50px;
}
.ordinary-page-wrapper .main-content h2 {
  color: #436378;
  margin-bottom: 25px;
  font-weight: 400;
}
.ordinary-page-wrapper .main-content h4 {
  color: #d76e0d;
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
}
.ordinary-page-wrapper .main-content h5 {
  color: #d76e0d;
  font-size: 24px;
}
.ordinary-page-wrapper .main-content ol:not(.pagination),
.ordinary-page-wrapper .main-content ul:not(.pagination) {
  margin-bottom: 30px;
}
.ordinary-page-wrapper .main-content p strong, .ordinary-page-wrapper .main-content li strong {
  font-weight: 900;
}
.ordinary-page-wrapper .main-content .awards-slider {
  padding: 15px 40px 55px;
}
.ordinary-page-wrapper .main-content .awards-slider .slider-prev {
  left: 0;
}
.ordinary-page-wrapper .main-content .awards-slider .slider-next {
  right: 0;
}
.ordinary-page-wrapper article p:first-of-type img {
  width: 100%;
}

.page-title {
  position: relative;
  margin-bottom: 45px;
  margin-top: 40px;
}
.page-title a {
  color: #333;
}
.page-title a:hover {
  color: #fa983d;
}
.page-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fa983d;
  max-width: 340px;
  width: 100%;
  height: 11px;
}

.extra-padding {
  padding-left: 15px;
}

.profile-details-container {
  position: relative;
  margin-bottom: 60px;
}
.profile-details-container .triangle {
  position: absolute;
  width: calc(100% + 23px);
  left: 0;
  height: 100%;
  top: 30px;
  z-index: 0;
}
.profile-details-container .triangle polygon {
  fill: #f2f2d4;
}

.profile-details {
  margin-bottom: 60px;
}
.profile-details:last-of-type {
  margin-bottom: 0;
}

.ordinary-page-wrapper .main-content .profile-title {
  color: #000;
}

.profile-title {
  text-transform: uppercase;
  border-bottom: 2px solid #37576c;
}

.profile-details-inner {
  position: relative;
  z-index: 1;
  background-color: #f5f5f5;
  background-image: url("../images/black-pattern.png");
  padding: 45px 45px 35px;
}

.case-result-item {
  position: relative;
}
.case-result-item .triangle {
  position: absolute;
  width: 100%;
  left: 15px;
  height: calc(100% + 15px);
  top: 0;
}
.case-result-item .triangle polygon {
  fill: #f2f2d4;
}

.case-result-page .case-result-item {
  margin-bottom: 100px;
}
.case-result-page .case-result-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 109px;
  height: 103px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url("../images/case-result-icon.png");
  z-index: 3;
}
.case-result-page .case-result__description {
  padding-bottom: 50px;
}
.case-result-page .case-result__offence h3 {
  font-size: 42px;
  margin-bottom: 15px;
}
.case-result-page .case-result__case-result p {
  font-size: 18px;
}

.testimonial-page .testimonial-container {
  margin-bottom: 100px;
}
.testimonial-page .testimonial-container h4 {
  color: #fff;
}
.testimonial-page .testimonial-container blockquote {
  text-align: center;
  padding: 45px 65px;
}
.testimonial-page .testimonial-container blockquote p {
  color: #fff;
}
.testimonial-page .testimonial-container .button-container .button {
  font-size: 30px;
  font-weight: 700;
  cursor: default;
  padding: 14px 0;
}
.testimonial-page .testimonial-container .button-container .button:hover {
  background-color: #7899c4;
  color: #fff;
}

.contact-container {
  position: relative;
  padding: 30px 15px;
}
.contact-container:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(250, 152, 61, 0.7);
  z-index: 0;
}
.contact-container .gfield {
  margin-bottom: 48px;
}
.contact-container .gfield select, .contact-container .gfield input {
  height: 48px;
}
.contact-container select {
  background-image: url("../images/select-arrow.png");
  background-size: 19px 23px;
}

.ordinary-page-wrapper .contact-title h2 {
  text-align: center;
  color: #fff;
  font-size: 52px;
  position: relative;
  z-index: 10;
}

.contact-page {
  overflow: hidden;
}

.contact-cta-banner {
  position: relative;
  margin-bottom: 80px;
}
.contact-cta-banner .triangle {
  position: absolute;
  width: 100%;
  height: calc(100% - 27px);
  left: 17px;
  bottom: -19px;
  z-index: 0;
}
.contact-cta-banner .triangle polygon {
  fill: #f2f2d4;
}

.contact-holder {
  position: relative;
  z-index: 1;
  background-color: #6189bd;
  background-image: url("../images/black-pattern.png");
  padding: 20px 15px;
}
.contact-holder .contact-holder_item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
}
.contact-holder .contact-holder_item:before {
  position: absolute;
  content: '';
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 40px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.contact-holder .cta__mail-container:before {
  background-image: url("../images/letter-icon.png");
}
.contact-holder .cta__mail-container a {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}
.contact-holder .cta__mail-container a span {
  color: #fa983d;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.contact-holder .cta__mail-container a:hover {
  color: #fa983d;
}
.contact-holder .cta__mail-container a:hover span {
  color: #fff;
}
.contact-holder .cta__phone-container:before {
  background-image: url("../images/phone-icon.png");
}
.contact-holder .cta__phone-container a {
  font-size: 22px;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}
.contact-holder .cta__phone-container a:first-child {
  color: #fa983d;
}
.contact-holder .cta__phone-container a:first-child:hover {
  color: #fff;
}
.contact-holder .cta__phone-container a:hover {
  color: #fa983d;
}
.contact-holder .cta__phone-container span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.contact-holder .cta__address {
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.contact-holder .cta__address:before {
  background-image: url("../images/planet-icon.png");
}
.contact-holder .cta__address p {
  font-size: 18px;
}
.contact-holder .cta__address br {
  display: none;
}

.guide-container {
  padding-bottom: 30px;
}
.guide-container .row {
  margin-bottom: 35px;
}
.guide-container .row:nth-child(2n-1) .guide-step-content {
  background-color: #739dd4;
}
.guide-container .row:nth-child(2n) .guide-step-content {
  background-color: #fa983d;
}

.ordinary-page-wrapper .guide-container h1, .ordinary-page-wrapper .guide-container h2, .ordinary-page-wrapper .guide-container h3, .ordinary-page-wrapper .guide-container h4, .ordinary-page-wrapper .guide-container h5, .ordinary-page-wrapper .guide-container h6 {
  color: #fff;
}

.case-result-page .case-result__result h5 {
  color: #fff;
}

.guide-step-image {
  -moz-box-shadow: 10px 9px 10px 0 rgba(51, 51, 51, 0.4);
  -webkit-box-shadow: 10px 9px 10px 0 rgba(51, 51, 51, 0.4);
  box-shadow: 10px 9px 10px 0 rgba(51, 51, 51, 0.4);
  position: relative;
  z-index: 1;
}

.guide-content-wrapper {
  padding: 13px 0;
}

.guide-step-content {
  padding: 20px 30px;
}
.guide-step-content p {
  margin-bottom: 15px;
}
.guide-step-content p strong {
  color: #fff;
}
.guide-step-content p:last-child {
  margin-bottom: 0;
}

.workspace-injury-item {
  padding: 20px 20px 25px 10px;
  background-image: url("../images/workplace-injury-item-bg.png");
  margin-bottom: 33px;
  font-size: 18px;
  font-family: Verdana, sans-serif;
}
.workspace-injury-item ul {
  margin-left: 0;
}
.workspace-injury-item li {
  position: relative;
  padding-left: 35px;
  list-style: none;
  font-family: Verdana, sans-serif;
}
.workspace-injury-item li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #fa983d;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.workspace-injury-item .workspace-injury-slide__icon-holder {
  display: block;
  padding: 15px 10px;
}
.workspace-injury-item .workspace-injury-slide__icon-holder:hover .workspace-injury-slide__icon {
  animation: spinner 1s ease-in-out;
}
.workspace-injury-item:nth-child(2n-1) {
  background-color: #739dd4;
}
.workspace-injury-item:nth-child(2n-1) .workspace-injury-slide__icon-holder {
  border-top-color: #fa983d;
}
.workspace-injury-item:nth-child(2n-1) .workspace-injury-slide__icon-holder:hover .triangle polygon {
  fill: #fa983d;
}
.workspace-injury-item:nth-child(2n-1) .workspace-injury-slide__item-link {
  color: #fff;
}
.workspace-injury-item:nth-child(2n-1) .workspace-injury-slide__item-link:hover {
  color: #fa983d;
}
.workspace-injury-item:nth-child(2n) {
  background-color: #f2f2d4;
}
.workspace-injury-item:nth-child(2n) .workspace-injury-slide__icon-holder {
  border-top-color: #739dd4;
}
.workspace-injury-item:nth-child(2n) .workspace-injury-slide__icon-holder .triangle polygon {
  fill: #fa983d;
}
.workspace-injury-item:nth-child(2n) .workspace-injury-slide__icon-holder:hover .triangle polygon {
  fill: #739dd4;
}
.workspace-injury-item:nth-child(2n) .workspace-injury-slide__item-link {
  color: #37576c;
}
.workspace-injury-item:nth-child(2n) .workspace-injury-slide__item-link:hover {
  color: #fa983d;
}
.workspace-injury-item .workspace-injury-slide__icon {
  height: 150px;
  max-width: 200px;
  width: 100%;
}
.workspace-injury-item .workspace-injury-slide__item-link {
  font-size: 30px;
  font-weight: 900;
  text-align: left;
  display: inline-block;
}
.workspace-injury-item .injury-excerpt {
  color: #333;
  font-size: 18px;
}

.link-word {
  text-transform: uppercase;
  color: #37576c;
  font-family: "Crimson Text", serif;
  font-size: 30px;
}

.prev-post {
  background-color: #7899c4;
  display: block;
  padding-left: 85px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  position: relative;
}
.prev-post p {
  margin-bottom: 0;
}
.prev-post .post-name {
  color: #fff;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  font-size: 21px;
}
.prev-post .arrow {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}
.prev-post .arrow polygon {
  fill: #fa983d;
  -moz-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  -webkit-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
}
.prev-post:hover {
  background-color: #f3f2d4;
}
.prev-post:hover .post-name {
  color: #333;
}
.prev-post:hover .arrow polygon {
  fill: #333;
}

.next-post {
  background-color: #f3f2d4;
  background-image: url("../images/black-pattern.png");
  display: block;
  padding-right: 85px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
.next-post p {
  margin-bottom: 0;
}
.next-post .post-name {
  color: #333;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  font-size: 21px;
}
.next-post .arrow {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.next-post .arrow polygon {
  fill: #333;
  -moz-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  -webkit-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
}
.next-post:hover {
  background-color: #7899c4;
}
.next-post:hover .post-name {
  color: #fff;
}
.next-post:hover .arrow polygon {
  fill: #fa983d;
}

/* ------------------------------------
    Widgets Styles
------------------------------------- */
.widget-with-triangle {
  position: relative;
  padding-right: 12px;
}
.widget-with-triangle > .triangle {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 12px;
  z-index: 0;
}
.widget-with-triangle .sidebar-widget-title {
  font-size: 59px;
  text-align: center;
}
.widget-with-triangle .sidebar-widget-item {
  position: relative;
  z-index: 1;
  padding: 10px 20px;
}

@media only screen and (max-width: 640px) {
  .widget-with-triangle .sidebar-widget-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .widget-with-triangle .sidebar-widget-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .widget-with-triangle .sidebar-widget-title {
    font-size: 59px;
  }
}
/*Contact widget*/
.widget_address_widget {
  margin-bottom: 55px;
}
.widget_address_widget .triangle polygon {
  fill: #fa983d;
}
.widget_address_widget p, .widget_address_widget a {
  margin-bottom: 0;
  color: #fff;
  font-size: 26.89px;
  font-weight: 700;
}
.widget_address_widget a:hover {
  color: #fa983d;
}
.widget_address_widget .sidebar-widget-item {
  background-color: #6189bd;
  padding: 20px 0 0;
  position: relative;
}
.widget_address_widget .sidebar-widget-item:before {
  content: '';
  background-image: url("../images/black-pattern.png");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.widget_address_widget .side-logo {
  padding: 0 20px 20px;
}
.widget_address_widget .sidebar-address-box {
  background-color: #81a1ca;
  padding: 90px 20px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.widget_address_widget .sidebar-address-box:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 68px;
  top: 16px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/location-icon.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.widget_address_widget .sidebar-address-box p {
  font-size: 24px;
  text-transform: uppercase;
}
.widget_address_widget .sidebar-phone {
  padding: 90px 20px 0;
  color: #fff;
  font-size: 26.89px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-align: center;
}
.widget_address_widget .sidebar-phone:before {
  content: '';
  position: absolute;
  width: 43px;
  height: 70px;
  top: 16px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/phone-icon.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.widget_address_widget .sidebar-phone a:first-child {
  font-size: 36px;
  color: #fa983d;
}
.widget_address_widget .sidebar-phone a:first-child:hover {
  color: #fff;
}
.widget_address_widget .sidebar-email {
  padding: 70px 20px 20px;
  position: relative;
  z-index: 1;
  background-color: #81a1ca;
  text-align: center;
}
.widget_address_widget .sidebar-email:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 40px;
  top: 16px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../images/letter-icon.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.widget_address_widget .sidebar-email a {
  font-size: 20px;
}

@media only screen and (max-width: 640px) {
  .widget_address_widget .sidebar-address-box p {
    font-size: 20px;
  }
  .widget_address_widget .sidebar-phone a:first-child {
    font-size: 34px;
  }
  .widget_address_widget .sidebar-email a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1025px) {
  .widget_address_widget .sidebar-address-box p {
    font-size: 22px;
  }

  .widget_address_widget .sidebar-phone a:first-child {
    font-size: 33px;
  }

  .widget_address_widget p, .widget_address_widget a {
    font-size: 24px;
  }

  .widget_address_widget .sidebar-email a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1300px) {
  .widget_address_widget .sidebar-address-box p {
    font-size: 24px;
  }

  .widget_address_widget .sidebar-phone a:first-child {
    font-size: 36px;
  }

  .widget_address_widget p, .widget_address_widget a {
    font-size: 26.89px;
  }

  .widget_address_widget .sidebar-email a {
    font-size: 20px;
  }
}
/*Workplace injury widget*/
.widget_practice_widget {
  padding-right: 7px;
  margin-bottom: 62px;
}
.widget_practice_widget .triangle polygon {
  fill: #f2f2d4;
}
.widget_practice_widget .sidebar-widget-item {
  background-color: #7299cc;
  padding-top: 30px;
}
.widget_practice_widget .workspace-injury-slide__item-link:hover .workspace-injury-slide__icon-holder {
  border-color: #fa983d;
}
.widget_practice_widget .workspace-injury-slide__icon-holder {
  border-color: #fa983d;
  padding: 15px 0 13px;
}
.widget_practice_widget .sidebar-widget-title {
  color: #fff;
  text-align: center;
}
.widget_practice_widget .sidebar-widget-title a {
  color: #fff;
}
.widget_practice_widget .sidebar-widget-title a:hover {
  color: #fa983d;
}
.widget_practice_widget .workspace-injury-slide__title p {
  color: #fff;
}
.widget_practice_widget #workplace-sidebar {
  position: relative;
  padding: 0 35px;
}
.widget_practice_widget .slider-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget_practice_widget .slider-arrow polygon {
  fill: #fa983d;
  -moz-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  -webkit-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
}
.widget_practice_widget .slider-arrow:hover polygon {
  fill: #fff;
}
.widget_practice_widget .workplace-widget-slider-prev {
  left: -5px;
}
.widget_practice_widget .workplace-widget-slider-next {
  right: -5px;
  left: auto;
}

@media only screen and (max-width: 640px) {
  .widget_address_widget .sidebar-address-box p {
    font-size: 20px;
  }
  .widget_address_widget .sidebar-phone a:first-child {
    font-size: 34px;
  }
  .widget_address_widget .sidebar-email a {
    font-size: 18px;
  }
}
/* Awards widget */
.widget_awards_widget {
  margin-bottom: 48px;
}
.widget_awards_widget .sidebar-widget-item {
  padding: 45px 25px 110px;
  position: relative;
}
.widget_awards_widget .sidebar-widget-item .widget-white-triangle {
  position: absolute;
  height: 100%;
  width: 78%;
  top: 0;
  right: 0;
  z-index: 0;
}
.widget_awards_widget .sidebar-widget-item .widget-white-triangle polygon {
  fill: #fff;
}
.widget_awards_widget .sidebar-widget-title {
  position: relative;
  z-index: 1;
  color: #000;
  text-align: center;
  margin-bottom: 75px;
}
.widget_awards_widget .sidebar-widget-title a {
  color: #000;
}
.widget_awards_widget .sidebar-widget-title a:hover {
  color: #fa983d;
}
.widget_awards_widget .awards-slider-container {
  position: relative;
  z-index: 1;
}
.widget_awards_widget .awards-slider-container img {
  width: 100%;
}
.widget_awards_widget .award-container {
  width: 100%;
  max-width: 255px;
}
.widget_awards_widget #awards-slider-widget {
  position: relative;
  padding: 0 60px;
}
.widget_awards_widget .slider-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.widget_awards_widget .slider-arrow polygon {
  fill: #6189bd;
  -moz-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  -webkit-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
}
.widget_awards_widget .slider-arrow:hover polygon {
  fill: #fa983d;
}
.widget_awards_widget .awards-widget-slider-prev {
  left: 0;
}
.widget_awards_widget .awards-widget-slider-next {
  right: 0;
  left: auto;
}
.widget_awards_widget .award-image {
  display: block;
}
.widget_awards_widget .slick-slide {
  text-align: center;
  font-size: 0;
  white-space: nowrap;
}
.widget_awards_widget .slick-slide:before {
  content: '';
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.widget_awards_widget .slick-slide > * {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
}

/* Cases widget */
.widget_cases_widget {
  margin-bottom: 52px;
}
.widget_cases_widget .sidebar-widget-title {
  position: relative;
  z-index: 1;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
.widget_cases_widget .sidebar-widget-title a {
  color: #000;
}
.widget_cases_widget .sidebar-widget-title a:hover {
  color: #fa983d;
}
.widget_cases_widget .sidebar-widget-wrapper .sidebar-widget-item {
  padding: 0;
}
.widget_cases_widget .sidebar-widget-wrapper .triangle polygon {
  fill: #f2f2d4;
}
.widget_cases_widget .case-slider-container {
  position: relative;
}
.widget_cases_widget .slider-arrow {
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: 20px;
  z-index: 1;
}
.widget_cases_widget .slider-arrow polygon {
  fill: #fa983d;
  -moz-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  -webkit-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
}
.widget_cases_widget .slider-arrow:hover polygon {
  fill: #fff;
}
.widget_cases_widget .case-widget-slider-prev {
  left: auto;
  right: 90px;
}
.widget_cases_widget .case-widget-slider-next {
  right: 43px;
  left: auto;
}
.widget_cases_widget .case-result__case-result p {
  padding-bottom: 16px;
  font-size: 18px;
}
.widget_cases_widget .case-result__offence h3 {
  font-size: 42px;
}

/* Testimonials widget */
.widget_testimonials_widget {
  background-color: #fa983d;
  padding: 35px 25px 33px;
  margin-bottom: 35px;
}
.widget_testimonials_widget .sidebar-widget-title {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 51px;
}
.widget_testimonials_widget .sidebar-widget-title a {
  color: #fff;
}
.widget_testimonials_widget .sidebar-widget-title a:hover {
  color: #6189bd;
}
.widget_testimonials_widget .slick-list {
  padding-top: 30px;
}
.widget_testimonials_widget .testimonial-container blockquote {
  padding: 85px 10px;
}
.widget_testimonials_widget .testimonial-container blockquote:before {
  top: 26px;
}
.widget_testimonials_widget .testimonial-container blockquote:after {
  bottom: 40px;
}
.widget_testimonials_widget .button-absolute-wrapper {
  max-width: 320px;
}
.widget_testimonials_widget .testimonials-slider-container {
  position: relative;
  padding-bottom: 45px;
}
.widget_testimonials_widget .slider-arrow {
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 1;
}
.widget_testimonials_widget .slider-arrow polygon {
  fill: #fff;
  -moz-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  -webkit-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
}
.widget_testimonials_widget .slider-arrow:hover polygon {
  fill: #6189bd;
}
.widget_testimonials_widget .testimonials-widget-slider-prev {
  left: auto;
  right: 50px;
}
.widget_testimonials_widget .testimonials-widget-slider-next {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 640px) {
  .widget_testimonials_widget {
    padding: 25px 15px 30px;
  }
  .widget_testimonials_widget .button-absolute-wrapper {
    max-width: 240px;
  }
  .widget_testimonials_widget .sidebar-widget-title {
    font-size: 30px;
  }

  .testimonial-container blockquote {
    font-size: 18px;
  }
  .testimonial-container blockquote:before, .testimonial-container blockquote:after {
    width: 50px;
    height: 27px;
    background-size: contain;
  }
}
@media only screen and (min-width: 1025px) {
  .widget_testimonials_widget .sidebar-widget-title {
    font-size: 40px;
  }

  .widget_testimonials_widget .button-absolute-wrapper {
    max-width: 230px;
  }
}
@media only screen and (min-width: 1600px) {
  .widget_testimonials_widget .sidebar-widget-title {
    font-size: 51px;
  }

  .widget_testimonials_widget .button-absolute-wrapper {
    max-width: 320px;
  }
}
/* Latest posts widget */
.widget_latest_post_widget {
  margin-bottom: 30px;
}
.widget_latest_post_widget .sidebar-widget-title {
  color: #333;
  text-align: center;
  margin-bottom: 25px;
}
.widget_latest_post_widget .sidebar-widget-title a {
  color: #333;
}
.widget_latest_post_widget .sidebar-widget-title a:hover {
  color: #fa983d;
}
.widget_latest_post_widget .post-container {
  padding-left: 25px;
}
.widget_latest_post_widget .post-content-container {
  position: relative;
  padding-left: 40px;
  padding-bottom: 120px;
}
.widget_latest_post_widget .post-content-container .post-date {
  top: -55px;
}
.widget_latest_post_widget .post-content-container .home-page-post-title, .widget_latest_post_widget .post-content-container .post-author {
  padding-left: 0;
}
.widget_latest_post_widget .post-content-container .post-author {
  margin-bottom: 20px;
}
.widget_latest_post_widget .button-absolute-wrapper {
  max-width: 345px;
  left: calc(50% + 13px);
}
.widget_latest_post_widget .post-image {
  margin-bottom: 30px;
}
.widget_latest_post_widget .latest-blog__body {
  position: relative;
}
.widget_latest_post_widget .slider-arrow {
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: 115px;
  z-index: 1;
}
.widget_latest_post_widget .slider-arrow polygon {
  fill: #fff;
  -moz-transition: fill 0.4s ease-in-out;
  -o-transition: fill 0.4s ease-in-out;
  -webkit-transition: fill 0.4s ease-in-out;
  transition: fill 0.4s ease-in-out;
}
.widget_latest_post_widget .slider-arrow:hover polygon {
  fill: #6189bd;
}
.widget_latest_post_widget .latest-post-widget-slider-prev {
  left: auto;
  right: 80px;
}
.widget_latest_post_widget .latest-post-widget-slider-next {
  right: 30px;
  left: auto;
}

@media only screen and (max-width: 640px) {
  .widget_latest_post_widget .post-container {
    padding-left: 0;
  }
  .widget_latest_post_widget .post-content-container {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .widget_latest_post_widget .post-content-container .post-date {
    position: static;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    display: block;
    max-width: 275px;
  }
  .widget_latest_post_widget .button-absolute-wrapper {
    left: 50%;
    max-width: 280px;
  }
}
@media only screen and (min-width: 1025px) {
  .widget_latest_post_widget .button-absolute-wrapper {
    max-width: 245px;
  }
}
@media only screen and (min-width: 1600px) {
  .widget_latest_post_widget .button-absolute-wrapper {
    max-width: 300px;
  }
}
/* Google + widget*/
.mts_googleplus {
  border: 1px solid #46667a;
  margin-bottom: 145px;
}
.mts_googleplus .left-title {
  font-size: 59px;
  background-color: #6189bd;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: .8;
  font-family: "Crimson Text", serif;
  padding: 30px 10px 15px;
}
.mts_googleplus .left-title a {
  color: #fff;
}
.mts_googleplus .left-title a:hover {
  color: #fa983d;
}
.mts_googleplus > div {
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  text-align: center;
  position: relative;
  z-index: 99999;
}

/* Categories widget */
.widget_cat_widget, .widget_arch_widget {
  padding: 30px 25px 35px;
  background-color: #fa983d;
  margin-bottom: 60px;
}
.widget_cat_widget .sidebar-widget-title, .widget_arch_widget .sidebar-widget-title {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.widget_cat_widget .sidebar-widget-title a, .widget_arch_widget .sidebar-widget-title a {
  color: #fff;
}
.widget_cat_widget .sidebar-widget-title a:hover, .widget_arch_widget .sidebar-widget-title a:hover {
  color: #6189bd;
}
.widget_cat_widget .cat-list-container, .widget_arch_widget .cat-list-container {
  border: 1px solid #fff;
  padding: 14px;
  background-color: #436378;
}
.widget_cat_widget ul, .widget_arch_widget ul {
  background-color: #5e798b;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding: 20px 18px;
}
.widget_cat_widget ul li, .widget_cat_widget ul a, .widget_arch_widget ul li, .widget_arch_widget ul a {
  color: #fff;
  font-size: 24px;
}
.widget_cat_widget ul a:hover, .widget_arch_widget ul a:hover {
  color: #fa983d;
}
.widget_cat_widget ul li + li, .widget_arch_widget ul li + li {
  border-top: 1px solid #fff;
}

.widget_arch_widget {
  background-color: #436378;
}
.widget_arch_widget ul {
  background-color: #7899c4;
}

@media only screen and (max-width: 640px) {
  .widget_latest_post_widget .post-container {
    padding-left: 0;
  }
  .widget_latest_post_widget .post-content-container {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .widget_latest_post_widget .post-content-container .post-date {
    position: static;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    display: block;
    max-width: 275px;
  }
  .widget_latest_post_widget .button-absolute-wrapper {
    left: 50%;
    max-width: 280px;
  }
}
@media only screen and (min-width: 1025px) {
  .widget_cat_widget .sidebar-widget-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .widget_cat_widget .sidebar-widget-title {
    font-size: 50px;
  }
}
/* Footer CTA shortcode */
.footer-cta__logo-holder {
  background-color: #fa983d;
  padding-left: 15px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 55px;
}
.footer-cta__logo-holder h3 {
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.38);
  margin-bottom: 20px;
}

.footer-cta__contact-holder {
  background-color: #37576c;
  background-image: url("../images/black-pattern.png");
  padding: 20px 15px 20px 25px;
}
.footer-cta__contact-holder a, .footer-cta__contact-holder p, .footer-cta__contact-holder span {
  color: #fff;
}

.footer-cta__contact-holder_item {
  padding-left: 90px;
  position: relative;
}
.footer-cta__contact-holder_item:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 55px;
  width: 55px;
  background-size: contain;
}
.footer-cta__contact-holder_item p, .footer-cta__contact-holder_item a, .footer-cta__contact-holder_item span {
  font-weight: 700;
}

.footer-cta__mail-container {
  margin-bottom: 20px;
}
.footer-cta__mail-container a {
  font-size: 30px;
}
.footer-cta__mail-container:before {
  background-image: url("../images/letter-icon.png");
}

.footer-cta__phone-container {
  margin-bottom: 20px;
}
.footer-cta__phone-container a, .footer-cta__phone-container span {
  font-size: 40px;
}
.footer-cta__phone-container a {
  color: #fa983d;
}
.footer-cta__phone-container a:hover {
  color: #fff;
}
.footer-cta__phone-container:before {
  background-image: url("../images/phone-icon.png");
}

.footer-cta__bottom-text p {
  font-size: 30px;
  margin-bottom: 0;
}
.footer-cta__bottom-text:before {
  background-image: url("../images/planet-icon.png");
}

@media only screen and (max-width: 640px) {
  .footer-cta__contact-holder {
    padding-left: 15px;
  }

  .footer-cta__contact-holder_item {
    padding-left: 40px;
  }
  .footer-cta__contact-holder_item:before {
    width: 25px;
    height: 25px;
  }

  .footer-cta__mail-container a {
    font-size: 17px;
  }

  .footer-cta__phone-container a, .footer-cta__phone-container span {
    font-size: 24px;
  }

  .footer-cta__bottom-text p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-cta__logo-holder {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-cta {
    position: relative;
    padding-bottom: 230px;
  }

  .footer-cta__contact-holder {
    position: absolute;
    bottom: 50px;
    right: 0;
    padding-right: 70px;
  }

  .footer-cta__logo-holder {
    position: relative;
    width: 72%;
    padding-left: 115px;
    text-align: left;
  }
  .footer-cta__logo-holder h3 {
    white-space: nowrap;
    position: relative;
    z-index: 1;
  }
  .footer-cta__logo-holder img {
    position: relative;
    z-index: 1;
  }
  .footer-cta__logo-holder .triangle {
    z-index: 0;
    position: absolute;
    width: 0;
    height: 0;
    left: 100%;
    top: 0;
    border-style: solid;
    border-width: 235px 155px 0 0;
    border-color: #fa983d transparent transparent transparent;
  }
}
/* Attorney Card Shortcode */
.attorney-shortcode {
  background-image: url("../images/attorney-card-mask.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.attorney-card {
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 70px;
  padding-left: 50px;
  position: relative;
  margin-bottom: 55px;
}

.attorney-card__hero-holder {
  width: 50%;
  margin: 0 auto;
  pointer-events: none;
}

.attorney-card__description {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
}
.attorney-card__description .triangle {
  position: absolute;
  width: 100%;
  height: calc(100% + 23px);
  top: 0;
  left: 23px;
  z-index: 0;
}
.attorney-card__description .triangle polygon {
  fill: #f2f2d4;
}

.attorney-card__description-container {
  position: relative;
  z-index: 1;
  background-color: #6189bd;
  padding: 30px 15px 20px;
}

.attorney-card__contacts {
  position: relative;
  z-index: 3;
}

.attorney-card__contacts-mail-holder {
  margin-top: 25px;
  text-align: center;
}
.attorney-card__contacts-mail-holder a {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.attorney-card__contacts-mail-holder a:hover {
  color: #fa983d;
}

.attorney-card__contacts-phone-holder {
  text-align: center;
}
.attorney-card__contacts-phone-holder a, .attorney-card__contacts-phone-holder span {
  font-size: 35px;
  font-weight: 700;
}
.attorney-card__contacts-phone-holder a {
  white-space: nowrap;
  color: #fa983d;
}
.attorney-card__contacts-phone-holder a:hover {
  color: #fff;
}
.attorney-card__contacts-phone-holder span {
  color: #fff;
}

.attorney-card__contacts-address-holder p {
  text-align: center;
  font-size: 23.79px;
  font-family: "Crimson Text", serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  .attorney-card {
    padding: 15px;
  }

  .attorney-card__description .triangle {
    display: none;
  }

  .attorney-card__contacts-mail-holder a {
    font-size: 17px;
  }

  .attorney-card__contacts-phone-holder a, .attorney-card__contacts-phone-holder span {
    font-size: 27px;
  }

  .attorney-card__contacts-address-holder p {
    font-size: 20px;
  }

  .attorney-card__hero-holder {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .attorney-card {
    padding-top: 85px;
  }

  .attorney-card__hero-holder {
    position: absolute;
    width: 36%;
    height: 50%;
    z-index: 2;
    bottom: 0;
    left: 0;
  }
  .attorney-card__hero-holder img {
    height: 100%;
  }

  .attorney-card__description-container {
    padding: 30px 30px 20px 130px;
  }

  .attorney-card__description {
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 1400px) {
  .attorney-shortcode {
    margin-right: 25px;
  }

  .attorney-card {
    padding-right: 130px;
    padding-left: 340px;
  }

  .attorney-card__hero-holder {
    left: 50px;
    width: 50%;
    height: 85%;
  }
}
@media only screen and (min-width: 1500px) {
  .attorney-card__hero-holder {
    left: 50px;
    width: 100%;
    height: calc(100% - 15px);
  }
}
/* ------------------------------------
    Footer Styles
------------------------------------- */
.home .footer-map p {
  min-height: 670px;
}
.home .footer-map iframe {
  min-height: 670px;
}
.footer-map p {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 0;
  min-height: 425px;
}
.footer-map iframe {
  width: 100%;
  height: 100%;
  min-height: 425px;
}

.footer-map .scrole {
  position: relative;
  pointer-events: none;
}
.home .footer-map .scrole:before {
  height: 670px;
}
.footer-map .scrole:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 425px;
  z-index: 999;
}
.footer-map .scrole.focused:before {
  display: none;
}

.footer-top-menu-section {
  background-color: #6189bd;
  text-align: center;
  padding: 5px 0;
}
.footer-top-menu-section ul {
  margin: 0;
  list-style: none;
}
.footer-top-menu-section li {
  display: inline-block;
}
.footer-top-menu-section li:hover a, .footer-top-menu-section li.current-menu-item a {
  color: #37576c;
}
.footer-top-menu-section li + li a {
  position: relative;
}
.footer-top-menu-section li + li a:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(225, 137, 55, 0.46) 0%, rgba(0, 0, 0, 0.46) 25%, rgba(0, 0, 0, 0.46) 50%, rgba(0, 0, 0, 0.46) 75%, rgba(225, 137, 55, 0.46) 100%);
  background: -webkit-linear-gradient(top, rgba(225, 137, 55, 0.46) 0%, rgba(0, 0, 0, 0.46) 25%, rgba(0, 0, 0, 0.46) 50%, rgba(0, 0, 0, 0.46) 75%, rgba(225, 137, 55, 0.46) 100%);
  background: linear-gradient(to bottom, rgba(225, 137, 55, 0.46) 0%, rgba(0, 0, 0, 0.46) 25%, rgba(0, 0, 0, 0.46) 50%, rgba(0, 0, 0, 0.46) 75%, rgba(225, 137, 55, 0.46) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75e18937', endColorstr='#75e18937',GradientType=0 );
}
.footer-top-menu-section a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
  line-height: 70px;
  display: block;
  padding: 0 7px;
}

.footer .footer__phones {
  background-image: url("../images/black-pattern.png");
}
.footer .footer__phones:before {
  background-image: url("../images/black-pattern.png");
}
.footer__bottom {
  padding-top: 35px;
}
.footer__social {
  padding-top: 25px;
  padding-bottom: 57px;
}
.footer__social a, .footer__social .fa {
  color: #fff;
  font-size: 65px;
}
.footer__social .fa {
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.footer__social a {
  margin: 0 18px;
}
.footer__social a:hover, .footer__social a:focus {
  color: #fa983d;
}
.footer__social a:hover .fa, .footer__social a:focus .fa {
  color: #fa983d;
}

.footer-logo-column {
  background-color: #fa983d;
  padding: 25px 15px 28px;
  background-image: url("../images/black-pattern.png");
  position: relative;
}
.footer-logo-column .logo {
  padding-left: 15px;
  padding-right: 15px;
}
.footer-logo-column .footer-triangle {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 157px 150px 0 0;
  border-color: #E78F3D transparent transparent transparent;
  display: none;
}

.footer-contacts-container {
  margin-top: 25px;
  background-color: rgba(55, 87, 108, 0.85);
  position: relative;
  padding: 20px 19px;
}
.footer-contacts-container p, .footer-contacts-container a, .footer-contacts-container span, .footer-contacts-container h1, .footer-contacts-container h2, .footer-contacts-container h3, .footer-contacts-container h4, .footer-contacts-container h5, .footer-contacts-container h6 {
  color: #fff;
  font-weight: 700;
}
.footer-contacts-container h4 {
  font-size: 33px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 13px;
}
.footer-contacts-container a, .footer-contacts-container p, .footer-contacts-container span {
  font-size: 36px;
}
.footer-contacts-container .footer-address p {
  line-height: 1.2;
  text-transform: uppercase;
}
.footer-contacts-container .footer-address:before {
  background-image: url("../images/location-icon.png");
}
.footer-contacts-container .footer-phone {
  margin-bottom: 23px;
}
.footer-contacts-container .footer-phone a, .footer-contacts-container .footer-phone span {
  line-height: 1.2;
  text-transform: lowercase;
}
.footer-contacts-container .footer-phone:before {
  background-image: url("../images/phone-icon.png");
}
.footer-contacts-container .footer-mail:before {
  background-image: url("../images/letter-icon.png");
}
.footer-contacts-container .footer-contacts {
  padding-left: 80px;
  position: relative;
}
.footer-contacts-container .footer-contacts a:hover {
  color: #fa983d;
}
.footer-contacts-container .footer-contacts:before {
  content: '';
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 60px;
  height: 75px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.footer-contacts-container:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 12px;
  left: 14px;
  background-image: url("../images/transparent-border.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.footer-menu-content {
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  padding: 20px 50px 10px 40px;
}
.footer-menu-content h3 {
  font-size: 36px;
  color: #37576c;
  margin-bottom: 0;
}
.footer-menu-content:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 12px;
  left: 14px;
  background-image: url("../images/transparent-border-white.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
.footer-menu-content ul li {
  width: 50%;
  float: left;
}
.footer-menu-content ul li a {
  color: #111;
  font-weight: 900;
  font-size: 20px;
}
.footer-menu-content ul li a:hover {
  color: #fa983d;
}

.copyright {
  background-color: #6189bd;
  padding: 17px 0;
}
.copyright p, .copyright li, .copyright a, .copyright h1, .copyright h2, .copyright h3, .copyright h4, .copyright h5, .copyright h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.copyright p {
  margin-bottom: 0;
}
.copyright a:hover {
  color: #fa983d;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  padding: 5px 10px;
}
