@charset "UTF-8";
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/* Fonts */
/* Media Queries */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #7f7f7f;
  background-color: #ffffff;
  margin: 0;
  font-weight: 400;
  min-width: 320px; }

a {
  background-color: transparent; }
  a:active {
    outline: 0; }
  a:hover {
    outline: 0; }

img {
  border: 0;
  width: auto; }
  @media screen and (max-width: 1023px) {
    img {
      width: auto; } }

.responsive-img {
  padding-top: 10px;
  padding-bottom: 20px; }

@media (max-width: 991px) {
  .responsive-img img, img.responsive-img {
    width: 100%;
    max-width: 100%;
    height: auto; } }

a {
  color: #1f497d;
  text-decoration: none;
  font-weight: 500; }
  a:hover {
    color: #1f497d;
    text-decoration: underline; }
  a:focus {
    color: #1f497d;
    text-decoration: underline;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

p {
  margin: 0 0 25px; }
  @media (min-width: 360px) {
    p {
      word-wrap: break-word; } }

.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #007dc3;
  margin-top: 0;
  text-transform: none; }

h1,
h2,
h3 {
  margin-top: 24px;
  margin-bottom: 12px; }

h1 {
  line-height: 46px;
  font-weight: 700;
  font-size: 36px;
  color: #007dc3;
  font-size: 36px;
  font-family: "proxima-nova", sans-serif;
  margin: 0 0 3px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 32px;
      margin-bottom: 3px; } }

h2 {
  font-size: 24px;
  line-height: 30px;
  color: #7f7f7f;
  margin-bottom: 25px;
  font-family: "proxima-nova", sans-serif;
  margin: 0 0 25px;
  padding-top: 0; }
  @media (max-width: 767px) {
    h2 {
      font-size: 20px; } }

h3 {
  font-size: 24px;
  line-height: 30px;
  color: #007dc3;
  font-family: "proxima-nova", sans-serif;
  margin: 0 0 29px;
  padding-top: 10px; }

h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0 20px;
  padding: 0px;
  color: #7f7f7f; }

h5 {
  font-size: 18px;
  margin: 0 0 9px; }

h6 {
  font-size: 16px; }

h1.gray,
h2.gray,
h3.gray,
h4.gray,
h5.gray,
h6.gray {
  color: #7f7f7f; }

ul li {
  margin: 15px 0; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0; }

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee;
  box-sizing: content-box;
  height: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  resize: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #dfdede; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #dfdede; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none; }

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #7f7f7f; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

/*Helper classes*/
.visible-mobile {
  display: block !important; }
  @media (min-width: 992px) {
    .visible-mobile {
      display: none !important; } }

.visible-desktop {
  display: none !important; }
  @media (min-width: 992px) {
    .visible-desktop {
      display: block !important; } }

.hidden-mobile {
  display: none !important; }
  @media (min-width: 992px) {
    .hidden-mobile {
      display: block !important; } }

.hidden-desktop {
  display: block !important; }
  @media (min-width: 992px) {
    .hidden-desktop {
      display: none !important; } }

/*error-404*/
html,
body {
  overflow-x: hidden; }

.fancybox-overlay {
  background: rgba(17, 21, 21, 0.94) !important; }
  @media (max-width: 767px) {
    .fancybox-overlay .fancybox-wrap {
      top: 20%; } }
  .fancybox-overlay .fancybox-wrap .fancybox-skin .fancybox-close {
    top: -20%; }

.tab-content {
  padding: 15px 0px 0px 0px; }

.hz-header-wrap {
  border-top: none;
  border-bottom: none; }

.foot-note {
  font-size: 12px; }

h3.heading {
  margin: 0 0 8px;
  font-weight: bold; }

.cms-editor ol {
  padding-left: 40px; }

.references-14 li {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #4e5052; }

ul {
  padding-left: 0; }

.accordion-list ul,
.accordion-content ul {
  padding-left: 30px; }
  .accordion-list ul li,
  .accordion-content ul li {
    color: #4e5052; }

.cms-editor ul {
  margin-left: 25px;
  list-style-type: none; }
  .cms-editor ul li {
    padding-left: 15px;
    position: relative;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0; }
    .cms-editor ul li:before {
      content: '•';
      color: #007dc3;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 20px; }

.error-heading {
  margin-top: 20%; }

.hp-footer {
  margin-bottom: 0;
  margin-top: 160px; }
  .hp-footer .copyright {
    text-align: center; }
  @media (min-width: 991px) {
    .hp-footer .copyright ul {
      text-align: left; } }
  @media (max-width: 991px) {
    .hp-footer {
      margin-top: 0px; } }

.input-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96.5%; }
  .input-error input {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding: 5px;
    padding-top: 6px;
    border-radius: 0;
    border: 1px solid #ddd;
    display: block;
    color: #54585a;
    line-height: 20px;
    height: 33px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
    .input-error input:focus {
      border-color: #7f7f7f;
      outline: 0;
      z-index: 3; }
    .input-error input:hover {
      border: 1px solid #54585a; }
    .input-error input::-moz-placeholder {
      color: #999;
      opacity: 1; }
    .input-error input:-ms-input-placeholder {
      color: #999; }
    .input-error input::-webkit-input-placeholder {
      color: #999; }
    .input-error input::-ms-expand {
      border: 0;
      background-color: transparent; }
  .input-error input[disabled] {
    background-color: #eeeeee;
    opacity: 1;
    cursor: not-allowed; }
  .input-error input[readonly] {
    background-color: #eeeeee;
    opacity: 1; }

.error-first {
  margin-bottom: 5%;
  position: relative; }

.error-btn {
  width: 3.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 16px;
  height: 33px;
  line-height: 24px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  outline: none;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  padding: 2px 12px;
  position: absolute;
  right: 1px; }
  .error-btn:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .error-btn a {
    position: relative;
    font-family: 'Font Awesome 5 Pro' !important;
    display: inline-block;
    background-color: transparent;
    font-weight: 700;
    padding: 0;
    width: 100%; }
    .error-btn a:hover {
      background-color: transparent; }
    .error-btn a:before {
      content: "\f002";
      position: absolute;
      color: #333333;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.resultsWrapper h2.title {
  font-size: 24px;
  color: #007dc3;
  font-family: "proxima-nova", sans-serif;
  line-height: 1.25;
  margin: 0 0 25px; }
  .resultsWrapper h2.title a {
    font-weight: 600;
    font-size: 30px;
    color: #007dc3; }

.resultsWrapper p.excerpt {
  font-size: 24px;
  font-family: "proxima-nova", sans-serif;
  color: #7f7f7f;
  font-weight: 400;
  margin-bottom: 0; }

@media (max-width: 768px) {
  .resultsWrapper h2.title,
  .resultsWrapper h2.title a {
    font-size: 24px; } }

@media (max-width: 992px) {
  .error-heading {
    margin-top: 15%; }
  .input-error {
    width: 94%; }
  .error-btn {
    width: 6%; } }

@media (max-width: 767px) {
  .error-heading {
    margin-top: 15%; }
  .input-error {
    width: 88%; }
  .error-btn {
    width: 12%; } }

/*error 404-end*/
/*search-results*/
.resultsWrapper .search-title {
  margin-top: 20%;
  margin-bottom: 30px; }
  .resultsWrapper .search-title span {
    font-size: 36px; }

.resultsWrapper .search-article {
  font-size: 24px;
  font-family: "proxima-nova", sans-serif;
  padding-bottom: 30px; }
  .resultsWrapper .search-article a:hover {
    text-decoration: none; }
  .resultsWrapper .search-article a:focus {
    color: #007dc3; }
  .resultsWrapper .search-article p {
    margin: 0;
    font-size: 24px;
    display: inline-block; }
    .resultsWrapper .search-article p a {
      font-size: 16px; }
      .resultsWrapper .search-article p a:after {
        content: '»';
        padding-left: 6px; }
      .resultsWrapper .search-article p a:hover {
        text-decoration: none;
        color: #f68b1f; }
    @media (max-width: 768px) {
      .resultsWrapper .search-article p {
        font-size: 18px; } }

.resultsWrapper .title {
  font-size: 30px;
  font-family: "proxima-nova", sans-serif;
  color: #007dc3;
  font-weight: 600;
  padding-top: 0; }
  .resultsWrapper .title:hover {
    color: #f68b1f;
    text-decoration: none; }

/*search-results*/
@media (max-width: 767px) {
  .search-title {
    margin-top: 30%; }
    .search-title span {
      font-size: 28px; }
  .search-heading {
    font-size: 20px; }
  .search-article p {
    font-size: 18px; } }

.two-column-wrapper {
  margin-top: 190px; }
  .two-column-wrapper #searchResults {
    padding-top: 55px; }
    @media (max-width: 767px) {
      .two-column-wrapper #searchResults {
        padding-top: 0px; } }
  @media (max-width: 767px) {
    .two-column-wrapper {
      margin-top: 120px; } }

.secondary-page-banner {
  margin-top: 165px;
  margin-bottom: 58px; }
  @media (max-width: 1023px) {
    .secondary-page-banner {
      margin-top: 0; } }
  @media (max-width: 991px) {
    .secondary-page-banner {
      margin-top: 44px; } }
  @media (max-width: 767px) {
    .secondary-page-banner {
      margin-top: 30px; } }
  .secondary-page-banner .banner-container {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 1024px) {
      .secondary-page-banner .banner-container {
        max-width: 1440px;
        width: 100%; } }
    @media (max-width: 1023px) {
      .secondary-page-banner .banner-container {
        margin-top: 165px; } }
    @media (max-width: 991px) {
      .secondary-page-banner .banner-container {
        margin-top: 0; } }
    @media (max-width: 767px) {
      .secondary-page-banner .banner-container {
        margin-top: 44px; } }
    .secondary-page-banner .banner-container .fullwidth-banner {
      background-image: url("https://via.placeholder.com/1440x300.jpg");
      height: 322px;
      max-width: 1440px; }
      @media (max-width: 991px) {
        .secondary-page-banner .banner-container .fullwidth-banner {
          height: 200px; } }
      @media (max-width: 767px) {
        .secondary-page-banner .banner-container .fullwidth-banner {
          background-image: url("https://via.placeholder.com/320x200.jpg"); } }

.secondary-page {
  padding-bottom: 45px; }
  .secondary-page p.page-header {
    font-size: 21px;
    color: #444;
    font-weight: bold; }
  .secondary-page hr.page-separator {
    border-top: 10px solid #c6c6c6; }

.hz-header-wrap .drop-nav .search-open input {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .hz-header-wrap .drop-nav .search-open input:focus {
    border-color: #000;
    box-shadow: none; }

.hz-header-wrap .mobSearch {
  display: none; }
  @media (max-width: 991px) {
    .hz-header-wrap .mobSearch {
      display: block; } }
  .hz-header-wrap .mobSearch .input-with-icon {
    width: 100%; }
    @media (max-width: 991px) {
      .hz-header-wrap .mobSearch .input-with-icon {
        position: absolute;
        top: 30px;
        right: 55px;
        width: auto; } }
    @media (max-width: 991px) {
      .hz-header-wrap .mobSearch .input-with-icon input {
        margin: 5px 40px 0 0px; } }
    @media (max-width: 991px) {
      .hz-header-wrap .mobSearch .input-with-icon .search-btn {
        top: 0; } }
    @media (max-width: 767px) {
      .hz-header-wrap .mobSearch .input-with-icon .search-btn {
        top: 5px;
        margin-right: 5px; } }
    @media (max-width: 480px) {
      .hz-header-wrap .mobSearch .input-with-icon .search-btn {
        top: 5px;
        margin-right: 5px; } }
  @media (max-width: 991px) {
    .hz-header-wrap .mobSearch .search-open {
      width: 100%; } }
  .hz-header-wrap .mobSearch .search-open input {
    width: 70%; }
    .hz-header-wrap .mobSearch .search-open input:focus {
      border-color: #000000 !important;
      box-shadow: none !important; }
    @media (max-width: 320px) {
      .hz-header-wrap .mobSearch .search-open input {
        width: 65%; } }
  @media (max-width: 991px) {
    .hz-header-wrap .mobSearch .search-open .search-btn {
      top: 0px; } }
  @media (max-width: 767px) {
    .hz-header-wrap .mobSearch .search-open .search-btn {
      top: 5px; } }
  @media (max-width: 480px) {
    .hz-header-wrap .mobSearch .search-open .search-btn {
      top: 5px; } }
  .hz-header-wrap .mobSearch .search-open .search-btn .close-icon {
    width: 23px;
    height: 23px; }
    @media (max-width: 767px) {
      .hz-header-wrap .mobSearch .search-open .search-btn .close-icon {
        width: 20px;
        height: 20px; } }

@media (min-width: 1024px) {
  .drop-nav .input-with-icon .search-btn .close-icon {
    width: 13px;
    height: 13px; } }

@media (min-width: 1024px) {
  .drop-nav .input-with-icon .search-btn img {
    margin-right: 0px; } }

.image-tile-wrap .content-wrap {
  padding: 25px 0px 0px 0px; }
  @media screen and (max-width: 1023px) {
    .image-tile-wrap .content-wrap {
      border-bottom: none; } }

/*video banner css start*/
.home-banner-wrap .container {
  max-width: 100%;
  width: 100%; }
  .home-banner-wrap .container .col-md-12 {
    padding: 0px; }
  @media (max-width: 991px) {
    .home-banner-wrap .container {
      max-width: 100%; } }

.home-banner-wrap .header-container-wrap {
  margin-top: 90px; }
  .home-banner-wrap .header-container-wrap .bg-stretch img {
    max-width: 100%; }
  @media (max-width: 991px) {
    .home-banner-wrap .header-container-wrap {
      margin-top: 90px;
      padding-top: 0px; }
      .home-banner-wrap .header-container-wrap .bg-stretch {
        top: 85px; }
      .home-banner-wrap .header-container-wrap .bg-video {
        top: 85px; } }
  .home-banner-wrap .header-container-wrap .bg-video {
    top: 190px !important;
    height: auto !important;
    position: fixed; }
    @media (max-width: 1023px) {
      .home-banner-wrap .header-container-wrap .bg-video {
        height: auto !important;
        top: 245px !important; } }
    @media (max-width: 767px) {
      .home-banner-wrap .header-container-wrap .bg-video {
        top: 0px; } }
  @media (max-width: 767px) {
    .home-banner-wrap .header-container-wrap {
      margin-top: 90px; } }
  .home-banner-wrap .header-container-wrap .header-content-container {
    position: relative;
    opacity: 0;
    -webkit-animation: mymove 1s;
    -webkit-animation-fill-mode: forwards;
    animation: mymove 1s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    width: 100%;
    background: rgba(0, 0, 0, 0.43); }
    @media (max-width: 991px) {
      .home-banner-wrap .header-container-wrap .header-content-container {
        padding-top: 30px;
        background: none; } }
    @media (max-width: 991px) {
      .home-banner-wrap .header-container-wrap .header-content-container .header-content-wrap .see-more span {
        display: none; } }

@keyframes mymove {
  from {
    top: 1000px; }
  to {
    top: 0px;
    opacity: 1; } }
  .home-banner-wrap .header-container-wrap .header-content-wrap {
    padding-top: 195px; }
    .home-banner-wrap .header-container-wrap .header-content-wrap .header-content .fade-in-heading {
      font-size: 54px; }
      @media (max-width: 1023px) {
        .home-banner-wrap .header-container-wrap .header-content-wrap .header-content .fade-in-heading {
          font-size: 54px; } }
      @media (max-width: 991px) {
        .home-banner-wrap .header-container-wrap .header-content-wrap .header-content .fade-in-heading {
          font-size: 25px !important;
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .home-banner-wrap .header-container-wrap .header-content-wrap .header-content .fade-in-heading {
          font-size: 20px;
          padding: 0 20px;
          margin-bottom: 0px; } }
      @media screen and (max-width: 767px) {
        .home-banner-wrap .header-container-wrap .header-content-wrap .header-content .fade-in-heading {
          font-size: 20px !important; } }
    @media (max-width: 991px) {
      .home-banner-wrap .header-container-wrap .header-content-wrap .header-content .header-text-image .medium-screen-img {
        width: 571px;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .home-banner-wrap .header-container-wrap .header-content-wrap .header-content .header-text-image img {
        max-width: 100%;
        margin: 0 auto; } }
    @media (max-width: 991px) {
      .home-banner-wrap .header-container-wrap .header-content-wrap .header-content {
        padding-bottom: 0;
        margin: 0 auto 70px; } }
    @media (max-width: 991px) {
      .home-banner-wrap .header-container-wrap .header-content-wrap {
        padding-top: 0px; } }
    @media (max-width: 767px) {
      .home-banner-wrap .header-container-wrap .header-content-wrap {
        padding-top: 10px; } }
    @media (max-width: 480px) {
      .home-banner-wrap .header-container-wrap .header-content-wrap {
        padding-top: 0; } }
    .home-banner-wrap .header-container-wrap .header-content-wrap .header-content-scroll {
      padding-bottom: 80px; }
      @media (max-width: 991px) {
        .home-banner-wrap .header-container-wrap .header-content-wrap .header-content-scroll {
          padding-bottom: 0; } }
  .home-banner-wrap .header-container-wrap .bg-stretch-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed; }
    .home-banner-wrap .header-container-wrap .bg-stretch-img img {
      display: none !important; }

.home-banner-wrap .bg-stretch {
  top: 90px !important; }
  @media (max-width: 767px) {
    .home-banner-wrap .bg-stretch {
      top: 85px; } }
  .home-banner-wrap .bg-stretch .fluid-width-video-wrapper {
    padding-top: 56.25%; }
    @media (max-width: 991px) {
      .home-banner-wrap .bg-stretch .fluid-width-video-wrapper {
        visibility: hidden;
        opacity: 0;
        z-index: 0; } }
    .home-banner-wrap .bg-stretch .fluid-width-video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    @media (max-width: 767px) {
      .home-banner-wrap .bg-stretch .fluid-width-video-wrapper {
        display: none; } }

.home-banner-wrap .bg-stretch-img {
  top: 190px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    .home-banner-wrap .bg-stretch-img {
      top: 89px !important; }
      .home-banner-wrap .bg-stretch-img img {
        margin-left: 0px !important;
        width: 100%; } }
  @media (max-width: 767px) {
    .home-banner-wrap .bg-stretch-img img {
      max-width: 100%; } }
  @media (max-width: 480px) {
    .home-banner-wrap .bg-stretch-img img {
      max-width: 100%; } }
  @media (max-width: 360px) {
    .home-banner-wrap .bg-stretch-img img {
      max-width: 370px; } }
  @media (max-width: 991px) {
    .home-banner-wrap .bg-stretch-img {
      top: 89px !important; } }

.home-banner-wrap .cta_module {
  padding: 150px 0px 0px 0; }
  @media (max-width: 991px) {
    .home-banner-wrap .cta_module {
      padding: 15px 0px 0px 0; } }
  @media (max-width: 480px) {
    .home-banner-wrap .cta_module {
      padding: 0px 0px 0px 0; } }

.fragment-preview .home-banner-wrap .header-container-wrap .header-content-container {
  background: rgba(0, 0, 0, 0); }

/*video banner css ends*/
/*Header Navigation Css start*/
.slide .mob-active > a {
  color: #f68b1f !important; }

.slide .mob-active .slide .active {
  background: #f8ac60; }
  .slide .mob-active .slide .active::before {
    background: #fff; }
  .slide .mob-active .slide .active a {
    color: #fff; }

/*Header Navigation CSS end*/
/*Container overrides*/
.container {
  width: auto;
  max-width: 1170px; }
  .container .container {
    padding: 0; }

@media (min-width: 576px) {
  .container {
    max-width: 100%; } }

@media (min-width: 768px) {
  .container {
    max-width: 100%; } }

@media (min-width: 992px) {
  .container {
    max-width: 1170px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

@media (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; } }

.cta-outer-wrapper {
  background: rgba(0, 0, 0, 0.43);
  padding: 250px 0px 50px 0;
  position: relative; }
  @media (max-width: 991px) {
    .cta-outer-wrapper {
      padding: 0px; } }
  @media (max-width: 1023px) {
    .cta-outer-wrapper .container {
      padding: 0; } }
  @media (max-width: 991px) {
    .cta-outer-wrapper .box-wrapper {
      padding: 0; }
    .cta-outer-wrapper .container {
      max-width: none; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .cta-outer-wrapper .container {
      max-width: 970px;
      padding: 0; } }

.box-wrapper {
  float: left; }

.hp-footer {
  margin-top: 0px !important; }

a[href^="tel:"] {
  pointer-events: none; }
  @media (max-width: 991px) {
    a[href^="tel:"] {
      pointer-events: auto; } }

/* Drug phase table now needs 3 colors: light blue, blue, and orange.  */
.bar-ltblue {
  background-color: #c7e1ef !important; }

.bar-blue {
  background-color: #007dc3 !important; }

.bar-orange {
  background-color: #f68b1f !important; }

.bar-ltblue-txt {
  color: #007dc3 !important; }

.bar-blue-txt {
  color: #1f497d !important; }

.bar-orange-txt {
  color: #f68b1f !important; }

.component-wrapper {
  padding-top: 10px;
  padding-bottom: 20px; }

.s-m-l-screen-img {
  display: block !important; }

.cms-editor .references-14 {
  font-size: 14px; }

@supports (-webkit-touch-callout: none) {
  @media (max-width: 767px) {
    .home-banner-wrap .header-container-wrap .header-content-container .header-content-wrap .header-content .fade-in-heading-box span.banner-sub-text {
      position: relative;
      left: -13px;
      top: 6px; } } }

@media (max-width: 370px) {
  .news-banner-container .left-content h2 {
    font-size: 20px; } }

/*------------------------------------*\
    $COMPONENTS
\*------------------------------------*/
@media (max-width: 500px) {
  .social-media {
    text-align: center; } }

.social-media .class-itag {
  display: block; }

.social-media ul {
  list-style-type: none; }
  @media (max-width: 500px) {
    .social-media ul {
      padding-left: 0; } }
  .social-media ul li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 0;
    padding-top: 1px; }
    .social-media ul li a {
      color: #0f7ec2;
      display: block;
      width: 30px;
      height: 30px;
      border: 1px solid #0f7ec2;
      border-radius: 50%;
      position: relative; }
      .social-media ul li a:hover {
        color: #f68b1f; }
      .social-media ul li a:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .social-media ul li a.fa-facebook-f:before {
        font-size: 17px;
        padding-top: 0px;
        padding-left: 5px; }
      .social-media ul li a.fa-twitter:before {
        font-size: 18px;
        padding-left: 1px;
        padding-top: 1px; }
      .social-media ul li a.fa-linkedin-in:before {
        font-size: 18px;
        padding-left: 1px; }
      .social-media ul li a.fa-instagram:before {
        font-size: 18px;
        padding-right: 1px; }
      .social-media ul li a.fa-youtube:before {
        font-size: 18px; }

.document-list ul {
  list-style-type: none; }
  .document-list ul li {
    margin: 20px 0;
    display: flex;
    align-items: center;
    padding-left: 32px;
    position: relative; }
    .document-list ul li:before {
      content: "";
      background-repeat: no-repeat;
      background-size: 16.39px 16px;
      position: absolute;
      left: 0px;
      top: 4px;
      height: 20px;
      width: 20px; }
    .document-list ul li.doctype-pdf:before {
      /*background-image: url("../../images/horizonpharma/pdf.svg");*/ }
    .document-list ul li.doctype-other:before {
      /*background-image: url("https://via.placeholder.com/16x16.jpg");*/ }

.hp-footer {
  border-top: 1px solid #dfdede;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background: #ffffff;
  position: relative; }
  .hp-footer a {
    font-size: 12px; }
  .hp-footer .footer-holder {
    color: #7f7f7f;
    padding: 20px 0 0; }
    .hp-footer .footer-holder a {
      -moz-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
      -webkit-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
      transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
      color: #7f7f7f; }
      .hp-footer .footer-holder a:hover {
        color: #f68b1f;
        text-decoration: none; }
    .hp-footer .footer-holder .social-media a {
      color: #0f7ec2; }
      .hp-footer .footer-holder .social-media a:hover {
        color: #f68b1f; }
    .hp-footer .footer-holder .social-media ul {
      padding: 0; }
  .hp-footer ul {
    font-weight: 700;
    text-transform: capitalize;
    padding: 0 0 20px;
    text-align: center;
    list-style-type: none;
    margin-bottom: 0; }
    .hp-footer ul > li {
      margin-bottom: 15px;
      margin-top: 0;
      font-size: 12px; }
      .hp-footer ul > li:first-child {
        padding-left: 0; }
      .hp-footer ul > li:last-child {
        padding-right: 0; }
        .hp-footer ul > li:last-child a {
          pointer-events: none; }
        .hp-footer ul > li:last-child ul a {
          pointer-events: all; }
  .hp-footer .social-media {
    padding: 4px 0 0; }
    .hp-footer .social-media li {
      display: inline-block;
      vertical-align: top;
      padding: 0 12px 0 0;
      margin-bottom: 0; }
      .hp-footer .social-media li:last-child {
        padding: 0; }
    .hp-footer .social-media a {
      display: block;
      width: 30px;
      height: 30px;
      border: 1px solid #0f7ec2;
      border-radius: 50%;
      position: relative; }
  .hp-footer .copyright {
    padding: 23px 0 15px; }
    .hp-footer .copyright p {
      margin-bottom: 0; }
    .hp-footer .copyright span {
      display: block;
      margin-bottom: 10px;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-size: 12px; }
    .hp-footer .copyright ul {
      margin: 0;
      padding: 0; }
      .hp-footer .copyright ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 10px;
        text-transform: capitalize;
        margin-bottom: 0; }
        .hp-footer .copyright ul li:before {
          content: '|';
          margin: 0 10px 0 5px; }
        .hp-footer .copyright ul li a {
          color: #7f7f7f; }
          .hp-footer .copyright ul li a:last-child {
            pointer-events: all; }
          .hp-footer .copyright ul li a:hover {
            color: #f68b1f;
            text-decoration: none; }
  .hp-footer .footer-additional-info {
    text-align: center;
    padding-bottom: 10px;
    font-weight: 500; }
    .hp-footer .footer-additional-info p {
      margin-bottom: 0;
      font-size: 12px; }
  .hp-footer .hp-footer-two {
    background: #f4f4f4; }

/*hp-footer*/
@media (max-width: 1023px) {
  .hp-footer .container {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 768px) {
  .hp-footer .footer-holder {
    padding: 45px 0 0; }
  .hp-footer ul {
    padding: 0 30px 25px;
    text-align: left; }
    .hp-footer ul > li {
      text-align: left;
      padding: 0 15px 0 0;
      display: inline-block;
      vertical-align: top; }
  .hp-footer .copyright {
    margin-left: 30px; }
    .hp-footer .copyright p {
      float: left; } }

@media (min-width: 991px) {
  .hp-footer ul li {
    padding: 0 26.5px 0; }
  .hp-footer .copyright ul {
    text-align: center; } }

@media (min-width: 1200px) {
  .hp-footer .copyright {
    text-align: center; }
  .hp-footer .copyright p {
    float: none;
    display: inline-block;
    vertical-align: top; }
  .hp-footer .copyright ul {
    display: inline-block;
    vertical-align: top; } }

@media (max-width: 767px) {
  .hp-footer .copyright p {
    text-align: center; }
  .copyright ul li:first-child:before {
    content: none; } }

@media (max-width: 991px) {
  .hp-footer .copyright ul li:before {
    margin: 0 5px 0 5px; } }

.drug-links-table {
  border-bottom: 1px solid #cecccc;
  display: flex;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 767px) {
    .drug-links-table {
      flex-direction: column;
      padding-left: 0; } }
  .drug-links-table img {
    max-width: 150px; }
  .drug-links-table .brand-img {
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 0; }
    @media (max-width: 767px) {
      .drug-links-table .brand-img {
        padding-left: 0;
        padding-top: 20px; } }
  .drug-links-table .drugs-link {
    padding-right: 0;
    text-align: right; }
    @media (max-width: 767px) {
      .drug-links-table .drugs-link {
        display: block;
        text-align: left;
        padding-left: 0; } }
    .drug-links-table .drugs-link ul {
      list-style-type: none;
      justify-content: center;
      height: 100%;
      display: inline-flex;
      flex-direction: column;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .drug-links-table .drugs-link ul {
          padding-left: 0;
          margin-bottom: 11px; } }
      .drug-links-table .drugs-link ul li {
        display: inline-block;
        width: 100%;
        margin: 7.5px 0; }

.filter-select .jcf-select-opener:before {
  content: '\e907';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f68b1f;
  transition: color .3s linear;
  font-size: 10px; }

.filter-select span {
  font-size: 12px; }

.filter-select .jcf-select-opener:before {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  content: '\f107';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.filter-select .jcf-select .jcf-select-opener {
  background: #ffa500;
  font-family: 'Font Awesome 5 Pro'; }

.filter-select .jcf-select-c-custom-select {
  border: 1px solid #7f7f7f; }

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #7f7f7f;
  background: #fff;
  margin: 0;
  min-width: 163px;
  height: 33px;
  margin: 0;
  border: 1px solid #dbdbda;
  width: 12%; }
  .jcf-select select {
    z-index: 1;
    left: 0;
    top: 0; }
  .jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: transparent;
    border-left: 1px solid #7f7f7f;
    width: 33px;
    bottom: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: background .3s linear; }
  .jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 12px;
    line-height: 33px;
    margin: 0 35px 0 8px; }
  .jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px; }
    .jcf-select .jcf-select-drop .jcf-select-drop-content {
      border: 1px solid #7f7f7f; }
  .jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto; }

/*jcf-select*/
/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #7f7f7f;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }
  .jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%; }
  .jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .jcf-list ul li {
      overflow: hidden;
      display: block;
      margin: 0; }
  .jcf-list .jcf-overflow {
    overflow: auto; }
  .jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    height: 1%;
    font-family: "proxima-nova", sans-serif; }
  .jcf-list .jcf-disabled {
    background: #fff;
    color: #aaa; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #f6f6f6;
  color: #7f7f7f;
  font-size: 12px; }

.jcf-hover:hover {
  cursor: pointer;
  color: #f68b1f; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd; }

.jcf-focus,
.jcf-focus * {
  border-color: #7f7f7f; }

.filter-select {
  margin-top: 23px;
  margin-bottom: 36px; }

.jcf-select .jcf-select-text {
  width: 250px; }

@media (max-width: 767px) {
  .jcf-select {
    width: 100%; }
    .jcf-select select {
      margin: 0; }
    .jcf-select .jcf-select-text {
      font-weight: 300; } }

@media (max-width: 991px) {
  .filter-select {
    width: 100%; } }

/*end*/
.input-with-icon {
  width: 270px;
  float: right; }
  .input-with-icon input {
    height: 25px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    padding: 5px;
    margin: 36px 0 30px;
    border-radius: 0;
    border: 1px solid #ddd;
    width: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -moz-transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    float: right; }
    .input-with-icon input:hover {
      border: 1px solid #54585a; }
    @media (min-width: 767px) {
      .input-with-icon input {
        margin: 85px 0 30px; } }
  .input-with-icon .search-btn {
    position: absolute;
    top: 5px;
    right: 0px;
    color: #58585B;
    cursor: pointer;
    z-index: 999; }
    @media (min-width: 767px) {
      .input-with-icon .search-btn {
        top: 45px; } }
    .input-with-icon .search-btn img {
      height: 21px;
      width: 23px; }
      @media (max-width: 767px) {
        .input-with-icon .search-btn img {
          height: 20px;
          width: 20px; } }

@media (max-width: 768px) {
  display: none; }

.search-open input {
  width: 100%;
  visibility: visible;
  opacity: 1; }

.search-open .search-btn .close-icon {
  width: 14px;
  height: 14px; }

.sidebar-menu {
  max-width: 300px;
  width: 262px;
  margin-top: -114px;
  margin-bottom: 40px; }
  .sidebar-menu .nav-pills {
    background: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.11;
    font-family: "proxima-nova", sans-serif;
    padding: 0 0 48px;
    position: relative;
    box-shadow: 0 -3px 4px 0 rgba(0, 0, 0, 0.35); }
    .sidebar-menu .nav-pills .list-unstyled {
      width: 300px;
      padding-left: 0;
      list-style: none;
      padding: 0px;
      background-color: #FFF;
      position: relative; }
      .sidebar-menu .nav-pills .list-unstyled li {
        margin: 0px;
        position: relative;
        padding: 0; }
        .sidebar-menu .nav-pills .list-unstyled li:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 7px;
          right: 7px;
          height: 1px;
          background: linear-gradient(to right, transparent 0%, #c9c9c9 12%, #c9c9c9 88%, transparent 100%);
          z-index: 9; }
        .sidebar-menu .nav-pills .list-unstyled li a {
          color: #777;
          padding: 15px 15px 10px 30px;
          white-space: normal;
          display: block;
          position: relative;
          font-family: "proxima-nova", sans-serif;
          font-weight: 600 !important;
          font-size: 18px;
          line-height: 1.11; }
          .sidebar-menu .nav-pills .list-unstyled li a:hover {
            text-decoration: none;
            background: #f8ac60 !important;
            transition: color .3s linear, background .3s linear;
            color: #fff; }
          .sidebar-menu .nav-pills .list-unstyled li a:focus {
            text-decoration: none; }
        .sidebar-menu .nav-pills .list-unstyled li .slide {
          list-style: none;
          display: none;
          padding: 0px 0px 10px; }
          .sidebar-menu .nav-pills .list-unstyled li .slide li a {
            padding: 4px 51px;
            transition: color .3s linear, background .3s linear;
            font-weight: 400;
            color: #7f7f7f;
            line-height: 20px;
            white-space: nowrap; }
            .sidebar-menu .nav-pills .list-unstyled li .slide li a:hover {
              background: #f8ac60;
              transition: color .3s linear, background .3s linear;
              color: #fff; }
          .sidebar-menu .nav-pills .list-unstyled li .slide li:after {
            background: none; }
          .sidebar-menu .nav-pills .list-unstyled li .slide li:before {
            content: '';
            position: absolute;
            top: 12px;
            left: 41px;
            width: 4px;
            height: 4px;
            background: #7f7f7f;
            border-radius: 100%;
            transition: background .3s linear; }
          .sidebar-menu .nav-pills .list-unstyled li .slide li:hover::before {
            background: #fff;
            z-index: 1; }
          .sidebar-menu .nav-pills .list-unstyled li .slide .active {
            background: #f8ac60; }
            .sidebar-menu .nav-pills .list-unstyled li .slide .active a {
              color: #fff; }
              .sidebar-menu .nav-pills .list-unstyled li .slide .active a:after {
                background: none; }
            .sidebar-menu .nav-pills .list-unstyled li .slide .active:before {
              background: #fff !important; }
      .sidebar-menu .nav-pills .list-unstyled .menu-item-has-children > a:before {
        -moz-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
        content: '';
        position: absolute;
        width: 10px;
        height: 2px;
        background: #bd679c !important;
        right: 20px !important;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        opacity: 1; }
      .sidebar-menu .nav-pills .list-unstyled .menu-item-has-children > a:after {
        -moz-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
        content: '';
        position: absolute;
        width: 10px;
        height: 2px;
        background: #bd679c !important;
        right: 20px !important;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        opacity: 1 !important; }
      .sidebar-menu .nav-pills .list-unstyled .menu-item-has-children.isactive > a:before {
        display: none; }
      .sidebar-menu .nav-pills .list-unstyled .menu-item-has-children.isactive > a:after {
        -moz-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background 0.3s ease-in-out;
        content: '';
        position: absolute;
        width: 10px;
        height: 2px;
        background: #f68b1f;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        opacity: 1; }
      .sidebar-menu .nav-pills .list-unstyled .menu-item-has-children.isactive .slide {
        display: block; }
      .sidebar-menu .nav-pills .list-unstyled .menu-item-has-children .slide .active a:after {
        background: none !important; }
      .sidebar-menu .nav-pills .list-unstyled .menu-item-has-children.active a::after {
        background-image: none; }
      .sidebar-menu .nav-pills .list-unstyled .active:before {
        display: block;
        width: 9px;
        height: 16px;
        background-size: 100% 100%;
        position: absolute;
        top: 16px;
        left: 16px;
        content: "";
        z-index: 99; }
      .sidebar-menu .nav-pills .list-unstyled .active > a {
        color: #017DC3; }
  .sidebar-menu .ad-wrapper .textwidget {
    position: relative;
    overflow: hidden;
    font-size: 18px; }
    .sidebar-menu .ad-wrapper .textwidget p {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 25px 22px;
      color: #FFFFFF;
      font-weight: 800;
      line-height: 21px; }
    .sidebar-menu .ad-wrapper .textwidget a {
      position: absolute;
      margin-left: 25px;
      padding-left: 15px;
      color: #ffffff;
      font-size: 18px;
      line-height: 22px;
      top: 130px; }
      .sidebar-menu .ad-wrapper .textwidget a:before {
        display: block;
        width: 9px;
        height: 16px;
        /*background-image: url(../../images/horizonpharma/sidebar-active-arrow.png);*/
        background-size: 100% 100%;
        position: absolute;
        top: 3px;
        left: 0px;
        content: "";
        filter: brightness(0) invert(100%);
        -webkit-filter: brightness(0) invert(100%); }
    .sidebar-menu .ad-wrapper .textwidget img {
      width: 100%; }
  @media (max-width: 991px) {
    .sidebar-menu {
      display: none; } }

.phase-table-wrapper {
  padding-top: 19px; }

.phase-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px; }
  .phase-table P {
    margin: 0;
    padding: 0; }

.drawer-contents p {
  margin-bottom: 15px; }
  .drawer-contents p:last-child {
    margin-bottom: 0; }

.drawer-contents h5 {
  margin-top: 15px; }

.phase-table-row {
  width: 100%;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  border-left: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  position: relative; }
  .phase-table-row:last-of-type {
    border-bottom: none; }

.drawer-outer {
  display: flex;
  flex-direction: row; }
  @media (max-width: 767px) {
    .drawer-outer {
      display: block; } }

.phase-table-row.header {
  background-color: #dadada;
  color: #007dc3;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  border: 0;
  padding: 15px;
  flex-direction: row;
  z-index: 0;
  font-family: "Roboto Regular", sans-serif; }
  .phase-table-row.header p {
    font-size: 14px;
    padding-right: 0 !important; }

.phase-table .toggle {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  color: #007dc3;
  font-weight: 700;
  cursor: pointer;
  min-height: 20px; }
  .phase-table .toggle .close {
    display: none;
    color: #f68b1f;
    border-bottom: 6px solid #f68b1f;
    width: 15px;
    position: relative;
    top: 14px; }
  .phase-table .toggle .open {
    font-size: 30px; }
  @media (max-width: 767px) {
    .phase-table .toggle {
      top: 5px;
      right: 0; } }

.phase-table .description {
  flex: 2; }
  .phase-table .description p {
    font-weight: 700;
    letter-spacing: 1px; }
  .phase-table .description ul {
    list-style-type: none;
    margin: 3px 0 25px 25px;
    padding: 0;
    font-size: 14px;
    color: #7f7f7f; }
  .phase-table .description li {
    list-style-type: none;
    margin: 3px 0 0 0;
    padding: 0;
    font-size: 14px;
    color: #7f7f7f; }
  @media (max-width: 767px) {
    .phase-table .description p {
      padding-right: 30px; }
      .phase-table .description p > * {
        display: inline-block;
        word-break: break-all; }
    .phase-table .description ul {
      margin-left: 15px; } }

.phase-table .phase {
  flex: 1;
  align-self: flex-end; }
  .phase-table .phase .the-phase {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .phase-table .phase .the-phase .bar {
      flex-basis: 33%;
      background-color: #c7e1ef;
      height: 10px;
      margin-right: 6px; }
      .phase-table .phase .the-phase .bar:first-child {
        background-color: #007dc3; }
      .phase-table .phase .the-phase .bar:nth-child(-n+3) {
        background-color: #007dc3; }
      .phase-table .phase .the-phase .bar:nth-child {
        background-color: #007dc3; }
  .phase-table .phase .text {
    flex-basis: 40%;
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    color: #007dc3;
    margin-top: -3px;
    height: auto; }
    .phase-table .phase .text p {
      font-size: 13px; }
  @media (max-width: 767px) {
    .phase-table .phase {
      float: right;
      width: 160px; } }

.phase-table .phase .the-phase .bar.small {
  flex-basis: 25%; }

.phase-table .phase .the-phase.post-market .bar {
  background-color: #f68b1f; }

.phase-table .phase .the-phase.post-market .text {
  color: #f68b1f; }

.drawer-inner {
  padding: 40px 15px 20px 15px;
  display: none; }

.drawer-inner.show {
  display: block; }

.drawer-contents {
  padding: 20px;
  background-color: #f3f3f3;
  color: #7f7f7f; }

.drawer-contents p:first-of-type {
  margin-top: 0; }

.drawer-contents p:last-of-type {
  margin-bottom: 0; }

.drawer-contents li {
  margin-top: 15px; }

.drawer-contents li:first-child {
  margin: 0; }

.phase-table ul > li {
  padding-left: 15px;
  position: relative; }

.phase-table .description li {
  padding-left: 15px; }

.phase-table ul > li:before {
  content: '•';
  color: #007dc3;
  position: absolute;
  top: 0;
  left: 0; }

.bar-blue {
  background-color: #c7e1ef !important; }

.bar-blue-txt {
  color: #c7e1ef !important; }

.bar-orange {
  background-color: #f68b1f !important; }

.bar-orange-txt {
  color: #f68b1f !important; }

.bar-phase-open {
  background-color: #9BACb6 !important; }

.bar-phase-3 {
  background-color: #D8DCDB !important; }

.bar-phase-4 {
  background-color: #BEB0A3 !important; }

.bar-phase-pre {
  background-color: #D1A7AD !important; }

.bar-phase-approve {
  background-color: #7976A3 !important; }

.bar-phase-open-txt {
  color: #9BACb6 !important; }

.bar-phase-3-txt {
  color: #D8DCDB !important; }

.bar-phase-4-txt {
  color: #BEB0A3 !important; }

.bar-phase-pre-txt {
  color: #D1A7AD !important; }

.bar-phase-approve-txt {
  color: #7976A3 !important; }

.single-card-wrapper .content-wrap p {
  margin-bottom: 0; }
  .single-card-wrapper .content-wrap p strong {
    color: #7f7f7f; }

.single-card-wrapper .content-wrap a:hover {
  text-decoration: underline; }

.accordion-list {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-left: 50px; }
  .accordion-list .card {
    border: none;
    border-top: 1px solid #d7d3d2;
    border-radius: 0px;
    padding: 0; }
    .accordion-list .card:last-of-type {
      border-bottom: 1px solid #d7d3d2; }
    .accordion-list .card > p {
      cursor: pointer;
      /*padding: 15px 0px 12px;*/
      margin: 0px;
      margin-left: 1.2rem;
      padding: 0;
      background: transparent; }
      .accordion-list .card > p .collapsed {
        color: #7f7f7f; }
        .accordion-list .card > p .collapsed:before {
          content: '+';
          margin-right: 0px;
          display: inline-block;
          width: 22px;
          position: absolute;
          left: 0;
          padding-left: 40px;
          cursor: default;
          pointer-events: none; }
      .accordion-list .card > p a {
        text-decoration: none;
        font-weight: 400;
        margin-bottom: 0;
        padding: 15px 0px 12px;
        letter-spacing: -.01em;
        font-size: 19px;
        text-transform: uppercase;
        line-height: 18px;
        color: #7f7f7f;
        display: block; }
        .accordion-list .card > p a:before {
          content: '-';
          margin-right: 0px;
          display: inline-block;
          width: 22px;
          position: absolute;
          left: 0;
          padding-left: 20px;
          cursor: default;
          pointer-events: none; }
    .accordion-list .card .card-body {
      padding-left: 20px;
      padding-top: 0px;
      padding-right: 50px; }
      .accordion-list .card .card-body p {
        color: #4e5052;
        margin-bottom: 5px;
        margin-top: 0;
        padding-bottom: 10px; }
        .accordion-list .card .card-body p:last-of-type {
          margin: 0px;
          padding-bottom: 15px; }
    .accordion-list .card .row {
      flex: none; }
  @media screen and (max-width: 767px) {
    .accordion-list {
      padding-left: 0px; }
      .accordion-list .card {
        padding-left: 20px; }
        .accordion-list .card .card-body {
          padding-right: 25px; } }

.legend-holder .legend-list {
  margin: 0;
  padding: 0;
  list-style: none; }

#menu-sidebar-investors {
  margin: 0;
  padding: 0;
  list-style: none; }

.dropdown.menu-item-has-children.open-close ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#ndq-tools ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.drop-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.connect {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.connect li.active a {
    color: #f68b1f; }

.add-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.copyright ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#main-content.product-single-page .product-page-custom-text-sidebar .related-links ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#main-content.portfolio-page .box-info .box-info-description-links ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.logo-holder {
  padding: 29px 0 15px; }
  .logo-holder .logo {
    float: left;
    width: 150px; }
    .logo-holder .logo img {
      width: 100%;
      display: block;
      height: auto; }
  .logo-holder:after {
    content: '';
    display: block;
    clear: both; }
  @media (max-width: 991px) {
    .logo-holder {
      padding: 20px 0; } }

.main-nav {
  position: relative;
  /*li*/ }
  .main-nav > li.active > a {
    color: #bd679c !important;
    text-decoration: none;
    -webkit-box-shadow: inset 0px 4px 0px 0px #bd679c;
    -moz-box-shadow: inset 0px 4px 0px 0px #bd679c;
    box-shadow: inset 0px 4px 0px 0px #bd679c; }
  .main-nav > li > ul > li.active > a {
    color: #f68b1f; }
  .main-nav li.active .slide li.active {
    color: #f68b1f; }
  .main-nav li.active .slide li.menu-item-has-children.mob-active.active {
    color: #f68b1f; }
    .main-nav li.active .slide li.menu-item-has-children.mob-active.active li.active {
      background: #f68b1f; }
      .main-nav li.active .slide li.menu-item-has-children.mob-active.active li.active a {
        color: #fff; }
  .main-nav .slide a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .main-nav ul {
    -moz-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -webkit-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
    .main-nav ul ul li {
      -moz-transition: background 0.3s ease-in-out;
      -webkit-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out; }
    .main-nav ul .menu-item-has-children > a {
      position: relative; }
  .main-nav > li > a {
    text-transform: capitalize; }
    @media (min-width: 992px) {
      .main-nav > li > a:after {
        content: none !important; } }
  .main-nav > li:hover > a {
    color: #f68b1f; }
  .main-nav > li.mob-active .slide .sub-menu-item .menu-link:hover {
    color: #f68b1f; }
  .main-nav > li.mob-active .slide .sub-menu-item .sub-sub-menu-item .sub-menu-link:hover {
    color: #fff; }
  .main-nav > li.mob-active > abefore {
    opacity: 1; }
  .main-nav > li ul > li {
    position: relative; }
  .main-nav a {
    padding: 5px 30px; }
  .main-nav li.mob-active > a:before {
    opacity: 0; }

/*main-nav*/
.main-nav ul .menu-item-has-children > a:after,
.main-nav ul .menu-item-has-children > a:before,
.sub-opener:after,
.sub-opener:before {
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  content: '';
  position: absolute;
  background: #f68b1f;
  height: 2px;
  width: 10px;
  right: 20px;
  top: 15px; }

.main-nav ul .menu-item-has-children > a:before,
.sub-opener:before {
  transform: rotate(90deg); }

.hz-header-wrap {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  font-family: "proxima-nova", sans-serif;
  top: 0px; }
  .hz-header-wrap:before {
    content: '';
    position: absolute;
    height: 4px;
    background: linear-gradient(to bottom, #6c6c6c 0%, transparent 100%);
    left: 0;
    width: 100%;
    bottom: -4px; }
  .hz-header-wrap .container {
    position: relative; }

.nav-active {
  /*overflow: hidden;*/ }
  .nav-active .nav-opener:after {
    transform: rotate(45deg);
    left: 0;
    right: 0;
    top: 8px; }
  .nav-active .nav-opener:before {
    transform: rotate(45deg);
    left: 0;
    right: 0;
    top: 8px;
    transform: rotate(-45deg); }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .drop-nav {
    opacity: 1;
    visibility: visible; }

.nav-opener {
  float: right;
  margin: 15px 0 0;
  position: relative;
  width: 35px;
  height: 20px; }
  .nav-opener:hover:after {
    left: 0;
    right: 0; }
  .nav-opener:hover:before {
    left: 0;
    right: 0; }
  .nav-opener:hover span {
    left: 0;
    right: 0; }
  .nav-opener:after {
    -moz-transition: left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    -webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    content: '';
    position: absolute;
    background: #007dc3;
    left: 3px;
    right: 3px;
    border-radius: 3px;
    height: 3px;
    top: 0; }
  .nav-opener:before {
    -moz-transition: left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    -webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    content: '';
    position: absolute;
    background: #007dc3;
    left: 3px;
    right: 3px;
    border-radius: 3px;
    height: 3px;
    top: 0;
    top: 16px; }
  .nav-opener span {
    -moz-transition: left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    -webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: left 0.3s ease-in-out, right 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    content: '';
    position: absolute;
    background: #007dc3;
    left: 3px;
    right: 3px;
    border-radius: 3px;
    height: 3px;
    top: 0;
    display: block;
    text-indent: -9999px;
    top: 8px; }

.drop-nav {
  -moz-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  margin: 1px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 20px 0;
  z-index: 2; }
  .drop-nav li.mob-active a:hover {
    color: #f68b1f; }
  .drop-nav a {
    -moz-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    display: block;
    padding: 5px;
    color: #40474e !important;
    font-weight: 700;
    text-decoration: none; }
  .drop-nav ul li {
    margin: 0; }
  .drop-nav .social-media {
    display: none; }
  .drop-nav .social-text {
    display: none; }
  .drop-nav .input-with-icon {
    display: inline-block;
    position: absolute;
    top: -88px;
    right: 35px;
    height: 39px;
    overflow: visible; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .drop-nav .input-with-icon {
        right: 20px; } }
    .drop-nav .input-with-icon a:hover {
      box-shadow: none; }
  .drop-nav .current-menu-ancestor > a {
    text-decoration: none;
    color: #f68b1f;
    -webkit-box-shadow: inset 0px 4px 0px 0px #007dc3;
    -moz-box-shadow: inset 0px 4px 0px 0px #007dc3;
    box-shadow: inset 0px 4px 0px 0px #007dc3; }
  .drop-nav .current_page_item > a {
    text-decoration: none;
    color: #f68b1f;
    -webkit-box-shadow: inset 0px 4px 0px 0px #007dc3;
    -moz-box-shadow: inset 0px 4px 0px 0px #007dc3;
    box-shadow: inset 0px 4px 0px 0px #007dc3; }
  .drop-nav ul.connect .current_page_item a {
    box-shadow: none; }

ul.connect {
  text-transform: capitalize; }
  ul.connect li a {
    -moz-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    display: block;
    padding: 5px;
    color: #70757a !important;
    font-weight: 700;
    text-decoration: none;
    border-right: none;
    font-size: 18px; }
    ul.connect li a:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      color: #f68b1f; }
    ul.connect li a:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      color: #f68b1f; }
  ul.connect li:nth-child(2):after {
    display: none; }
  ul.connect li:last-child:after {
    content: none; }
  ul.connect li.socials-mobile {
    display: none; }
    ul.connect li.socials-mobile a {
      padding: 10px 0;
      color: #7f7f7f; }
    ul.connect li.socials-mobile li {
      display: inline-block;
      vertical-align: top;
      padding: 0 10px 0 0; }
      ul.connect li.socials-mobile li a {
        display: block;
        width: 30px;
        height: 30px;
        border: 1px solid #7f7f7f;
        border-radius: 50%;
        position: relative;
        padding: 0; }
        ul.connect li.socials-mobile li a i {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 19px; }

.third-nav li a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #f68b1f; }

.third-nav .jcf-select-top-nav-global-select {
  width: 100%; }

.top-nav-global-select {
  visibility: hidden; }

.jcf-select-top-nav-global-select {
  border: none; }
  .jcf-select-top-nav-global-select .jcf-select-text {
    font-weight: 700;
    font-size: 18px;
    color: #007dc3;
    margin: 0 25px 0 0px; }
    .jcf-select-top-nav-global-select .jcf-select-text:before {
      content: " ";
      width: 20px;
      height: 20px;
      /*background-image: url("../../images/horizonpharma/global-menu-sprite.png");*/
      background-position: -3px -25px;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: top;
      margin-top: 5px;
      margin-right: 7px; }
    .jcf-select-top-nav-global-select .jcf-select-text span {
      max-width: 250px;
      display: inline-block;
      color: transparent; }
      .jcf-select-top-nav-global-select .jcf-select-text span:before {
        content: 'United States';
        color: #007dc3; }
  .jcf-select-top-nav-global-select .jcf-select-opener {
    border: none;
    width: 25px;
    bottom: 0;
    right: 80px;
    top: -1px;
    font-family: 'Font Awesome 5 Pro'; }
    .jcf-select-top-nav-global-select .jcf-select-opener:hover {
      background: transparent; }
      .jcf-select-top-nav-global-select .jcf-select-opener:hover:before {
        color: #f68b1f; }
    .jcf-select-top-nav-global-select .jcf-select-opener:before {
      font-size: 25px;
      line-height: 33px;
      color: #007dc3;
      display: block;
      content: "\f107"; }
  .jcf-select-top-nav-global-select .jcf-list .jcf-list-content li:first-child {
    display: none; }
  .jcf-select-top-nav-global-select .jcf-list .jcf-option {
    font-size: 12px; }
  .jcf-select-top-nav-global-select:hover .jcf-select-text {
    color: #f68b1f; }
    .jcf-select-top-nav-global-select:hover .jcf-select-text:before {
      background-position: -3px 0px; }
    .jcf-select-top-nav-global-select:hover .jcf-select-text span:before {
      color: #f68b1f; }
  .jcf-select-top-nav-global-select:hover .jcf-select-opener {
    transition: none; }
    .jcf-select-top-nav-global-select:hover .jcf-select-opener:before {
      color: #f68b1f;
      transition: none; }

.jcf-select-top-nav-global-select.jcf-select-drop .jcf-select-drop-content {
  border: none; }
  .jcf-select-top-nav-global-select.jcf-select-drop .jcf-select-drop-content .jcf-list {
    background: #f6f6f6;
    color: #7f7f7f;
    letter-spacing: 0.5px;
    max-width: 105px;
    float: right; }

.jcf-select-top-nav-global-select.jcf-drop-active .jcf-select-text {
  color: #f68b1f; }
  .jcf-select-top-nav-global-select.jcf-drop-active .jcf-select-text:before {
    background-position: -3px 0px; }
  .jcf-select-top-nav-global-select.jcf-drop-active .jcf-select-text span:before {
    color: #f68b1f; }

.jcf-select-top-nav-global-select.jcf-drop-active .jcf-select-opener {
  transition: none;
  transform: rotate(180deg); }
  .jcf-select-top-nav-global-select.jcf-drop-active .jcf-select-opener:before {
    color: #f68b1f;
    transition: none;
    margin-top: 2px; }

@media (min-width: 992px) {
  .logo-holder .logo {
    margin: 0 auto;
    width: 239px;
    display: block;
    float: none; }
  .main-nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    height: 1px;
    background: linear-gradient(to right, transparent 0%, #c9c9c9 12%, #c9c9c9 88%, transparent 100%); }
  .main-nav ul a {
    color: #7f7f7f;
    padding: 7px 30px 7px 10px !important;
    font-size: 15px;
    white-space: normal !important; }
  .main-nav > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 19%;
    width: 166px;
    float: none !important; }
    .main-nav > li > ul {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #fff;
      box-shadow: 0 3px 2px 2px rgba(0, 0, 0, 0.1); }
      .main-nav > li > ul > li {
        border-bottom: 1px solid #d1d3d4; }
        .main-nav > li > ul > li a:hover {
          font-weight: 400 !important; }
    .main-nav > li:hover > a {
      color: #bd679c !important; }
    .main-nav > li:hover .slide {
      display: block;
      border: none !important;
      width: 100% !important;
      top: 100% !important;
      box-shadow: 0 3px 2px 2px rgba(0, 0, 0, 0.1) !important; }
    .main-nav > li > a {
      font-size: 18px !important;
      width: auto !important;
      padding: 8px 10px 10px !important;
      line-height: normal !important;
      font-weight: 600 !important;
      text-align: center !important; }
  .nav-opener {
    display: none; }
  .drop-nav {
    background: transparent;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 30px 0 0; }
  ul.connect {
    position: absolute;
    top: -37px;
    right: 0;
    min-width: 200px; }
    ul.connect li {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 0 5px 0 0; } }
    @media (min-width: 992px) and (min-width: 992px) {
      ul.connect li {
        margin: 0px 5px 0px 0px;
        padding: 0px 6px 0 0; } }

@media (min-width: 992px) {
      ul.connect li:after {
        content: '';
        position: absolute;
        width: 2px;
        right: 0;
        top: 5px;
        bottom: 5px;
        background: #7f7f7f; }
    ul.connect a {
      padding: 0 5px; }
  .third-nav {
    position: absolute;
    top: -37px;
    left: 26px;
    min-width: 200px;
    margin: 0 25px 0 0;
    text-align: left; }
  .drop-nav {
    background: transparent;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 30px 0 0;
    font-size: 18px; }
  .main-nav:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    right: -10px;
    height: 1px;
    background: linear-gradient(to right, transparent 0%, #c9c9c9 12%, #c9c9c9 88%, transparent 100%); }
  .main-nav ul a {
    color: #7f7f7f; }
  .main-nav > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 19%;
    width: 166px;
    border-bottom: none !important; }
    .main-nav > li:hover .slide {
      display: block; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  ul.connect {
    min-width: 280px; } }

@media (max-width: 991px) {
  .drop-nav .social-media {
    display: block;
    clear: both; }
    .drop-nav .social-media ul {
      margin-left: 30px; }
      .drop-nav .social-media ul li a {
        display: block;
        width: 30px;
        height: 30px;
        border: 1px solid #7f7f7f;
        border-radius: 50%;
        position: relative;
        padding: 0; } }
      @media (max-width: 991px) and (max-width: 991px) {
        .drop-nav .social-media ul li a:before {
          color: #7f7f7f !important;
          padding: 12px 30px 9px !important;
          font-size: 16px !important; } }

@media (max-width: 991px) {
    .drop-nav .social-media li {
      border-top: 1px solid #f3f3f3;
      text-transform: uppercase;
      float: left;
      padding: 0 10px 0 0; }
  .drop-nav .social-text {
    display: block;
    color: #7f7f7f;
    pointer-events: none;
    clear: both; }
  .drop-nav .input-with-icon {
    display: none; } }

@media (max-width: 767px) {
  .logo-holder .logo {
    margin-left: 15.8%; }
  .main-nav > li.mob-active .slide {
    background: linear-gradient(to bottom, #e4e4e4 0%, #fff 3px, #fff 100%); }
    .main-nav > li.mob-active .slide .sub-menu-item .menu-link {
      padding: 6px 40px 12px 55px;
      color: #7f7f7f; }
    .main-nav > li.mob-active .slide .sub-menu-item .sub-sub-menu-item .sub-menu-link {
      padding-left: 70px; }
      .main-nav > li.mob-active .slide .sub-menu-item .sub-sub-menu-item .sub-menu-link:hover {
        color: #f68b1f; }
    .main-nav > li.mob-active .slide .slide li a {
      padding: 6px 40px 12px 55px !important; }
      .main-nav > li.mob-active .slide .slide li a:before {
        content: "–";
        margin-right: 5px;
        background: none; }
    .main-nav > li.mob-active .slide li a {
      color: #7f7f7f; }
  .main-nav a {
    padding: 12px 30px; }
  .main-nav li > a:after {
    right: 41px;
    top: 21px; }
  .main-nav li > a:before {
    right: 41px;
    top: 21px; }
  .nav-opener {
    width: 25px;
    margin: 19px 20px 0 0; }
  ul.connect li.socials-mobile {
    display: inline-block;
    border-top: 1px solid #f3f3f3;
    text-transform: uppercase;
    float: left;
    margin-left: 30px; }
  .sub-opener:after {
    right: 41px;
    top: 21px; }
  .sub-opener:before {
    right: 41px;
    top: 21px; }
  .main-nav ul .menu-item-has-children > a:after,
  .main-nav ul .menu-item-has-children > a:before,
  .sub-opener:after,
  .sub-opener:before {
    right: 41px;
    top: 21px; } }

.drop-nav li.mob-active a:hover {
  color: #f68b1f; }

.drop-nav a:hover {
  text-decoration: none;
  color: #f68b1f;
  -webkit-box-shadow: inset 0px 4px 0px 0px #007dc3;
  -moz-box-shadow: inset 0px 4px 0px 0px #007dc3;
  box-shadow: inset 0px 4px 0px 0px #007dc3; }

.drop-nav .connect .current_page_item a {
  box-shadow: none; }

.main-nav {
  position: relative; }
  .main-nav .slide {
    display: none; }
    .main-nav .slide a {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .main-nav ul {
    -moz-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -webkit-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  .main-nav > li > a {
    text-transform: capitalize; }
  .main-nav > li:hover > a {
    color: #f68b1f; }
  .main-nav > li.mob-active .slide .sub-menu-item .menu-link:hover {
    color: #f68b1f; }
  .main-nav > li.mob-active .slide .sub-menu-item .sub-sub-menu-item .sub-menu-link:hover {
    color: #fff; }

@media (max-width: 991px) {
  .nav-active .drop-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
    height: calc(80vh);
    overflow-y: scroll;
    display: block; }
  .drop-nav .current-menu-ancestor > a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #f68b1f; }
  .drop-nav .current_page_item > a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: #f68b1f; }
  .main-nav .slide {
    padding: 0px 20px !important; }
  .main-nav > li.mob-active > .slide {
    display: block !important; }
    .main-nav > li.mob-active > .slide a {
      color: #7f7f7f !important;
      padding: 12px 30px 9px !important;
      font-size: 16px !important;
      font-weight: 400 !important; }
    .main-nav > li.mob-active > .slide li.active a {
      color: #40474e !important; }
  .drop-nav ul.connect {
    float: left; }
    .drop-nav ul.connect li a {
      padding: 12px 30px;
      font-size: 16px; }
  .drop-nav a {
    text-align: left;
    padding: 12px 30px 9px; }
    .drop-nav a:hover {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  .main-nav > li {
    border-bottom: 0 !important;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    position: relative; }
    .main-nav > li .slide li a:after {
      background: #007dc3; }
    .main-nav > li .slide li a:before {
      background: #007dc3; }
    .main-nav > li > a {
      font-size: 16px !important;
      padding: 12px 30px 9px !important;
      font-weight: 600 !important;
      border: none !important;
      color: #40474e !important; }
      .main-nav > li > a:before {
        -moz-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        content: '';
        position: absolute;
        height: 2px;
        width: 10px;
        background: #007dc3;
        right: 41px;
        top: 21px;
        transform: rotate(90deg); }
      .main-nav > li > a:after {
        -moz-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        content: '';
        position: absolute;
        height: 2px;
        width: 10px;
        background: #007dc3;
        right: 41px;
        top: 21px; }
  .main-nav > li.mob-active .slide li.isactive .slide {
    display: none; }
  .main-nav > li.mob-active .slide li.mob-active .slide {
    display: block !important;
    border: none; }
  .connect li:first-child {
    display: none; }
  .connect li a {
    padding: 12px 30px 9px;
    font-size: 16px; }
  .third-nav {
    display: none; } }

@media (max-width: 991px) {
  .menu-item-has-children > a {
    pointer-events: none; }
  .main-nav > li.active > a {
    box-shadow: none;
    -webkit-box-shadow: none; }
  .main-nav > li.menu-item-has-children > a {
    color: #007dc3; }
  .main-nav > li.menu-item-has-children.active > a {
    color: #007dc3;
    -webkit-box-shadow: inset 0px 0px 0px transparent !important;
    -moz-box-shadow: inset 0px 0px 0px transparent !important;
    box-shadow: inset 0px 0px 0px transparent !important; }
  .main-nav > li.menu-item-has-children.mob-active > a {
    color: #f68b1f; }
  .main-nav > li.menu-item-has-children.mob-active:hover > a {
    color: #f68b1f; }
  .main-nav > li.menu-item-has-children:hover > a {
    color: #007dc3; }
  .main-nav .slide .mob-active .slide .active {
    background-color: transparent;
    color: #f68b1f; }
    .main-nav .slide .mob-active .slide .active a {
      color: #f68b1f; }
  .main-nav li.active .slide li.menu-item-has-children.mob-active.active li.active {
    background-color: transparent; }
    .main-nav li.active .slide li.menu-item-has-children.mob-active.active li.active a {
      color: #f68b1f; } }

@media (min-width: 768px) {
  .main-nav > li > .opener-slide:after {
    content: none; }
  .main-nav > li > .opener-slide:before {
    content: none; }
  .main-nav a {
    padding: 10px; }
  .main-nav a {
    padding: 10px; }
  .main-nav ul {
    text-align: left; }
    .main-nav ul a {
      padding: 5px 20px 5px 10px;
      font-size: 15px !important;
      line-height: 20px !important;
      color: #40474e !important;
      font-weight: 400 !important; }
    .main-nav ul li.mob-active ul {
      padding-bottom: 4px; }
    .main-nav ul ul li {
      padding-left: 11px;
      position: relative;
      display: none; }
      .main-nav ul ul li:hover {
        background: #f8ac60; }
        .main-nav ul ul li:hover:before {
          background: #fff; }
        .main-nav ul ul li:hover a {
          color: #fff; }
      .main-nav ul ul li:before {
        -moz-transition: background 0.3s ease-in-out;
        -webkit-transition: background 0.3s ease-in-out;
        -o-transition: background 0.3s ease-in-out;
        transition: background 0.3s ease-in-out;
        content: '';
        position: absolute;
        top: 13px;
        left: 11px;
        width: 3px;
        height: 3px;
        background: #7f7f7f;
        border-radius: 50%; }
      .main-nav ul ul li a {
        padding: 3px 9px !important;
        font-weight: 400; }
    .main-nav ul ul li.mob-active {
      background: #f8ac60; }
      .main-nav ul ul li.mob-active:before {
        background: #fff; }
      .main-nav ul ul li.mob-active a {
        color: #fff; }
    .main-nav ul .menu-item-has-children > a {
      padding: 3px 9px; }
      .main-nav ul .menu-item-has-children > a:after {
        right: 10px; }
      .main-nav ul .menu-item-has-children > a:before {
        right: 10px; }
  .drop-nav ul ul li.mob-active .slide a:hover {
    color: #fff; }
  .sub-opener:after {
    right: 10px; }
  .sub-opener:before {
    right: 10px; } }

@media (min-width: 768px) and (max-width: 1200px) {
  .main-nav ul ul li:before {
    top: 10px; } }

@media (max-width: 1024px) {
  .drop-nav ul.connect {
    min-width: 275px; } }

@media (min-width: 1200px) {
  ul.connect {
    top: -34px;
    right: 61px; }
    ul.connect li {
      margin: 0 10px 0 0;
      padding: 0 11px 0 0; }
  .drop-nav .main-nav {
    margin: 0 -50px; }
    .drop-nav .main-nav:before {
      left: -20px;
      right: -20px; }
    .drop-nav .main-nav ul {
      font-size: 15px;
      line-height: 1.35; }
    .drop-nav .main-nav > li {
      margin: 0 15.5px;
      border-bottom: none; } }

li.menu-item-has-children .menu-item-has-children .slide {
  display: none !important; }

li.menu-item-has-children.mob-active .slide {
  background: linear-gradient(to bottom, #e4e4e4 0%, #fff 3px, #fff 100%);
  box-shadow: none !important;
  position: relative !important; }
  @media (min-width: 992px) {
    li.menu-item-has-children.mob-active .slide {
      display: block !important; } }
  li.menu-item-has-children.mob-active .slide li {
    display: block; }

/*site-selector*/
.site-selector {
  position: absolute;
  top: -37px;
  left: 40px; }
  @media (max-width: 991px) {
    .site-selector {
      display: none; } }
  .site-selector .drop-selector > ul > li span {
    background-color: transparent;
    color: #70757a;
    font-size: 18px; }
    .site-selector .drop-selector > ul > li span.select-open:after {
      transform: rotate(180deg);
      right: 12px;
      top: 21px; }
    .site-selector .drop-selector > ul > li span:after {
      font-family: 'Font Awesome 5 Pro';
      position: absolute;
      right: 25px;
      top: 2px;
      display: block;
      content: "\f107";
      color: #70757a;
      font-size: 22px;
      border: 0px;
      font-weight: 300; }
    .site-selector .drop-selector > ul > li span:before {
      content: "";
      width: 25px;
      height: 25px;
      background-image: url(../../images/horizonpharma/globe-default.png);
      background-repeat: no-repeat;
      vertical-align: top;
      position: absolute;
      top: -2px;
      left: -12px; }
    .site-selector .drop-selector > ul > li span.select-open {
      color: #BD679C;
      text-shadow: 0 0 0.01px #BD679C; }
      .site-selector .drop-selector > ul > li span.select-open:after {
        color: #BD679C; }
      .site-selector .drop-selector > ul > li span.select-open:before {
        width: 25px;
        height: 25px;
        background-image: url(../../images/horizonpharma/globe-active.png); }
    .site-selector .drop-selector > ul > li span:hover {
      color: #BD679C;
      text-shadow: 0 0 0.01px #BD679C; }
      .site-selector .drop-selector > ul > li span:hover:after {
        color: #BD679C; }
      .site-selector .drop-selector > ul > li span:hover:before {
        width: 25px;
        height: 25px;
        background-image: url(../../images/horizonpharma/globe-active.png); }
  .site-selector .drop-selector > ul > li ul {
    position: absolute;
    top: 100%;
    background-color: transparent;
    display: block;
    min-height: 0;
    padding: 0; }
    .site-selector .drop-selector > ul > li ul li {
      top: 5px;
      position: relative;
      background: #f6f6f6;
      left: 130px;
      padding: 5px 55px 5px 9px;
      display: inline-block; }
      .site-selector .drop-selector > ul > li ul li.active a {
        color: #BD679C !important;
        font-weight: bold; }
      .site-selector .drop-selector > ul > li ul li.active:first-of-type:before {
        width: 25px;
        height: 25px;
        background-image: url(../../images/horizonpharma/globe-active.png); }
      .site-selector .drop-selector > ul > li ul li:first-of-type a {
        padding-right: 12px; }
        .site-selector .drop-selector > ul > li ul li:first-of-type a:after {
          top: 5px;
          background: #58585B;
          content: '';
          position: absolute;
          width: 2px;
          right: 0;
          height: 16px;
          margin-left: 0;
          display: none; }
      .site-selector .drop-selector > ul > li ul li:last-child a {
        padding: 0px; }
      .site-selector .drop-selector > ul > li ul li a {
        background-color: transparent;
        border-bottom: 0px;
        line-height: 23px;
        font-size: 18px;
        padding: 0px 5px;
        padding-bottom: 0px;
        font-weight: 500;
        color: #58585B; }
        .site-selector .drop-selector > ul > li ul li a:hover {
          color: #BD679C !important;
          text-shadow: 0 0 0.01px #BD679C;
          box-shadow: none; }
      .site-selector .drop-selector > ul > li ul li:last-child a:after {
        height: 0px; }

.drop-selector ul ul li:last-child {
  top: 25px;
  position: relative;
  background: #f6f6f6; }
  .drop-selector ul ul li:last-child a {
    color: #7f7f7f !important;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 12px !important;
    line-height: normal !important; }

.select-open {
  font-size: 120%;
  color: red; }

.site-selector {
  position: absolute;
  left: 22px;
  top: -36.5px;
  min-width: 260px; }
  @media (max-width: 991px) {
    .site-selector {
      display: none; } }
  .site-selector .drop-selector > ul > li span {
    background-color: transparent;
    display: none; }
  .site-selector .drop-selector > ul > li:before {
    content: ""; }
  .site-selector .drop-selector > ul > li ul {
    position: absolute;
    top: 100%;
    background-color: transparent;
    display: block;
    min-height: 0;
    padding: 0; }
    .site-selector .drop-selector > ul > li ul li {
      background-color: transparent;
      padding: 0px;
      display: inline-block !important;
      left: 1px;
      top: -0.5px;
      vertical-align: bottom; }
      .site-selector .drop-selector > ul > li ul li:before {
        content: ""; }
      .site-selector .drop-selector > ul > li ul li:after {
        top: 6px;
        background: #7f7f7f;
        content: '';
        position: absolute;
        width: 2px;
        right: -5px;
        height: 16px;
        margin-left: 0; }
      .site-selector .drop-selector > ul > li ul li:last-child a {
        line-height: 23px !important;
        font-size: 18px !important;
        color: #70757A !important; }
      .site-selector .drop-selector > ul > li ul li:last-child:after {
        display: none; }
      .site-selector .drop-selector > ul > li ul li:first-of-type a {
        padding-right: 12px;
        color: #BD679C !important; }
      .site-selector .drop-selector > ul > li ul li:first-of-type:before {
        content: "";
        width: 25px;
        height: 25px;
        background-image: url(../../images/horizonpharmacanada/globe-active.svg);
        background-repeat: no-repeat;
        background-size: 24px 24px;
        vertical-align: top;
        position: absolute;
        top: 0;
        left: -26px; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .site-selector .drop-selector > ul > li ul li:first-of-type:before {
            left: -25px; } }
      .site-selector .drop-selector > ul > li ul li:last-child a {
        padding-left: 15px; }
      .site-selector .drop-selector > ul > li ul li a {
        background-color: transparent;
        border-bottom: 0px;
        line-height: 23px;
        font-size: 18px;
        padding: 0px 5px;
        padding-bottom: 0px;
        font-weight: 400;
        color: #58585B;
        cursor: pointer; }
        .site-selector .drop-selector > ul > li ul li a:hover {
          color: #BD679C !important;
          text-shadow: 0 0 0.01px #BD679C;
          box-shadow: none; }
      .site-selector .drop-selector > ul > li ul li a:after {
        height: 0px;
        width: 0px; }

.site-selector .drop-selector > ul > li ul li:last-child {
  left: 0px; }
  @media (min-width: 992px) and (max-width: 1023px) {
    .site-selector .drop-selector > ul > li ul li:last-child {
      top: -10px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .main-nav > li {
    width: 100% !important; } }

@media (max-width: 991px) {
  .main-nav > li.menu-item-has-children.active > a {
    color: #40474e !important; } }

.people-list-wrap {
  display: flex;
  flex: 1;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .people-list-wrap {
      flex-direction: column; } }
  .people-list-wrap .image-items-wrap {
    margin-bottom: 60px; }

.image-items-wrap {
  width: 100%;
  min-width: 0px; }
  .image-items-wrap img {
    width: 100%; }
  @media (max-width: 767px) {
    .image-items-wrap {
      margin: auto; } }
  .image-items-wrap .image-item {
    margin-bottom: 10px;
    position: relative; }
  .image-items-wrap .image-meta {
    display: flex;
    flex-direction: column; }
    .image-items-wrap .image-meta h4 {
      color: #7f7f7f;
      font-size: 18px;
      line-height: 22px;
      padding: 0;
      margin-top: 8px;
      margin-bottom: 0;
      font-weight: 700; }
    .image-items-wrap .image-meta h5 {
      color: #f68b1f;
      line-height: 21.3px;
      font-size: 18px;
      margin-bottom: 5px;
      margin-top: 3px; }

/* Fancybox custom styles */
.fancybox-skin {
  border-radius: 0px !important; }
  .fancybox-skin .fancybox-close {
    background: #333333;
    right: 0;
    top: -10%;
    width: 30px;
    height: 30px;
    border-radius: 10px; }
    .fancybox-skin .fancybox-close:before {
      content: '';
      position: absolute;
      height: 13px;
      width: 2px;
      background-color: #fff;
      top: 8px;
      left: 50%;
      transform: rotate(45deg); }
    .fancybox-skin .fancybox-close:after {
      content: '';
      position: absolute;
      height: 13px;
      width: 2px;
      background-color: #fff;
      top: 8px;
      left: 50%;
      transform: rotate(-45deg); }

#external-link-dialog .modal-content {
  border: 0px solid rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    #external-link-dialog .modal-content {
      padding: 30px 20px 30px 20px !important; } }

.leaving-site-modal {
  background: rgba(17, 21, 21, 0.94);
  padding-left: 0px; }
  .leaving-site-modal .modal-dialog {
    top: 15%;
    max-width: 950px !important;
    width: 100% !important; }
    @media (max-width: 991px) {
      .leaving-site-modal .modal-dialog {
        width: 95% !important;
        margin: 0px 20px; } }
    @media (max-width: 768px) {
      .leaving-site-modal .modal-dialog {
        width: 745px !important; } }
    @media (max-width: 767px) {
      .leaving-site-modal .modal-dialog {
        width: 95% !important;
        margin: 0px 20px;
        top: 22% !important; } }
    @media (max-width: 480px) {
      .leaving-site-modal .modal-dialog {
        width: 90% !important;
        margin: 0px 25px; } }
    @media (max-width: 479px) {
      .leaving-site-modal .modal-dialog {
        width: 375px !important;
        margin: 0px 20px; } }
    @media (max-width: 385px) {
      .leaving-site-modal .modal-dialog {
        width: 335px !important;
        margin: 0px 20px; } }
    @media (max-width: 360px) {
      .leaving-site-modal .modal-dialog {
        width: 320px !important;
        margin: 0px 20px; } }
    @media (max-width: 320px) {
      .leaving-site-modal .modal-dialog {
        width: 300px !important;
        margin: 0px 10px; } }
    .leaving-site-modal .modal-dialog .modal-content {
      border-top: 12px solid #007dc3 !important;
      padding: 30px 20px 60px 20px !important; }
    .leaving-site-modal .modal-dialog .modal-header {
      padding-bottom: 0px;
      position: relative; }
      @media (max-width: 767px) {
        .leaving-site-modal .modal-dialog .modal-header {
          padding: 0; } }
      .leaving-site-modal .modal-dialog .modal-header .modal-title {
        font-size: 36px;
        color: #f68b1f !important;
        font-weight: 700;
        line-height: 1.25;
        padding-bottom: 10px; }
        @media (max-width: 767px) {
          .leaving-site-modal .modal-dialog .modal-header .modal-title {
            padding-top: 0; } }
        @media (max-width: 480px) {
          .leaving-site-modal .modal-dialog .modal-header .modal-title {
            font-size: 20px; } }
      .leaving-site-modal .modal-dialog .modal-header .btn-close {
        position: absolute;
        display: block !important;
        background: #333333;
        right: -20px;
        top: -100px;
        padding: 0px !important;
        width: 30px;
        height: 30px;
        border-radius: 10px; }
        .leaving-site-modal .modal-dialog .modal-header .btn-close:after {
          content: '';
          position: absolute;
          height: 13px;
          width: 2px;
          background-color: #fff;
          top: 8px;
          left: 50%;
          transform: rotate(-45deg); }
        .leaving-site-modal .modal-dialog .modal-header .btn-close:before {
          content: '';
          position: absolute;
          height: 13px;
          width: 2px;
          background-color: #fff;
          top: 8px;
          left: 50%;
          transform: rotate(45deg); }
        @media (max-width: 767px) {
          .leaving-site-modal .modal-dialog .modal-header .btn-close {
            top: -110%; } }
        @media (max-width: 600px) {
          .leaving-site-modal .modal-dialog .modal-header .btn-close {
            top: -150%; } }
        @media (max-width: 480px) {
          .leaving-site-modal .modal-dialog .modal-header .btn-close {
            top: -80px; } }
    .leaving-site-modal .modal-dialog .modal-body {
      font-size: 24px;
      color: #7f7f7f;
      line-height: 30px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        .leaving-site-modal .modal-dialog .modal-body {
          padding-left: 0px; } }
      @media (max-width: 480px) {
        .leaving-site-modal .modal-dialog .modal-body {
          font-size: 16px;
          line-height: 22px; } }
    .leaving-site-modal .modal-dialog .modal-footer {
      display: block;
      text-align: center; }
      .leaving-site-modal .modal-dialog .modal-footer .btn {
        background: #f68b1f !important;
        border-radius: 30px;
        color: #FFFFFF;
        font-size: 16px;
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        padding: 5px 25px;
        margin-right: 20px;
        border: none; }
        .leaving-site-modal .modal-dialog .modal-footer .btn:hover {
          color: #FFFFFF !important;
          background: #f8ac60 !important; }
        @media (max-width: 767px) {
          .leaving-site-modal .modal-dialog .modal-footer .btn {
            margin-right: 0; } }
      @media (max-width: 480px) {
        .leaving-site-modal .modal-dialog .modal-footer {
          padding: 25px 0px; } }

.two-column-list h3 {
  margin-left: 0;
  margin-bottom: 0;
  padding-top: 10px; }

.two-column-list .featuredContent {
  list-style-type: none;
  margin-bottom: 0px; }
  .two-column-list .featuredContent li {
    border-bottom: 1px solid #cccccc;
    margin: 15px 0; }
    .two-column-list .featuredContent li:last-of-type {
      border-bottom: none;
      margin-bottom: 0px; }
    .two-column-list .featuredContent li .list-link .link-underline {
      color: #7f7f7f;
      float: left;
      width: 20%;
      font-size: 13px; }
      @media (max-width: 767px) {
        .two-column-list .featuredContent li .list-link .link-underline {
          padding-right: 10px; } }
    .two-column-list .featuredContent li .list-link .grey-text {
      margin-bottom: 10px;
      width: 80%;
      display: inline-block;
      margin: 0px 0px 10px 0px; }

.two-column-list .load-more-link {
  margin-left: 25px; }

.featuredContent span {
  padding-right: 10px; }

.box-wrapper {
  padding: 0px 15px; }
  .box-wrapper:first-of-type {
    padding-left: 0; }
  .box-wrapper:last-of-type {
    padding-right: 0; }
  .box-wrapper .cta-wrapper {
    background: rgba(255, 255, 255, 0.2); }
    .box-wrapper .cta-wrapper .content-title {
      letter-spacing: 1px;
      border-top: 8px solid #017dc3;
      border-width: 8px 0px 0px;
      padding: 21px 25px 18px;
      background: #ffffff; }
      .box-wrapper .cta-wrapper .content-title h2 {
        font-size: 26px;
        color: #f68b1f;
        margin-bottom: 0;
        font-weight: 700;
        padding: 0px; }
    .box-wrapper .cta-wrapper .content-wrapper {
      color: #ffffff;
      font-size: 16px;
      line-height: 18px;
      padding: 25px 24px 25px;
      height: auto;
      border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
      .box-wrapper .cta-wrapper .content-wrapper .leave-site-off {
        color: #ffffff; }
        .box-wrapper .cta-wrapper .content-wrapper .leave-site-off span {
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          display: block; }
        .box-wrapper .cta-wrapper .content-wrapper .leave-site-off:first-of-type:after {
          height: 1px;
          background: #fff;
          content: " ";
          display: block;
          margin: 12px 0px;
          width: 125px; }
      .box-wrapper .cta-wrapper .content-wrapper span {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        display: block; }
    .box-wrapper .cta-wrapper .btn-wrapper {
      text-align: center;
      padding-top: 15px;
      padding-bottom: 15px; }
      .box-wrapper .cta-wrapper .btn-wrapper a {
        font-size: 16px;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 400; }
        .box-wrapper .cta-wrapper .btn-wrapper a:after {
          content: '';
          display: inline-block;
          width: 5px;
          height: 9px;
          margin-top: -4px;
          margin-left: 4px;
          vertical-align: middle;
          background-size: 100% 100%; }
    @media (max-width: 768px) {
      .box-wrapper .cta-wrapper {
        background: #989898; } }

/*cta blocks demo css which has to be removed after testing*/
.cta_module {
  z-index: 963;
  background-size: 100% 100%; }
  @media (min-width: 1200px) {
    .cta_module .container {
      padding: 0; } }

/*cta blocks demo css*/
.contact-form-inquiry .form-group label {
  font-size: 17px; }
  .contact-form-inquiry .form-group label sup {
    color: #ff0000; }

.contact-form-inquiry .form-group input {
  font-size: 16px;
  font-weight: 300;
  padding: 6px;
  margin: 0 0 10px;
  border-radius: 0;
  border: 1px solid #ddd;
  width: 100%;
  display: block;
  color: #54585a; }
  .contact-form-inquiry .form-group input:hover {
    border: 1px solid #54585a; }
  .contact-form-inquiry .form-group input.input-validation-error {
    border: 2px solid #ff0000; }
  .contact-form-inquiry .form-group input:focus {
    outline: -webkit-focus-ring-color auto 5px;
    box-shadow: none; }

.contact-form-inquiry .form-group input[type="phone"] {
  font-family: "proxima-nova", sans-serif; }
  .contact-form-inquiry .form-group input[type="phone"]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    box-shadow: none; }

.contact-form-inquiry .form-group textarea {
  border-radius: 0;
  border: 1px solid #ddd;
  width: 100%;
  display: block;
  height: 165px !important; }
  .contact-form-inquiry .form-group textarea.input-validation-error {
    border: 2px solid #ff0000; }
    .contact-form-inquiry .form-group textarea.input-validation-error:hover {
      border: 2px solid #ff0000; }
  .contact-form-inquiry .form-group textarea:hover {
    border: 1px solid #54585a; }
  .contact-form-inquiry .form-group textarea:focus {
    outline: -webkit-focus-ring-color auto 5px;
    box-shadow: none; }

.contact-form-inquiry .form-group #textarea {
  margin-bottom: 10px; }
  .contact-form-inquiry .form-group #textarea::placeholder {
    color: #aeaeae; }

.contact-form-inquiry .form-group .field-validation-error span {
  color: #ff0000; }

.contact-form-inquiry .form-group .red {
  color: red; }

.contact-form-inquiry .validation_form_error {
  color: #A90202;
  margin: 20px 0;
  font-size: 17px;
  font-weight: 700;
  display: none; }

.contact-form-inquiry .submit-btn {
  height: 35px;
  min-width: 105px;
  background: #f68b1f;
  border-radius: 20px;
  border: 1px solid #f68b1f;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "proxima_nova",sans-serif;
  outline: none;
  float: right;
  margin-top: 40px;
  margin-bottom: 40px; }
  .contact-form-inquiry .submit-btn:hover {
    color: #fff;
    background: #de750a;
    border-color: #de750a; }

.images-only-tile {
  text-align: center; }
  .images-only-tile .image-tile-only {
    display: inline-block;
    width: 210px;
    height: 355px;
    border: 1px solid #9b9b9b;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 39px;
    padding-top: 22px; }
    .images-only-tile .image-tile-only img {
      text-align: center;
      margin: auto; }
      @media (max-width: 767px) {
        .images-only-tile .image-tile-only img {
          width: auto; } }
    .images-only-tile .image-tile-only .img-tile-hide-variation {
      display: none; }

.pd-archive-video-row {
  width: 100%;
  padding-bottom: 20px; }
  .pd-archive-video-row h3.videoHeading {
    display: none; }

.pd-single-video {
  float: left;
  padding: 5px;
  width: 50%;
  outline: none; }
  .pd-single-video:nth-child(2n+1) {
    clear: both; }
  .pd-single-video .pd-single-video-wrap {
    height: 204px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: cover; }
    .pd-single-video .pd-single-video-wrap img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 100%;
      min-height: 204px;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover; }
    .pd-single-video .pd-single-video-wrap:hover .pd_video_overlay_hover {
      opacity: 1;
      visibility: visible;
      display: block;
      -moz-transition: opacity 0.5s ease-in-out;
      -webkit-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
    .pd-single-video .pd-single-video-wrap:before {
      background: #3b99cd;
      background: rgba(59, 153, 205, 0.8);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: ' ';
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      display: none; }
    .pd-single-video .pd-single-video-wrap .pd_video_overlay_hover {
      pointer-events: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      opacity: 0;
      visibility: hidden;
      display: none; }
      .pd-single-video .pd-single-video-wrap .pd_video_overlay_hover .pd_video_overlay_hover-table {
        display: table;
        table-layout: fixed;
        width: 100%;
        height: 100%; }
        .pd-single-video .pd-single-video-wrap .pd_video_overlay_hover .pd_video_overlay_hover-table .pd_video_overlay_hover-cell {
          display: table-cell;
          vertical-align: middle; }
          .pd-single-video .pd-single-video-wrap .pd_video_overlay_hover .pd_video_overlay_hover-table .pd_video_overlay_hover-cell h3 {
            font-size: 23px;
            text-align: center;
            color: #fff;
            font-weight: bold;
            margin: 0;
            padding: 0; }
    .pd-single-video .pd-single-video-wrap .wrapper-video-play {
      background: #000;
      background: rgba(0, 0, 0, 0.55);
      width: 52px;
      height: 32px;
      border-radius: 12px;
      padding-top: 10px;
      position: absolute;
      margin: auto;
      bottom: 25px;
      left: 25px;
      right: auto;
      top: auto; }
      .pd-single-video .pd-single-video-wrap .wrapper-video-play .tri {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 0 7px 14px;
        border-color: transparent transparent transparent #ffffff;
        margin: 0 auto; }
    .pd-single-video .pd-single-video-wrap .popup-caption {
      display: none; }

.pd-single-video.hover .pd-single-video-wrap:before {
  opacity: 1;
  visibility: visible;
  display: block;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }

.pd-single-video.hover .wrapper-video-play {
  background: #cd201f;
  z-index: 2; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover {
    opacity: 1; }
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover {
    opacity: 1; }
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    top: -40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.mfp-video-gallery-popup.mfp-bg {
  background: #000000;
  opacity: 1;
  z-index: 9999999;
  position: fixed; }

.mfp-video-gallery-popup.mfp-wrap {
  z-index: 9999999; }
  .mfp-video-gallery-popup.mfp-wrap .mfp-container {
    position: relative;
    max-width: 735px;
    margin: 0 auto;
    padding: 75px 0 40px; }
    .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content {
      max-width: 660px; }
      .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content .mfp-iframe-scaler {
        position: relative;
        overflow: visible; }
        .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content .mfp-iframe-scaler .popup-caption-wrapper {
          display: block;
          padding: 40px 0; }
          .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content .mfp-iframe-scaler .popup-caption-wrapper .popup-title h3 {
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 15px; }
          @media (max-width: 767px) {
            .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content .mfp-iframe-scaler .popup-caption-wrapper .popup-title {
              display: none; } }
          .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content .mfp-iframe-scaler .popup-caption-wrapper .popup-description {
            color: #FFFFFF;
            font-size: 18px;
            line-height: 1.222em;
            font-weight: 400;
            font-family: "proxima-nova", sans-serif; }
      .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content .mfp-close {
        top: -50px;
        right: -40px;
        background: #2a2e2d;
        width: 30px;
        border-radius: 35%;
        height: 30px;
        line-height: 15px; }
      .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content .popup-content-holder {
        opacity: 1;
        visibility: visible; }
      .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content .popup-caption-wrapper {
        display: none; }
    .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-arrow {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 25px;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff;
      font-weight: normal; }
    .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
      width: 30px;
      height: 30px;
      background: #2a2e2d;
      line-height: 30px;
      color: #fff;
      opacity: 1;
      border-radius: 8px;
      margin-top: 0;
      top: auto;
      margin-left: 0;
      border: 0;
      content: "\f104";
      left: -10px;
      font-family: 'Font Awesome 5 Pro'; }
    .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:after {
      content: none; }
    .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
      width: 30px;
      height: 30px;
      background: #2a2e2d;
      line-height: 30px;
      color: #fff;
      opacity: 1;
      border-radius: 8px;
      margin-top: 0;
      top: auto;
      border: 0;
      content: "\f105";
      font-family: 'Font Awesome 5 Pro';
      left: 70px;
      margin-left: 0; }
    .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:after {
      content: none; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

@media (max-width: 767px) {
  .pd-single-video .pd-single-video-wrap .pd_video_overlay_hover {
    display: none !important; }
  .pd-single-video {
    float: none;
    width: 100%; }
    .pd-single-video .pd-single-video-wrap:before {
      position: relative; }
  .pd-single-video.hover .wrapper-video-play {
    background: rgba(0, 0, 0, 0.55); }
  .mfp-video-gallery-popup.mfp-wrap .mfp-container {
    max-width: 70%; }
    .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-content .mfp-close {
      right: 0; }
    .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
      left: -40px; }
    .mfp-video-gallery-popup.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
      left: 100px; } }

@media (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@media all and (max-width: 991px) {
  .pd-archive-video-row {
    width: 100%; } }

.nav-tabs {
  border-color: #dee2e6; }
  .nav-tabs .tab-pane hr {
    margin-bottom: 0; }
  .nav-tabs li.nav-item {
    padding-right: 30px;
    margin-bottom: 0; }
    .nav-tabs li.nav-item a.nav-link {
      padding: 0 33px 8px;
      background-color: transparent;
      font-weight: 700;
      font-size: 18px;
      font-family: "proxima-nova", sans-serif;
      color: #555;
      min-width: 167px;
      border: none; }
      .nav-tabs li.nav-item a.nav-link.active {
        border-bottom: solid 2px #007dc3;
        background-color: transparent;
        color: #f68b1f;
        border-color: transparent; }
      .nav-tabs li.nav-item a.nav-link:hover {
        color: #f68b1f; }
  @media (max-width: 767px) {
    .nav-tabs li.nav-item {
      display: inline-block;
      text-align: left;
      width: auto; } }

.tab-pane img {
  max-width: 100%; }

.accordion-list-wrap {
  margin-bottom: 0;
  border-radius: 4px;
  padding: 46px 0 45px;
  box-shadow: none;
  border: 0;
  border-bottom: solid 1px #dfdede; }
  .accordion-list-wrap:last-child {
    border-bottom: none; }
  .accordion-list-wrap .accordion-content {
    position: relative; }
    .accordion-list-wrap .accordion-content .readmore-link {
      bottom: -4px;
      right: 0px; }
    .accordion-list-wrap .accordion-content a {
      text-decoration: none; }
    .accordion-list-wrap .accordion-content .panel-heading {
      padding-bottom: 30px; }
      .accordion-list-wrap .accordion-content .panel-heading .acc-collapse .open-close-opener:before, .accordion-list-wrap .accordion-content .panel-heading .acc-collapse .open-close-opener:after {
        background: #1a70af; }
      .accordion-list-wrap .accordion-content .panel-heading .acc-collapse h3 {
        margin-bottom: 0;
        color: #f68b1f; }
      .accordion-list-wrap .accordion-content .panel-heading .acc-collapse span {
        display: block;
        font-size: 16px;
        color: #7f7f7f;
        line-height: 24px;
        font-family: 'Roboto';
        font-weight: 500;
        margin-bottom: 0; }
      .accordion-list-wrap .accordion-content .panel-heading .acc-collapse.collapsed h3 {
        color: #007dc3; }
  .accordion-list-wrap .accordion-img {
    min-width: 167px; }
  @media (max-width: 767px) {
    .accordion-list-wrap .accordion-img img {
      max-width: 100%;
      width: 167px; } }

.fullwidth-banner-content {
  position: absolute;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  top: 50%;
  left: 0;
  right: 0;
  text-indent: initial;
  height: 360px;
  white-space: initial;
  transform: translateY(-38%); }
  .fullwidth-banner-content h1 {
    color: #fff;
    font-weight: 500;
    font-size: 85px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: "Roboto-Condensed", sans-serif;
    letter-spacing: 18px;
    line-height: 130px; }
  .fullwidth-banner-content h2 {
    padding-top: 0px;
    color: #fff;
    font-size: 36px;
    margin: 0px 0 10px;
    font-weight: normal;
    letter-spacing: 6px;
    line-height: 40px; }
  @media (max-width: 1024px) and (min-width: 769px) {
    .fullwidth-banner-content {
      height: 250px; }
      .fullwidth-banner-content h1 {
        font-size: 60px;
        letter-spacing: 12px;
        width: 80%;
        margin-bottom: -28px; }
      .fullwidth-banner-content h2 {
        font-size: 32px; } }
  @media (max-width: 768px) {
    .fullwidth-banner-content {
      height: 380px;
      padding-top: 40px; }
      .fullwidth-banner-content h1 {
        font-family: "Roboto-Regular", sans-serif;
        font-size: 50px;
        letter-spacing: 4px;
        line-height: 160px;
        margin-bottom: -50px; }
      .fullwidth-banner-content h2 {
        font-size: 20px;
        width: 80%;
        margin: 0 auto !important;
        line-height: 28px;
        font-family: "Roboto-Regular", sans-serif;
        letter-spacing: 2px; } }

/* responsive - mobile to tablet */
@media (max-width: 1024px) and (min-width: 769px) {
  .fullwidth-banner {
    height: 250px; }
  .fullwidth-banner-content h1 {
    font-size: 60px;
    letter-spacing: 6px;
    width: 100%; }
  .fullwidth-banner-content h2 {
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 28px; } }

/*------------------------------------*\
    $TEMPLATES
\*------------------------------------*/