/**
	-- GENERIC THEME --
	SCSS Style Sheet

	@company B:web
	@author Dan & James
*/
/** GENERAL STYLES **/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,800|Open+Sans:300,400,600,800");
/** LAYOUT STYLES **/
/** GRID CONTIANER */
.container {
  display: block;
  width: 100%;
  max-width: 1320px;
  margin: auto;
  white-space: nowrap;
  overflow: hidden; }
  .container.padding {
    padding: 28px 0; }
  .container.no-maxwidth {
    max-width: none; }
  .container.overflowVisable {
    overflow: visible; }
  .container .column-10, .container .column-16, .container .column-20, .container .column-25, .container .column-30, .container .column-33, .container .column-40, .container .column-50, .container .column-60, .container .column-66, .container .column-70, .container .column-75, .container .column-80, .container .column-90, .container .column-100 {
    position: relative;
    float: left;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    padding: 28px 20px;
    overflow: hidden; }
    .container .column-10.no-padding, .container .column-16.no-padding, .container .column-20.no-padding, .container .column-25.no-padding, .container .column-30.no-padding, .container .column-33.no-padding, .container .column-40.no-padding, .container .column-50.no-padding, .container .column-60.no-padding, .container .column-66.no-padding, .container .column-70.no-padding, .container .column-75.no-padding, .container .column-80.no-padding, .container .column-90.no-padding, .container .column-100.no-padding {
      padding: 0; }
    .container .column-10.no-vertical-padding, .container .column-16.no-vertical-padding, .container .column-20.no-vertical-padding, .container .column-25.no-vertical-padding, .container .column-30.no-vertical-padding, .container .column-33.no-vertical-padding, .container .column-40.no-vertical-padding, .container .column-50.no-vertical-padding, .container .column-60.no-vertical-padding, .container .column-66.no-vertical-padding, .container .column-70.no-vertical-padding, .container .column-75.no-vertical-padding, .container .column-80.no-vertical-padding, .container .column-90.no-vertical-padding, .container .column-100.no-vertical-padding {
      padding-top: 0;
      padding-bottom: 0; }
    .container .column-10.subContainer, .container .column-16.subContainer, .container .column-20.subContainer, .container .column-25.subContainer, .container .column-30.subContainer, .container .column-33.subContainer, .container .column-40.subContainer, .container .column-50.subContainer, .container .column-60.subContainer, .container .column-66.subContainer, .container .column-70.subContainer, .container .column-75.subContainer, .container .column-80.subContainer, .container .column-90.subContainer, .container .column-100.subContainer {
      white-space: nowrap; }
    .container .column-10.overflowVisable, .container .column-16.overflowVisable, .container .column-20.overflowVisable, .container .column-25.overflowVisable, .container .column-30.overflowVisable, .container .column-33.overflowVisable, .container .column-40.overflowVisable, .container .column-50.overflowVisable, .container .column-60.overflowVisable, .container .column-66.overflowVisable, .container .column-70.overflowVisable, .container .column-75.overflowVisable, .container .column-80.overflowVisable, .container .column-90.overflowVisable, .container .column-100.overflowVisable {
      overflow: visible; }
  .container .column-10 {
    width: 10%; }
  .container .column-16 {
    width: 16.6%; }
  .container .column-20 {
    width: 20%; }
  .container .column-25 {
    width: 25%; }
  .container .column-30 {
    width: 30%; }
  .container .column-33 {
    width: 33.3%; }
  .container .column-40 {
    width: 40%; }
  .container .column-50 {
    width: 50%; }
  .container .column-60 {
    width: 60%; }
  .container .column-66 {
    width: 66%; }
  .container .column-70 {
    width: 70%; }
  .container .column-75 {
    width: 75%; }
  .container .column-80 {
    width: 80%; }
  .container .column-90 {
    width: 90%; }
  .container .column-100 {
    width: 100%; }

.clear {
  clear: both; }

@media all and (max-width: 768px) {
  .container .column-10, .container .column-16, .container .column-20, .container .column-25, .container .column-30, .container .column-33, .container .column-40, .container .column-50, .container .column-60, .container .column-66, .container .column-70, .container .column-75, .container .column-80, .container .column-90, .container .column-100 {
    display: block;
    width: 100%; } }
* {
  box-sizing: border-box; }

html {
  padding: 0;
  margin: 0; }

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  font-size: 16px; }

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #000;
  text-transform: uppercase; }
  h1.no-margin-top, h2.no-margin-top, h3.no-margin-top, h4.no-margin-top, h5.no-margin-top {
    margin-top: 0; }
  h1.no-margin-bottom, h2.no-margin-bottom, h3.no-margin-bottom, h4.no-margin-bottom, h5.no-margin-bottom {
    margin-bottom: 0; }
  h1.no-vertical-margin, h2.no-vertical-margin, h3.no-vertical-margin, h4.no-vertical-margin, h5.no-vertical-margin {
    margin-top: 0;
    margin-bottom: 0; }
  h1 .no-transform, h2 .no-transform, h3 .no-transform, h4 .no-transform, h5 .no-transform {
    text-transform: none; }

h1 {
  font-size: 38px;
  line-height: 38px;
  position: relative;
  text-align: center; }
  h1:after {
    content: '';
    display: block;
    width: 64px;
    border-bottom: 4px solid #04A2DF;
    margin: 20px auto; }
  h1.left {
    text-align: left; }
    h1.left:after {
      margin: 20px 0; }

h2 {
  font-size: 38px;
  line-height: 32px;
  position: relative;
  text-align: center; }
  h2:after {
    content: '';
    display: block;
    width: 64px;
    border-bottom: 4px solid #04A2DF;
    margin: 25px auto; }
  h2.left {
    text-align: left; }
    h2.left:after {
      margin: 20px 0; }

h3 {
  font-size: 26px;
  line-height: 26px;
  position: relative;
  text-align: center; }
  h3:after {
    content: '';
    display: block;
    width: 64px;
    border-bottom: 4px solid #000;
    margin: 20px auto; }
  h3.left {
    text-align: left; }
    h3.left:after {
      margin: 20px 0; }

h4 {
  font-size: 48px;
  line-height: 48px;
  position: relative;
  text-align: center; }
  h4:after {
    content: '';
    display: block;
    width: 64px;
    border-bottom: 4px solid #000;
    margin: 20px auto; }
  h4.left {
    text-align: left; }
    h4.left:after {
      margin: 20px 0; }
  h4.small {
    font-size: 48px;
    line-height: 48px; }

h5 {
  position: relative;
  text-align: center; }
  h5.underline:after {
    content: '';
    display: block;
    width: 64px;
    border-bottom: 4px solid #FFF;
    margin: 20px auto; }
  h5.left {
    text-align: left; }
    h5.left:after {
      margin: 20px 0; }

hr {
  border-top: 1px solid #F3F3F3; }

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin: 30px auto 0;
  width: 100%; }
  p.large {
    font-size: 18px;
    line-height: 30px; }
    p.large a {
      font-size: 18px;
      line-height: 30px; }
  p.small {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    margin: 0; }
    p.small a {
      font-size: 15px;
      line-height: 24px; }
  p.bottom-margin {
    margin-bottom: 30px; }
  p.error {
    background-color: #ffb9b9;
    color: #888;
    padding: 2px 8px; }

ul li, ol li {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 26px; }

a, button {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  text-decoration: none;
  cursor: pointer; }
  a:hover, button:hover {
    color: #000;
    text-decoration: none; }
  a.button, button.button {
    display: inline-block;
    border: 2px solid #04A2DF;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #04A2DF;
    text-align: center;
    min-width: 140px;
    padding: 3px 10px;
    text-transform: uppercase;
    margin-top: 30px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    -webkit-transition: background-color .3s, border .3s;
    /* Safari */
    transition: background-color .3s, border .3s;
    		/**
    		&.orange{
    			border:1px solid $hexOrange;
    			background-color: transparent;
    			color: $hexOrange;
    
    			&.fill{
    				background-color: $hexOrange;
    				color: $hexWhite;
    			}
    		}
    		*/ }
    a.button:hover, button.button:hover {
      text-decoration: none;
      border: 2px solid #000;
      color: #000; }
    a.button.fill, button.button.fill {
      background-color: #04A2DF;
      color: #FFF; }
      a.button.fill:hover, button.button.fill:hover {
        background-color: #000;
        color: #FFF; }
    a.button.no-margin, button.button.no-margin {
      margin-top: 0; }
    a.button.no-border, button.button.no-border {
      border: 0; }
  a.orange, button.orange {
    color: #04A2DF; }

form {
  width: 100%; }
  form input, form select, form textarea, form .empty-input {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #000;
    background-color: #FFF;
    border: 0;
    padding: 10px 10px;
    margin-bottom: 10px;
    width: 100%; }
  form .empty-input {
    background-color: transparent;
    padding-top: 29px; }
  form input[type="radio"] {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000; }
  form label {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    color: #000; }
  form input[type="submit"], form button[type="submit"] {
    display: inline-block;
    border: 2px solid #04A2DF;
    border-radius: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    color: #04A2DF;
    text-align: center;
    min-width: 140px;
    padding: 3px 10px;
    text-transform: uppercase;
    margin-top: 10px;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    		/**
    		&.orange{
    			border:1px solid $hexOrange;
    			background-color: transparent;
    			color: $hexOrange;
    
    			&.fill{
    				background-color: $hexOrange;
    				color: $hexWhite;
    			}
    		}
    		*/ }
    form input[type="submit"]:hover, form button[type="submit"]:hover {
      opacity: 0.8;
      text-decoration: none; }
    form input[type="submit"].fill, form button[type="submit"].fill {
      background-color: #04A2DF;
      color: #FFF; }
    form input[type="submit"]:hover, form button[type="submit"]:hover {
      text-decoration: none;
      opacity: 0.8; }
  form.inline input, form.inline select, form.inline textarea {
    width: 28%;
    margin-right: 1%; }
  form.inline input[type="radio"] {
    width: auto; }
  form.inline label {
    display: inline-block;
    margin-right: 1%;
    min-width: 96px; }
  form.inline input[type="submit"], form.inline button[type="submit"] {
    margin-right: 1%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, section, main {
  text-align: center; }

/** OWL CAROUSEL STYLES **/
.owl-carousel .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-carousel .owl-nav[class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-carousel .owl-nav[class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-carousel .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
    .owl-carousel .owl-nav .disabled + .owl-dots {
      margin-top: 10px; }
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-carousel .owl-dots .owl-dot span {
      width: 18px;
      height: 18px;
      margin: 5px 7px;
      background: #FFF;
      border: 2px solid #04A2DF;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 4px; }
    .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
      background: #04A2DF; }

.parallax {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/** MODAL STYLES **/
.modalBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6000 !important;
  background-color: rgba(0, 0, 0, 0.85); }
  .modalBox .modalWindow {
    position: relative;
    display: block;
    margin: 40px auto 0;
    width: 80%;
    max-width: 768px;
    max-height: 86%;
    background-color: #FFF;
    padding: 15px;
    border-radius: 5px;
    overflow: auto; }
    .modalBox .modalWindow a.modal-close {
      cursor: pointer;
      font-size: 22px;
      float: right;
      position: sticky;
      right: 0;
      top: 0;
      z-index: 400; }
    .modalBox .modalWindow iframe {
      width: 100%;
      border: 0; }

/** HEADER STYLES **/
.pre-header {
  background-color: #000;
  margin: 0; }
  .pre-header ul li {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 13px; }
    .pre-header ul li span {
      color: #FFF; }
    .pre-header ul li:hover a span {
      color: #04A2DF; }
  .pre-header ul .search-button:before {
    border-left: 2px solid orange;
    padding-left: 15px;
    padding-top: 2px; }

header a.bookbutton {
  width: 190px;
  text-align: left;
  padding-left: 12px;
  text-transform: none;
  float: right;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal; }
  header a.bookbutton span {
    background-color: #042351;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px; }
    header a.bookbutton span i {
      color: white !important;
      font-size: 26px !important;
      line-height: 26px !important; }
  header a.bookbutton i {
    padding: 5px;
    color: #ec7a08; }
header ul {
  width: 100%;
  display: block;
  float: right;
  text-align: left;
  padding: 0;
  margin: 0; }
  header ul li {
    display: inline-block;
    padding: 4px; }
    header ul li a i {
      padding: 5px;
      color: #ec7a08; }
header ul.contactDetails {
  margin-top: 2px;
  text-align: right; }
  header ul.contactDetails li {
    padding: 0 5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal; }
    header ul.contactDetails li a {
      font-size: 14px;
      color: white; }
      header ul.contactDetails li a span {
        padding: 7px;
        color: #FFF;
        font-size: 17px; }
header .column-40 a {
  float: left;
  text-align: left; }
header .column-40 .burger-menu {
  display: none; }

.search-bar {
  position: relative; }
  .search-bar span.fa {
    cursor: pointer; }
  .search-bar span.fa > span {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
    font-size: 14px;
    cursor: pointer; }
  .search-bar form {
    width: 300px;
    background-color: #EBEBEB;
    display: none;
    right: 0;
    margin-top: -4px;
    position: absolute;
    padding: 10px;
    z-index: 1000; }
    .search-bar form:after {
      display: block; }
    .search-bar form input {
      width: 86%;
      display: inline-block;
      margin-bottom: 0; }
    .search-bar form button {
      width: 12%;
      display: inline-block;
      min-width: unset;
      border: 0;
      padding: 10px;
      background-color: #04A2DF;
      font: normal normal normal 14px/1 FontAwesome;
      color: #FFF;
      margin: 4px 0 0 2px; }
    .search-bar form.showForm {
      display: block; }

.header .menu-main-menu-container, .header .menu-footer-links-container, .header .social-footer-links-container {
  display: inline-block;
  text-align: right; }
.header nav {
  text-align: right; }
.header .border {
  list-style: none; }
  .header .border a {
    display: none; }
.header ul {
  text-align: left;
  padding: 0;
  padding-top: 47px;
  margin: 0;
  list-style: none;
  display: inline-block; }
  .header ul li {
    padding: 12px;
    padding-top: 21px;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    z-index: 6000; }
    .header ul li ul.sub-menu {
      position: absolute;
      display: none;
      z-index: 12000;
      min-width: 300px;
      width: auto;
      padding: 0;
      margin-left: -13px;
      border-top: 14px solid transparent; }
      .header ul li ul.sub-menu li {
        margin-top: 16px;
        width: 100%;
        padding: 0;
        z-index: 12001;
        -webkit-transition: background-color .3s;
        /* Safari */
        transition: background-color .3s; }
        .header ul li ul.sub-menu li a {
          display: inline-block;
          color: #000;
          width: 100%;
          padding: 14px 12px;
          background-color: #FFF;
          z-index: 12002;
          -webkit-transition: background-color .3s;
          /* Safari */
          transition: background-color .3s; }
          .header ul li ul.sub-menu li a span.description {
            font-size: 14px;
            line-height: 14px;
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            font-style: normal;
            display: block;
            text-transform: none; }
        .header ul li ul.sub-menu li.bright-index-icon a, .header ul li ul.sub-menu li.bright-navigator-icon a, .header ul li ul.sub-menu li.bright-employee-icon a {
          width: 240px;
          vertical-align: top;
          padding-left: 0; }
        .header ul li ul.sub-menu li.bright-index-icon:before, .header ul li ul.sub-menu li.bright-navigator-icon:before, .header ul li ul.sub-menu li.bright-employee-icon:before {
          content: '';
          display: inline-block;
          width: 60px;
          height: 68px;
          background-size: 36px;
          background-repeat: no-repeat;
          background-color: #FFF;
          vertical-align: top;
          background-position: center center;
          z-index: 12003;
          -webkit-transition: background-color .3s;
          /* Safari */
          transition: background-color .3s; }
        .header ul li ul.sub-menu li.bright-index-icon:before {
          background-image: url("/wp-content/uploads/2017/06/Bright-Index-Icon.png"); }
        .header ul li ul.sub-menu li.bright-navigator-icon:before {
          background-image: url("/wp-content/uploads/2017/06/Bright-Navigator-Icon.png"); }
        .header ul li ul.sub-menu li.bright-employee-icon:before {
          background-image: url("/wp-content/uploads/2017/06/Bright-Employee-Icon.png"); }
        .header ul li ul.sub-menu li.current-menu-item a {
          border-bottom: 0; }
        .header ul li ul.sub-menu li:hover {
          background-color: #000; }
          .header ul li ul.sub-menu li:hover:before {
            background-color: #000; }
          .header ul li ul.sub-menu li:hover a {
            background-color: #000;
            text-decoration: none;
            color: #FFF; }
        .header ul li ul.sub-menu li + li {
          border-left: 0;
          padding: 0;
          margin-left: 0;
          margin-top: 0;
          border-top: 2px solid black; }
    .header ul li a {
      font-family: "Montserrat", sans-serif;
      font-weight: 800;
      font-style: normal;
      font-size: 18px;
      text-transform: uppercase; }
    .header ul li.current-menu-item > a, .header ul li.current-menu-parent > a {
      border-bottom: 4px solid #04A2DF;
      padding-bottom: 28px; }
    .header ul li:hover > ul {
      display: block; }
    .header ul li:hover a {
      color: #04A2DF;
      text-decoration: none; }
  .header ul.noLines {
    margin-left: 8px; }
    .header ul.noLines li + li {
      border-left: 0;
      padding-left: 12px;
      margin-left: 0; }
.header .container .column-100 {
  padding-top: 0; }
  .header .container .column-100 > div {
    background-color: #F3F3F3; }
    .header .container .column-100 > div .column-75, .header .container .column-100 > div .column-25 {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 12px;
      padding-right: 5px; }
    .header .container .column-100 > div .column-75 {
      text-align: left; }
    .header .container .column-100 > div .column-25 ul {
      text-align: right;
      padding: 0;
      margin: 0; }
    .header .container .column-100 > div .column-25 li {
      border: none;
      padding: 4px; }
      .header .container .column-100 > div .column-25 li a {
        line-height: 20px;
        font-size: 20px; }
      .header .container .column-100 > div .column-25 li.border {
        border-left: 1px solid black;
        padding-left: 12px;
        margin-left: 12px; }

/** SITE FOOTER **/
footer {
  text-align: left; }
  footer ul {
    display: inline-block;
    margin: 0;
    padding: 0; }
    footer ul li {
      display: inline-block;
      margin: 0 10px;
      width: auto; }
      footer ul li a {
        font-size: 14px;
        line-height: 26px; }
      footer ul li:hover a {
        color: #04A2DF;
        transition: all 0.5s ease-in; }
  footer .backgroundFill.dark .container .column-33 {
    padding-top: 60px;
    padding-bottom: 60px; }
  footer h4 {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin-top: 0; }
    footer h4:after {
      display: none; }
  footer p {
    text-align: left; }
    footer p.margin-bottom {
      margin-bottom: 20px; }
  footer .addressBox {
    margin-left: 12px; }
    footer .addressBox span {
      margin-left: -12px; }
  footer .preFooter ul li a {
    color: #FFF; }
  footer .preFooter .social-footer-links-container {
    display: inline-block;
    text-align: center;
    width: 100%; }
    footer .preFooter .social-footer-links-container ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer .preFooter .social-footer-links-container ul li {
        display: inline-block;
        padding: 6px;
        margin: 0;
        width: auto; }
        footer .preFooter .social-footer-links-container ul li a {
          color: #FFF; }
          footer .preFooter .social-footer-links-container ul li a span {
            font-size: 17px;
            color: #FFF; }
  footer .preFooter p {
    text-align: right;
    width: 100%;
    margin: 0;
    color: #FFF; }
    footer .preFooter p a {
      color: #FFF; }

.contactBox {
  position: fixed;
  bottom: 0;
  right: 60px;
  transition: all 0.5s ease;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #FFF;
  z-index: 2000; }
  .contactBox .launchButton {
    width: 200px;
    padding: 15px;
    background-color: #04A2DF;
    border: 1px solid #04A2DF;
    cursor: pointer;
    text-align: center; }
    .contactBox .launchButton .close {
      display: none; }
    .contactBox .launchButton:hover {
      background-color: #04A2DF; }
  .contactBox .formBox, .contactBox .thankyouBox {
    display: none; }
  .contactBox.active .launchButton {
    width: 460px;
    padding: 7px;
    border-bottom: 0;
    text-align: left; }
    .contactBox.active .launchButton .close {
      display: block;
      float: right;
      padding: 0 7px;
      background-color: #000;
      color: #FFF;
      border-radius: 2px; }
  .contactBox.active .formBox form, .contactBox.active .formBox p, .contactBox.active .thankyouBox form, .contactBox.active .thankyouBox p {
    display: block;
    width: 90%;
    margin: 15px auto; }
  .contactBox.active .formBox form label, .contactBox.active .thankyouBox form label {
    display: inline-block;
    float: left;
    width: 28%;
    text-align: right;
    padding-right: 2%;
    margin-bottom: 15px; }
  .contactBox.active .formBox form .clear, .contactBox.active .thankyouBox form .clear {
    clear: both; }
  .contactBox.active .formBox form input, .contactBox.active .formBox form textarea, .contactBox.active .thankyouBox form input, .contactBox.active .thankyouBox form textarea {
    display: inline-block;
    float: left;
    width: 70%;
    text-align: left;
    margin-bottom: 15px;
    border: 1px solid #000;
    background-color: #FFF;
    padding: 6px;
    border-radius: 2px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5; }
  .contactBox.active .formBox form textarea, .contactBox.active .thankyouBox form textarea {
    height: 120px;
    resize: vertical; }
  .contactBox.active .formBox form button, .contactBox.active .thankyouBox form button {
    display: inline-block;
    float: right;
    width: 70%;
    margin-bottom: 15px;
    border: 1px solid #04A2DF;
    padding: 6px;
    border-radius: 4px;
    background-color: #04A2DF;
    text-align: center;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #FFF;
    margin-right: 2%; }
    .contactBox.active .formBox form button:hover, .contactBox.active .thankyouBox form button:hover {
      background-color: #04A2DF; }
  .contactBox.active .formBox, .contactBox.sent .thankyouBox {
    display: block;
    min-height: 260px;
    width: 460px;
    padding: 7px;
    border: 1px solid #F3F3F3;
    background-color: #F3F3F3;
    color: #FFF; }
  .contactBox.sent .formBox {
    display: none; }

@media screen and (max-width: 468px) {
  .contactBox {
    left: 0;
    right: 0; }
    .contactBox .launchButton, .contactBox.active .launchButton, .contactBox.active .formBox, .contactBox.sent .thankyouBox {
      width: 100%; } }
/** PAGE STYLES **/
/** ARTICLE PAGE STYLES */
body.single article .page-text p {
  text-align: left; }
  body.single article .page-text p a {
    text-decoration: underline; }
    body.single article .page-text p a:hover {
      color: #04A2DF; }
body.single article .page-text iframe {
  width: 100% !important;
  margin-top: 20px; }
body.single article h1, body.single article h2, body.single article h3, body.single article h4, body.single article h5 {
  text-align: left; }
  body.single article h1:after, body.single article h2:after, body.single article h3:after, body.single article h4:after, body.single article h5:after {
    margin: 20px 0; }
body.single article ul, body.single article ol, body.single article ul li, body.single article ol li {
  text-align: left; }
body.single article blockquote {
  background: #f9f9f9;
  border-left: 10px solid #04A2DF;
  margin: 1.5em 10px;
  padding: 0.5em 18px; }
body.single article blockquote:before {
  color: #04A2DF;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }
body.single article blockquote p {
  display: inline; }
body.single article .newsArticle {
  position: relative;
  padding-bottom: 30px !important;
  min-height: 690px; }
  body.single article .newsArticle .image {
    position: relative; }
    body.single article .newsArticle .image img {
      display: block;
      width: 100%; }
      body.single article .newsArticle .image img:hover {
        opacity: 0.7; }
    body.single article .newsArticle .image a {
      color: #04A2DF; }
    body.single article .newsArticle .image .date {
      display: inline-block;
      position: absolute;
      top: 85.5%;
      left: 0%;
      padding: 9px 27px 5px;
      background-color: #04A2DF;
      color: #FFF;
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      font-style: normal; }
      body.single article .newsArticle .image .date span {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: normal; }
      body.single article .newsArticle .image .date.event {
        top: 57%;
        text-align: center;
        padding: 16px 10px 10px; }
        body.single article .newsArticle .image .date.event span {
          font-size: 28px; }
        body.single article .newsArticle .image .date.event small {
          font-size: 13px; }
  body.single article .newsArticle h3 {
    font-size: 22px;
    display: inline-block;
    margin: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    top: 15px;
    text-transform: none;
    padding: 12px;
    color: #000;
    text-align: left; }
    body.single article .newsArticle h3:after {
      margin: 19px 1px !important; }
    body.single article .newsArticle h3:hover {
      color: #04A2DF !important; }
    body.single article .newsArticle h3 span {
      color: #04A2DF; }
  body.single article .newsArticle p {
    margin-top: 0px;
    padding: 14px;
    padding-top: 0px;
    font-size: 15px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal; }
  body.single article .newsArticle hr {
    margin-top: 20px;
    display: inline-block;
    width: 35%;
    border-top: 0px solid white; }
  body.single article .newsArticle.event .greyBox {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 12px;
    color: #000;
    background-color: #F3F3F3; }
    body.single article .newsArticle.event .greyBox dl {
      border: 0;
      padding: 0.5em;
      margin: 0 0 30px; }
      body.single article .newsArticle.event .greyBox dl dt {
        float: left;
        clear: left;
        width: 80px;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: normal; }
        body.single article .newsArticle.event .greyBox dl dt::after {
          content: ":"; }
      body.single article .newsArticle.event .greyBox dl dd {
        margin: 0 0 0 90px;
        padding: 0 0 0.5em 0;
        font-size: 14px;
        line-height: 21px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        text-align: left; }
body.single article .filter {
  width: 25%;
  margin: 0 auto; }
  body.single article .filter .selectionBar {
    border-radius: 20px; }
    body.single article .filter .selectionBar .fa {
      right: 13px; }
  body.single article .filter .fa.fa-caret-up {
    top: 5px;
    background-color: transparent !important;
    color: #04A2DF !important; }
  body.single article .filter .fa.fa-caret-down {
    top: 14px;
    background-color: transparent;
    color: #04A2DF; }
body.single article .selected {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 5px; }
body.single article .filter ul {
  background-color: #000; }
body.single article .backgroundFill.light ul li a {
  color: white !important;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal; }
body.single article .filter.filterTag ul li a:hover {
  background-color: #04A2DF;
  padding-top: 5px; }
body.single article .article-navigation {
  display: inline-block;
  width: 100%; }
  body.single article .article-navigation nav {
    display: inline-block;
    width: 100%; }
    body.single article .article-navigation nav h2 {
      display: none; }
    body.single article .article-navigation nav .nav-next {
      display: inline-block;
      float: right;
      margin-top: 40px; }
      body.single article .article-navigation nav .nav-next a span.meta-nav, body.single article .article-navigation nav .nav-next a span.screen-reader-text {
        display: none; }
      body.single article .article-navigation nav .nav-next a:after {
        font-family: "FontAwesome";
        content: '\f061';
        font-size: 24px;
        line-height: 24px;
        color: #04A2DF;
        padding-left: 10px; }
      body.single article .article-navigation nav .nav-next a:hover {
        text-decoration: none; }
        body.single article .article-navigation nav .nav-next a:hover span {
          text-decoration: underline; }
        body.single article .article-navigation nav .nav-next a:hover:after {
          text-decoration: none;
          opacity: 0.7; }
    body.single article .article-navigation nav .nav-previous {
      display: inline-block;
      float: left;
      margin-top: 40px; }
      body.single article .article-navigation nav .nav-previous a span.meta-nav, body.single article .article-navigation nav .nav-previous a span.screen-reader-text {
        display: none; }
      body.single article .article-navigation nav .nav-previous a:before {
        font-family: "FontAwesome";
        content: '\f060';
        font-size: 24px;
        line-height: 24px;
        color: #04A2DF;
        padding-right: 10px; }
      body.single article .article-navigation nav .nav-previous a:hover {
        text-decoration: none; }
        body.single article .article-navigation nav .nav-previous a:hover span {
          text-decoration: underline; }
        body.single article .article-navigation nav .nav-previous a:hover:before {
          text-decoration: none;
          opacity: 0.7; }

@media (max-width: 767px) {
  body.single .container .column-25 {
    padding-bottom: 0; }
  body.single .container .column-75 {
    padding-top: 0; } }
/** ERROR PAGE STYLES */
.error404 .page-text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal; }
.error404 form.search-form {
  width: 31%;
  margin: 0 auto; }
  .error404 form.search-form input {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    border: 1px solid black; }
  .error404 form.search-form input.search-submit {
    background-color: #04A2DF !important;
    color: white !important;
    width: 22%;
    padding: 8px; }

/** SEARCH PAGE STYLES */
.searchResult {
  position: relative;
  padding-bottom: 30px !important;
  min-height: 690px; }
  .searchResult .image {
    position: relative; }
    .searchResult .image img {
      display: block;
      width: 100%; }
    .searchResult .image a {
      color: #04A2DF; }
    .searchResult .image .date {
      display: inline-block;
      position: absolute;
      top: 85.5%;
      left: 0%;
      padding: 9px 27px 5px;
      background-color: #04A2DF;
      color: #FFF;
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      font-style: normal; }
      .searchResult .image .date span {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: normal; }
      .searchResult .image .date.event {
        top: 57%;
        text-align: center;
        padding: 16px 10px 10px; }
        .searchResult .image .date.event span {
          font-size: 28px; }
        .searchResult .image .date.event small {
          font-size: 13px; }
  .searchResult h3 {
    font-size: 22px;
    display: inline-block;
    margin: 0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    top: 15px;
    text-transform: none;
    padding: 12px;
    color: #000;
    text-align: left; }
    .searchResult h3:after {
      margin: 19px 1px !important; }
    .searchResult h3 span {
      color: #04A2DF; }
  .searchResult p {
    margin-top: 16px;
    padding: 15px !important;
    font-size: 16px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal; }

/** PAGE TEMPLATES STYLES **/
/** 3 Boxes - CTA STYLES **/
.layout-3_boxes .boxColumn {
  text-align: center;
  margin-bottom: 50px; }
  .layout-3_boxes .boxColumn h3 {
    margin-bottom: -7px; }
    .layout-3_boxes .boxColumn h3.hideUnderline:after {
      border-bottom: none; }
  .layout-3_boxes .boxColumn span.subheading {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 0px;
    color: #C8C8C8; }
.layout-3_boxes .imageContainer img {
  background-color: #04A2DF;
  display: inline-block;
  max-width: 100%; }
.layout-3_boxes .Icon-bubble {
  background-color: #F57D21;
  display: inline-block;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  text-align: center;
  padding-top: 40px; }
.layout-3_boxes p {
  text-align: center !important; }

/** 50 Split **/
.layout-50_split .imageColumn video {
  display: inline-block;
  width: 100%;
  margin-top: 54px;
  padding-left: 0; }
.layout-50_split .imageColumn .videopopup {
  max-width: 800px;
  margin-top: 10%;
  padding: 0; }
  .layout-50_split .imageColumn .videopopup video {
    width: 100%;
    margin: 0;
    display: block; }
  .layout-50_split .imageColumn .videopopup .modal-close {
    z-index: 600;
    position: absolute;
    top: 10px;
    right: 10px; }
    .layout-50_split .imageColumn .videopopup .modal-close:hover {
      text-decoration: none; }
.layout-50_split .imageColumn img {
  display: inline-block;
  max-width: 100%;
  padding: 40px 0px; }
.layout-50_split .imageColumn.left {
  text-align: left; }
.layout-50_split .imageColumn.right {
  text-align: right; }
.layout-50_split .textColumn {
  text-align: left; }
  .layout-50_split .textColumn .icon {
    padding-top: 40px;
    vertical-align: top;
    display: inline-block;
    width: 19%; }
    .layout-50_split .textColumn .icon img {
      max-width: 100%; }
  .layout-50_split .textColumn .content {
    vertical-align: top;
    padding: 40px 0px;
    display: inline-block;
    width: 100%; }
    .layout-50_split .textColumn .content h1, .layout-50_split .textColumn .content h2, .layout-50_split .textColumn .content h3, .layout-50_split .textColumn .content h4 {
      margin-top: 0; }
    .layout-50_split .textColumn .content .left:after {
      border-bottom: 4px solid #000; }
    .layout-50_split .textColumn .content h3:after {
      border-bottom: 4px solid #000; }
    .layout-50_split .textColumn .content p {
      text-align: left; }
  .layout-50_split .textColumn.hasIcon .content {
    width: 80%; }
    .layout-50_split .textColumn.hasIcon .content h1, .layout-50_split .textColumn.hasIcon .content h2, .layout-50_split .textColumn.hasIcon .content h3, .layout-50_split .textColumn.hasIcon .content h4 {
      font-size: 48px;
      line-height: 48px; }
.layout-50_split .column-40.textColumn .icon {
  width: 22%; }
.layout-50_split .column-40.textColumn.hasIcon .content {
  width: 74%; }

@media screen and (max-width: 768px) {
  .layout-50_split .imageColumn img {
    padding: 0; }

  .layout-50_split .textColumn .icon {
    width: 15%;
    padding-right: 2%; } }
/** 50 Split **/
.layout-50_split_text .textColumn {
  text-align: left; }
  .layout-50_split_text .textColumn .icon {
    vertical-align: top;
    display: inline-block;
    width: 19%; }
    .layout-50_split_text .textColumn .icon img {
      max-width: 100%; }
  .layout-50_split_text .textColumn .content {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    text-align: left; }
    .layout-50_split_text .textColumn .content h1, .layout-50_split_text .textColumn .content h2, .layout-50_split_text .textColumn .content h3, .layout-50_split_text .textColumn .content h4 {
      margin-top: 0; }
    .layout-50_split_text .textColumn .content .left:after {
      border-bottom: 4px solid #000; }
    .layout-50_split_text .textColumn .content h3:after {
      border-bottom: 4px solid #000; }
    .layout-50_split_text .textColumn .content ul li {
      text-align: left; }
    .layout-50_split_text .textColumn .content p {
      text-align: left; }
  .layout-50_split_text .textColumn.hasIcon .content {
    width: 80%; }
    .layout-50_split_text .textColumn.hasIcon .content h1, .layout-50_split_text .textColumn.hasIcon .content h2, .layout-50_split_text .textColumn.hasIcon .content h3, .layout-50_split_text .textColumn.hasIcon .content h4 {
      font-size: 48px;
      line-height: 48px; }
.layout-50_split_text .column-40.textColumn .icon {
  width: 22%; }
.layout-50_split_text .column-40.textColumn.hasIcon .content {
  width: 74%; }

@media screen and (max-width: 768px) {
  .layout-50_split .textColumn.hasIcon .content {
    padding-top: 15px !important; } }
/** NEWS */
.twitterFeed {
  height: 650px;
  overflow: auto; }

.layout-articles {
  padding-bottom: 100px; }
  .layout-articles .page-header {
    margin-bottom: 0; }
  .layout-articles .newsArticle {
    position: relative;
    padding-bottom: 30px !important;
    min-height: 690px; }
    .layout-articles .newsArticle .image {
      position: relative; }
      .layout-articles .newsArticle .image img {
        display: block;
        width: 100%; }
        .layout-articles .newsArticle .image img:hover {
          opacity: 0.7; }
      .layout-articles .newsArticle .image a {
        color: #04A2DF; }
      .layout-articles .newsArticle .image .date {
        display: inline-block;
        position: absolute;
        top: 85.5%;
        left: 0%;
        padding: 9px 27px 5px;
        background-color: #04A2DF;
        color: #FFF;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-style: normal; }
        .layout-articles .newsArticle .image .date span {
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          font-style: normal; }
        .layout-articles .newsArticle .image .date.event {
          top: 57%;
          text-align: center;
          padding: 16px 10px 10px; }
          .layout-articles .newsArticle .image .date.event span {
            font-size: 28px; }
          .layout-articles .newsArticle .image .date.event small {
            font-size: 13px; }
    .layout-articles .newsArticle h3 {
      font-size: 22px;
      display: inline-block;
      margin: 0;
      width: 100%;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-style: normal;
      top: 15px;
      text-transform: none;
      padding: 12px;
      color: #000;
      text-align: left; }
      .layout-articles .newsArticle h3:after {
        margin: 19px 1px !important; }
      .layout-articles .newsArticle h3:hover {
        color: #04A2DF !important; }
      .layout-articles .newsArticle h3 span {
        color: #04A2DF; }
    .layout-articles .newsArticle p {
      margin-top: 0px;
      padding: 14px;
      padding-top: 0px;
      font-size: 15px;
      line-height: 26px;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal; }
    .layout-articles .newsArticle .postInformation {
      position: absolute;
      bottom: 14px;
      left: 14px;
      right: 14px;
      font-size: 14px;
      line-height: 24px;
      color: #C8C8C8;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-style: normal;
      text-align: left; }
      .layout-articles .newsArticle .postInformation span {
        display: inline-block;
        padding-left: 14px; }
    .layout-articles .newsArticle hr {
      margin-top: 20px;
      display: inline-block;
      width: 35%;
      border-top: 0px solid white; }
    .layout-articles .newsArticle.event .greyBox {
      display: inline-block;
      margin: 0;
      width: 100%;
      padding: 12px;
      color: #000;
      background-color: #F3F3F3; }
      .layout-articles .newsArticle.event .greyBox dl {
        border: 0;
        padding: 0.5em;
        margin: 0 0 30px; }
        .layout-articles .newsArticle.event .greyBox dl dt {
          float: left;
          clear: left;
          width: 80px;
          text-align: left;
          font-size: 14px;
          line-height: 22px;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          font-style: normal; }
          .layout-articles .newsArticle.event .greyBox dl dt::after {
            content: ":"; }
        .layout-articles .newsArticle.event .greyBox dl dd {
          margin: 0 0 0 90px;
          padding: 0 0 0.5em 0;
          font-size: 14px;
          line-height: 21px;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          font-style: normal;
          text-align: left; }
  .layout-articles .eventInformation h3 {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 0;
    color: #000; }
    .layout-articles .eventInformation h3 span {
      color: #04A2DF; }
  .layout-articles .eventInformation hr {
    margin-top: 10px;
    display: inline-block;
    width: 80px;
    border-top: 4px solid #04A2DF; }
  .layout-articles .navigation.pagination {
    margin-top: 30px; }
    .layout-articles .navigation.pagination h2.screen-reader-text {
      display: none; }
    .layout-articles .navigation.pagination .nav-links {
      text-align: center;
      width: 100%; }
      .layout-articles .navigation.pagination .nav-links .page-numbers {
        min-width: 26px;
        height: 26px;
        margin: 5px 7px;
        background: #04A2DF;
        border: 2px solid #04A2DF;
        color: #FFF !important;
        display: inline-block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
        border-radius: 4px;
        text-decoration: none;
        text-align: center !important;
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 16px;
        line-height: 26px; }
        .layout-articles .navigation.pagination .nav-links .page-numbers.current {
          text-decoration: none;
          background: #000;
          border: 2px solid #000;
          color: #FFF; }
        .layout-articles .navigation.pagination .nav-links .page-numbers.dots {
          background: transparent;
          border: 2px solid transparent;
          color: #000 !important; }
      .layout-articles .navigation.pagination .nav-links a.page-numbers.next, .layout-articles .navigation.pagination .nav-links a.page-numbers.prev {
        text-decoration: none;
        background: #000;
        border: 2px solid #000;
        color: #FFF; }
      .layout-articles .navigation.pagination .nav-links a.page-numbers:hover {
        text-decoration: none;
        background: #000;
        border: 2px solid #000;
        color: #FFF; }
  .layout-articles .column-50 .filter {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal; }
    .layout-articles .column-50 .filter .selectionBar {
      background-color: #000;
      color: #FFF;
      text-align: left;
      position: relative;
      padding: 8px;
      border-radius: 20px;
      z-index: 2000; }
      .layout-articles .column-50 .filter .selectionBar .selected {
        text-transform: uppercase;
        font-size: 14px; }
      .layout-articles .column-50 .filter .selectionBar .fa {
        position: absolute;
        right: 13px; }
      .layout-articles .column-50 .filter .selectionBar .fa.fa-caret-up {
        top: 5px;
        background-color: transparent !important;
        color: #04A2DF !important; }
      .layout-articles .column-50 .filter .selectionBar .fa.fa-caret-down {
        top: 14px;
        background-color: transparent;
        color: #04A2DF; }
      .layout-articles .column-50 .filter .selectionBar .selected {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding-left: 5px; }
      .layout-articles .column-50 .filter .selectionBar .filter ul {
        background-color: #000; }
      .layout-articles .column-50 .filter .selectionBar .backgroundFill.light ul li a {
        color: white !important;
        text-align: left;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-style: normal; }
      .layout-articles .column-50 .filter .selectionBar .filter.filterTag ul li a:hover {
        background-color: #04A2DF;
        padding-top: 5px; }
    .layout-articles .column-50 .filter ul {
      display: none;
      position: absolute;
      top: 38px;
      left: 0;
      right: 0;
      z-index: 1990;
      background-color: black;
      padding: 0;
      margin: 0;
      padding-top: 16px;
      list-style: none; }
      .layout-articles .column-50 .filter ul li {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0; }
        .layout-articles .column-50 .filter ul li a {
          display: inline-block;
          width: 100%;
          padding: 12px 14px;
          text-decoration: none;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 14px;
          line-height: 14px;
          color: #FFF !important; }
          .layout-articles .column-50 .filter ul li a:hover {
            background-color: #04A2DF;
            color: #FFF;
            text-decoration: none; }
        .layout-articles .column-50 .filter ul li ul.children {
          position: initial;
          padding-top: 0;
          width: 100%; }
          .layout-articles .column-50 .filter ul li ul.children li {
            display: block; }
      .layout-articles .column-50 .filter ul li:first-child {
        display: none; }
    .layout-articles .column-50 .filter:hover .selectionBar {
      border-radius: 20px 20px 0 0;
      border-bottom: 1px solid #FFF; }
    .layout-articles .column-50 .filter:hover ul {
      display: inline-block; }
    .layout-articles .column-50 .filter.filterCategory {
      z-index: 2; }
      .layout-articles .column-50 .filter.filterCategory .selectionBar {
        z-index: 2400; }
      .layout-articles .column-50 .filter.filterCategory ul {
        z-index: 2390; }
    .layout-articles .column-50 .filter.filterTag {
      z-index: 1; }
      .layout-articles .column-50 .filter.filterTag .selectionBar {
        z-index: 2400; }
      .layout-articles .column-50 .filter.filterTag ul {
        z-index: 2390; }
    .layout-articles .column-50 .filter.filterDate .selectionBar {
      z-index: 2200; }
    .layout-articles .column-50 .filter.filterDate ul {
      z-index: 2190; }
  .layout-articles .seeAllButton {
    float: right;
    display: inline-block; }
    .layout-articles .seeAllButton span {
      display: inline-block;
      padding: 4px 10px;
      font-weight: bold;
      font-size: 22px;
      line-height: 22px;
      border-radius: 4px;
      background-color: #000;
      color: #FFF; }
    .layout-articles .seeAllButton:hover {
      text-decoration: none; }
  .layout-articles .articlePagination {
    display: inline-block;
    width: 100%; }
    .layout-articles .articlePagination ul {
      display: inline-block;
      width: 100%;
      margin: 0;
      padding: 0; }
      .layout-articles .articlePagination ul li {
        display: inline-block;
        margin: 0;
        padding: 0; }
        .layout-articles .articlePagination ul li a {
          width: 18px;
          height: 18px;
          margin: 5px 7px;
          background: #FFF;
          border: 2px solid #04A2DF;
          display: block;
          -webkit-backface-visibility: visible;
          transition: opacity 200ms ease;
          border-radius: 4px;
          text-decoration: none; }
          .layout-articles .articlePagination ul li a:hover {
            text-decoration: none; }
          .layout-articles .articlePagination ul li a span {
            display: none; }
        .layout-articles .articlePagination ul li.active a, .layout-articles .articlePagination ul li:hover a {
          background: #04A2DF; }

/** AWARDS SLIDER STYLES **/
.layout-awards .awardsItems .awardItem {
  text-align: center; }
  .layout-awards .awardsItems .awardItem:first-child {
    text-align: left; }
  .layout-awards .awardsItems .awardItem:last-child {
    text-align: right; }
.layout-awards .owl-item img {
  display: inline-block;
  width: auto;
  max-width: 100%; }
.layout-awards .owl-nav {
  display: none !important; }
.layout-awards .owl-dots {
  margin-top: 30px; }

/** CLIENTS SLIDER STYLES **/
.layout-clients {
  margin-top: 60px;
  margin-bottom: 60px; }
  .layout-clients .owl-item img {
    display: inline-block;
    width: auto;
    max-width: 100%; }
  .layout-clients .owl-nav {
    display: none !important; }
  .layout-clients .owl-dots {
    display: none !important;
    margin-top: 30px; }
  .layout-clients .clients .item {
    text-align: center;
    height: 140px; }
    .layout-clients .clients .item a {
      display: inline-block;
      height: 140px;
      width: 88%;
      margin: 0 6%;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
      .layout-clients .clients .item a:hover {
        text-decoration: none; }
  .layout-clients .clients.hideNavigation .owl-dots {
    display: none !important; }

/** CONTACT **/
.layout-contact ul {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
  .layout-contact ul li {
    padding: 4px;
    margin: 0; }
    .layout-contact ul li a {
      font-size: 16px;
      line-height: 19px;
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      font-style: normal; }
      .layout-contact ul li a i {
        margin-right: 10px;
        color: #ec7a08; }
.layout-contact h3 {
  margin-top: 70px;
  font-size: 31px; }
  .layout-contact h3:after {
    color: #04A2DF;
    border-bottom: 4px solid #04A2DF; }
.layout-contact ul.social-list {
  display: inline-block; }
  .layout-contact ul.social-list li {
    display: inline-block; }
  .layout-contact ul.social-list a {
    display: inline-block; }
  .layout-contact ul.social-list span {
    font-size: 21px;
    color: #ec7a08;
    padding-top: 15px; }
.layout-contact .wpcf7-validation-errors, .layout-contact .wpcf7-mail-sent-ok {
  font-size: 16px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  border: 1px solid #ffb9b9;
  background-color: #ffb9b9;
  color: #000;
  padding: 14px 8px;
  float: left;
  width: 100%;
  margin-top: 0; }
.layout-contact .wpcf7-mail-sent-ok {
  border: 1px solid rgba(65, 179, 37, 0.4);
  background-color: rgba(65, 179, 37, 0.4); }

/** CONTENT **/
.layout-content .sidebar .ctaBoxImage {
  position: relative; }
  .layout-content .sidebar .ctaBoxImage .image {
    position: relative;
    min-height: 169px;
    background-color: #04A2DF; }
    .layout-content .sidebar .ctaBoxImage .image img {
      display: block;
      width: 100%; }
    .layout-content .sidebar .ctaBoxImage .image .date {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 6%;
      padding: 6px 6px 6px;
      background-color: #04A2DF;
      color: #FFF;
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      font-style: normal; }
      .layout-content .sidebar .ctaBoxImage .image .date span {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: normal; }
  .layout-content .sidebar .ctaBoxImage .titleBox {
    position: relative;
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 12px;
    color: #000;
    background-color: #F3F3F3; }
    .layout-content .sidebar .ctaBoxImage .titleBox h3 {
      margin: 0;
      width: 100%;
      padding: 0;
      color: #000;
      text-transform: none; }
      .layout-content .sidebar .ctaBoxImage .titleBox h3 span {
        color: #04A2DF; }
    .layout-content .sidebar .ctaBoxImage .titleBox a {
      position: absolute;
      top: 7px;
      right: 7px;
      background-color: #000;
      color: #FFF;
      padding: 5px 12px;
      border-radius: 4px;
      font-size: 24px;
      line-height: 24px; }
.layout-content .sidebar .ctaBoxIcon {
  display: inline-block;
  text-align: center;
  width: 100%;
  min-height: 200px;
  color: #FFF; }
  .layout-content .sidebar .ctaBoxIcon:hover {
    text-decoration: none; }
  .layout-content .sidebar .ctaBoxIcon h2 {
    margin-bottom: 0;
    padding: 0;
    border: 0;
    font-size: 18px;
    line-height: 18px; }
  .layout-content .sidebar .ctaBoxIcon p {
    margin-top: 10px;
    color: #FFF;
    font-size: 12px;
    line-height: 18px; }
  .layout-content .sidebar .ctaBoxIcon .imageContainer {
    margin-top: 10px;
    min-height: 110px;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
    -webkit-align-items: center;
    /* Safari */
    align-items: center; }
    .layout-content .sidebar .ctaBoxIcon .imageContainer img {
      display: inline-block;
      max-width: 100%; }
  .layout-content .sidebar .ctaBoxIcon.orange {
    background-color: #04A2DF; }
.layout-content .sidebar .ctaBoxImage + .ctaBoxImage,
.layout-content .sidebar .ctaBoxIcon + .ctaBoxIcon,
.layout-content .sidebar .ctaBoxImage + .ctaBoxIcon,
.layout-content .sidebar .ctaBoxIcon + .ctaBoxImage {
  margin-top: 20px; }

/** DOWNLOAD PARALAX **/
.layout-download_paralax {
  text-align: left; }
  .layout-download_paralax.image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .layout-download_paralax.image h4 {
      color: #FFF; }
    .layout-download_paralax.image p {
      color: #FFF; }
  .layout-download_paralax.parallax h4 {
    color: #FFF; }
  .layout-download_paralax.parallax p {
    color: #FFF; }
  .layout-download_paralax .subscribeBox {
    margin: 100px 0; }
  .layout-download_paralax h4 {
    margin: 0; }
    .layout-download_paralax h4 span.subHeading {
      display: block;
      font-size: 30px;
      line-height: 48px; }
    .layout-download_paralax h4:after {
      border-color: #04A2DF; }
  .layout-download_paralax .wysiwyg {
    margin-left: 0; }
  .layout-download_paralax p {
    margin-top: 5px;
    text-align: left; }
  .layout-download_paralax form button {
    display: block; }

/** HERO ANIMATED **/
.layout-hero_animated {
  position: relative; }
  .layout-hero_animated img {
    display: block;
    max-width: 100%; }
  .layout-hero_animated .hero-header {
    border-left: 6px solid #04A2DF;
    top: 50px;
    width: 100%;
    position: absolute;
    padding-left: 24px;
    z-index: 600; }
    .layout-hero_animated .hero-header h1 {
      padding: 0;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 30px;
      line-height: 30px;
      text-transform: none;
      text-align: left;
      margin: 0;
      border-left: 0; }
    .layout-hero_animated .hero-header h2 {
      font-size: 26px;
      line-height: 26px;
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      font-style: normal;
      text-transform: none;
      margin: 10px 0 0 0;
      padding-left: 0px;
      text-align: left;
      border-left: 0; }
  .layout-hero_animated .hero {
    max-width: 1280px;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .layout-hero_animated .hero .background {
      width: 100%;
      z-index: 200; }
    .layout-hero_animated .hero .wheel {
      -webkit-animation: spin 30s infinite linear;
      position: absolute;
      top: 3%;
      right: 11.2%;
      height: 77.5%;
      z-index: 300; }
    .layout-hero_animated .hero .people {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 400; }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
/** HERO ANIMATED **/
.layout-hero_banner {
  position: relative; }
  .layout-hero_banner.fixed_height .owl-carousel .item {
    background-size: cover;
    background-position: center center; }
  .layout-hero_banner .hero-no-scroll {
    display: block; }
  .layout-hero_banner .hero-scroll .owl-item {
    position: relative; }
  .layout-hero_banner .hero-scroll .owl-nav {
    display: none !important; }
  .layout-hero_banner .hero-scroll .owl-dots {
    position: absolute;
    top: -45px;
    right: 0; }
  .layout-hero_banner .slideContent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
    .layout-hero_banner .slideContent h2 {
      position: absolute;
      bottom: 10%;
      left: 10%;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-style: normal;
      font-size: 17px;
      line-height: 17px;
      color: #F3F3F3 !important;
      margin: 0;
      padding: 0; }
      .layout-hero_banner .slideContent h2:after {
        display: none; }
    .layout-hero_banner .slideContent p {
      margin: 0 auto 0;
      max-width: 900px;
      color: rgba(255, 255, 255, 0.75);
      font-size: 52px;
      line-height: 78px;
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      font-style: normal; }
  .layout-hero_banner img {
    display: block;
    width: 100%; }

/** NON Common Tablet Styles **/
@media all and (max-width: 1024px) {
  .layout-hero_banner.variable .slideContent p {
    font-size: 26px;
    line-height: 38px;
    max-width: 70%; } }
@media all and (max-width: 768px) {
  .layout-hero_banner .slideContent p {
    line-height: 64px; }

  .layout-hero_banner.variable .slideContent p {
    font-size: 16px;
    line-height: 22px;
    max-width: 90%;
    margin-top: 3%; } }
@media all and (max-width: 500px) {
  .layout-hero_banner .slideContent h2 {
    bottom: 4% !important;
    left: 10% !important; } }
/** HERO VIDEO **/
.layout-hero_video {
  position: relative;
  overflow: hidden;
  max-height: 895px; }
  .layout-hero_video .hero-video-no-scroll {
    display: inline-block; }
  .layout-hero_video .hero-video-scroll .owl-item {
    position: relative; }
  .layout-hero_video .hero-video-scroll .item {
    margin-top: -20px; }
  .layout-hero_video .hero-video-scroll .owl-nav {
    display: none !important; }
  .layout-hero_video .hero-video-scroll .owl-dots {
    display: none !important; }
  .layout-hero_video .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
    .layout-hero_video .container h2 {
      color: #FFF;
      font-size: 72px;
      line-height: 74px;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-style: normal; }
      .layout-hero_video .container h2:after {
        border-bottom: 4px solid #FFF; }
    .layout-hero_video .container p {
      font-size: 36px;
      line-height: 48px;
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      font-style: normal;
      text-align: center;
      color: #FFF; }
    .layout-hero_video .container a.button {
      font-size: 17px;
      line-height: 17px;
      font-family: "Montserrat", sans-serif;
      font-weight: 800;
      font-style: normal;
      padding: 14px 16px;
      min-width: 240px; }
  .layout-hero_video #video-background {
    /*  making the video fullscreen  */
    max-width: 100%;
    width: 100%;
    z-index: -100; }

/** NON Common Tablet Styles **/
@media all and (max-width: 1024px) {
  .layout-hero_video .container h2 {
    font-size: 42px;
    line-height: 44px; }
  .layout-hero_video .container p {
    font-size: 26px;
    line-height: 38px; }
  .layout-hero_video .container a.button {
    font-size: 17px;
    line-height: 17px; } }
@media all and (max-width: 768px) {
  .layout-hero_video .container h2 {
    font-size: 22px;
    line-height: 24px; }
  .layout-hero_video .container p {
    font-size: 16px;
    line-height: 28px; }
  .layout-hero_video .container a.button {
    font-size: 14px;
    line-height: 14px;
    padding: 3px 4px;
    min-width: 120px; } }
@media all and (max-width: 500px) {
  .layout-hero_video .container h2 {
    font-size: 22px;
    line-height: 24px;
    margin-top: 19px; }
    .layout-hero_video .container h2:after {
      margin: 5px auto; }
  .layout-hero_video .container p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px; }
  .layout-hero_video .container a.button {
    font-size: 14px;
    line-height: 14px;
    padding: 3px 4px;
    min-width: 120px;
    margin-top: 10px; } }
/** MAPS **/
.layout-maps {
  /* fixes potential theme css conflict */ }
  .layout-maps img {
    display: inline-block;
    max-width: 100%; }
  .layout-maps .acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0; }
  .layout-maps .acf-map img {
    max-width: inherit !important; }

/** PARTNERS SLIDER STYLES **/
.layout-partners .partnersItems .partnerItem {
  text-align: center; }
  .layout-partners .partnersItems .partnerItem:first-child {
    text-align: left; }
  .layout-partners .partnersItems .partnerItem:last-child {
    text-align: right; }
.layout-partners .owl-item img {
  display: inline-block;
  width: auto;
  max-width: 100%; }
.layout-partners .owl-nav {
  display: none !important; }
.layout-partners .owl-dots {
  margin-top: 30px; }

/** POLL STYLES **/
.layout-poll .text {
  width: 70%;
  display: inline-block; }
  .layout-poll .text h4 {
    text-align: left; }
.layout-poll h2 {
  color: #FFF;
  padding-left: 0;
  border-left: 0;
  margin-bottom: 0; }
.layout-poll p {
  color: #FFF;
  text-align: left;
  width: 100%;
  margin: 6px 0; }
  .layout-poll p a {
    color: #FFF; }
.layout-poll div.modal-survey-container {
  display: none !important; }
.layout-poll .pollSubmitted {
  display: none; }
.layout-poll .pollQuestions {
  margin-top: 20px; }
.layout-poll .pollAnswer + .pollAnswer {
  margin-top: 4px; }
.layout-poll .pollAnswer button.button {
  min-width: 80px;
  width: 23%; }
.layout-poll .progressbar {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 74%;
  background-color: #FFF;
  overflow: hidden;
  height: 36px;
  margin-left: 1%;
  margin-top: 2px; }
  .layout-poll .progressbar .progress {
    display: inline-block;
    background-color: #04A2DF;
    height: 36px; }
  .layout-poll .progressbar .percentageIndicator {
    position: absolute;
    top: 6px;
    right: 8px;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 24px; }

/** SIMPLE CONTENT **/
.layout-simple_content p {
  text-align: center; }

.layout-simple_content_with_image p {
  text-align: center; }
.layout-simple_content_with_image h1 {
  color: black;
  padding: 0;
  margin: 0;
  padding-top: 13px; }
  .layout-simple_content_with_image h1:after {
    display: none !important; }
.layout-simple_content_with_image h2 {
  color: #04A2DF !important;
  font-size: 25px;
  padding: 0;
  margin: 0;
  padding-top: 10px; }
  .layout-simple_content_with_image h2:after {
    color: black; }

.backgroundFill.light {
  padding: 30px !important; }

/** SUBSCRIBE STYLES **/
.layout-subscribe {
  text-align: left;
  padding-top: 60px;
  padding-bottom: 60px; }
  .layout-subscribe.image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .layout-subscribe.image h4 {
      color: #FFF; }
    .layout-subscribe.image p {
      color: #FFF; }
  .layout-subscribe.parallax h4 {
    color: #FFF; }
  .layout-subscribe.parallax p {
    color: #FFF; }
  .layout-subscribe h4 {
    margin: 0; }
    .layout-subscribe h4 span.subHeading {
      display: block;
      font-size: 30px;
      line-height: 48px; }
    .layout-subscribe h4:after {
      border-color: #04A2DF; }
  .layout-subscribe .wysiwyg {
    margin-left: 0; }
  .layout-subscribe p {
    margin-top: 5px;
    text-align: left; }
  .layout-subscribe form button {
    display: block; }

/** TEAM **/
.backgroundFill.light {
  padding: 0px !important; }

.layout-team .page-header {
  margin-bottom: 0; }
.layout-team img {
  display: inline-block;
  max-width: 100%; }
.layout-team .teamMember {
  position: relative; }
  .layout-team .teamMember .image {
    position: relative;
    display: inline-block;
    overflow: hidden; }
    .layout-team .teamMember .image img {
      display: block; }
    .layout-team .teamMember .image .overview h4, .layout-team .teamMember .image .details h4 {
      color: #FFF;
      margin: 0;
      padding: 16px 0 0;
      font-size: 24px;
      line-height: 24px; }
      .layout-team .teamMember .image .overview h4:after, .layout-team .teamMember .image .details h4:after {
        border-bottom: 4px solid white;
        width: 64px;
        position: absolute;
        top: 64px;
        display: none !important;
        left: 133px; }
    .layout-team .teamMember .image .overview h5, .layout-team .teamMember .image .details h5 {
      color: #04A2DF;
      margin: 0;
      padding: 6px 0 16px;
      font-size: 16px;
      line-height: 16px; }
    .layout-team .teamMember .image .overview p, .layout-team .teamMember .image .details p {
      color: #FFF;
      width: 90%; }
    .layout-team .teamMember .image .overview .contactOptions ul, .layout-team .teamMember .image .details .contactOptions ul {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%; }
      .layout-team .teamMember .image .overview .contactOptions ul li, .layout-team .teamMember .image .details .contactOptions ul li {
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%; }
    .layout-team .teamMember .image .overview {
      background-color: rgba(0, 0, 0, 0.8);
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      height: auto;
      visibility: visible;
      opacity: 1;
      -webkit-transition: visibility 0s, opacity 0.3s linear;
      /* Safari */
      transition: visibility 0s, opacity 0.3s linear; }
    .layout-team .teamMember .image .details {
      position: absolute;
      display: block;
      top: 600px;
      left: 0;
      right: 0;
      height: 100%;
      -webkit-transition: top 0.6s;
      /* Safari */
      transition: top 0.6s;
      background-color: rgba(0, 0, 0, 0.8);
      color: #FFF;
      z-index: 400; }
      .layout-team .teamMember .image .details:hover {
        top: 0; }
        .layout-team .teamMember .image .details:hover + .overview {
          visibility: hidden;
          opacity: 0; }
      .layout-team .teamMember .image .details p {
        width: 90%; }
    .layout-team .teamMember .image .readmore {
      background-color: #04A2DF;
      color: #FFF;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 2; }
      .layout-team .teamMember .image .readmore span {
        z-index: 20;
        padding-right: 10px;
        padding-bottom: 10px;
        background-color: transparent; }
      .layout-team .teamMember .image .readmore:before {
        border-bottom: 55px solid #E37C21;
        border-left: 55px solid transparent;
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1; }
      .layout-team .teamMember .image .readmore:hover + .details {
        top: 0; }
      .layout-team .teamMember .image .readmore:hover + .details + .overview {
        display: none; }

@media screen and (max-width: 1280px) {
  .layout-team .teamMember .details p {
    margin-top: 0;
    padding-top: 0;
    line-height: 22px; } }
@media screen and (max-width: 1024px) {
  .layout-team .teamMember .details h5 {
    padding-bottom: 0 !important; }
  .layout-team .teamMember .details p {
    margin-top: 0;
    padding-top: 0;
    font-size: 12px;
    line-height: 16px; }
  .layout-team .teamMember .details a.button {
    margin-top: 20px !important; } }
@media screen and (max-width: 768px) {
  .layout-team .teamMember .details p {
    font-size: 16px;
    line-height: 22px; } }
/** TESTIMONIALS **/
.layout-testimonials .testimonials-background {
  background-color: #C8C8C8; }
.layout-testimonials .item {
  margin: 20px;
  width: 90%;
  background-color: #F3F3F3;
  height: 520px;
  position: relative;
  text-align: left;
  overflow: hidden; }
  .layout-testimonials .item .imageContainer {
    padding-top: 18px; }
    .layout-testimonials .item .imageContainer img {
      width: inherit;
      display: block;
      max-width: 100%; }
    .layout-testimonials .item .imageContainer:after {
      content: "";
      display: block;
      margin-top: 18px;
      border-bottom: 4px solid #04A2DF;
      width: 80px; }
  .layout-testimonials .item p {
    text-align: left; }
    .layout-testimonials .item p a {
      color: #04A2DF !important; }
  .layout-testimonials .item .testimonial-body {
    padding: 0 20px; }
  .layout-testimonials .item .background {
    background-color: #04A2DF;
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .layout-testimonials .item h3 {
    font-size: 14px;
    line-height: 16px;
    border: none;
    padding: 0 16px;
    font-weight: 400;
    text-align: left;
    color: #FFF;
    text-transform: none; }
    .layout-testimonials .item h3:after {
      display: none; }
.layout-testimonials.medium .item, .layout-testimonials.dark .item {
  background-color: #FFF; }
  .layout-testimonials.medium .item h3, .layout-testimonials.dark .item h3 {
    color: #FFF; }
.layout-testimonials.light .item h3 {
  color: #FFF; }
.layout-testimonials .owl-carousel .owl-nav[class*='owl-'] {
  display: none; }
.layout-testimonials .owl-dots {
  padding-top: 30px; }
.layout-testimonials .owl-carousel .owl-dots .owl-dot span {
  border-radius: 11px;
  background-color: #04A2DF; }
.layout-testimonials .owl-carousel .owl-dots .owl-dot.active span, .layout-testimonials .owl-carousel .owl-dots .owl-dot:hover span {
  background: black;
  border: 2px solid black; }

.layout-advice-boxes .textContainer {
  position: relative; }
  .layout-advice-boxes .textContainer h3 {
    text-align: left;
    margin: 0; }
    .layout-advice-boxes .textContainer h3:after {
      display: none; }
  .layout-advice-boxes .textContainer:after {
    content: '';
    display: block;
    border-bottom: 1px solid #eee;
    max-width: 1280px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto; }
.layout-advice-boxes .advice-outer {
  width: 100%;
  display: inline-block;
  padding: 30px 0; }
.layout-advice-boxes .inner-advice .imageColumn img {
  display: block;
  margin: 0; }
.layout-advice-boxes .inner-advice .textColumn {
  border-bottom: 1px solid #eee;
  padding: 0 15px 15px;
  text-align: left; }
  .layout-advice-boxes .inner-advice .textColumn h3, .layout-advice-boxes .inner-advice .textColumn p {
    text-align: left; }
  .layout-advice-boxes .inner-advice .textColumn h3:after {
    margin: 20px 0; }
  .layout-advice-boxes .inner-advice .textColumn a.button.fill {
    text-align: center; }

/** CUSTOM SITE STYLES **/
/**cookies policy**/
.ctcc-left-side {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal; }
  .ctcc-left-side a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal; }

.ctcc-right-side a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal; }

.orangeunderline h3:after {
  border-bottom: 4px solid #04A2DF; }

.backgroundFill {
  width: 100%;
  display: block;
  background-color: #FFF; }
  .backgroundFill.dark {
    background-color: #000;
    color: #FFF; }
    .backgroundFill.dark h1, .backgroundFill.dark h2, .backgroundFill.dark h3, .backgroundFill.dark h4 {
      color: #FFF; }
    .backgroundFill.dark ul li, .backgroundFill.dark ul li a, .backgroundFill.dark ul li a span {
      color: #FFF; }
    .backgroundFill.dark p, .backgroundFill.dark p a:not(.button), .backgroundFill.dark a:not(.button) {
      color: #FFF; }
  .backgroundFill.medium {
    background-color: #F3F3F3;
    color: #000; }
    .backgroundFill.medium h1, .backgroundFill.medium h2, .backgroundFill.medium h3, .backgroundFill.medium h4 {
      color: #000; }
    .backgroundFill.medium ul li, .backgroundFill.medium ul li a, .backgroundFill.medium ul li a span {
      color: #000; }
    .backgroundFill.medium p, .backgroundFill.medium p a:not(.button), .backgroundFill.medium a:not(.button) {
      color: #000;
      text-align: left; }
  .backgroundFill.light {
    background-color: #FFF;
    color: #000; }
    .backgroundFill.light h1, .backgroundFill.light h2, .backgroundFill.light h3, .backgroundFill.light h4 {
      color: #000; }
      .backgroundFill.light h1:after, .backgroundFill.light h2:after, .backgroundFill.light h3:after, .backgroundFill.light h4:after {
        border-bottom: 4px solid #04A2DF; }
    .backgroundFill.light ul li, .backgroundFill.light ul li a, .backgroundFill.light ul li a span {
      color: #000; }
    .backgroundFill.light p, .backgroundFill.light p {
      color: #000; }
    .backgroundFill.light a:not(.button), .backgroundFill.light a:not(.button) {
      color: #04A2DF !important; }
  .backgroundFill.orange {
    background-color: #04A2DF;
    color: #FFF; }
    .backgroundFill.orange h1, .backgroundFill.orange h2, .backgroundFill.orange h3, .backgroundFill.orange h4 {
      color: #FFF; }
    .backgroundFill.orange ul li, .backgroundFill.orange ul li a, .backgroundFill.orange ul li a span {
      color: #FFF; }
    .backgroundFill.orange p, .backgroundFill.orange p a:not(.button), .backgroundFill.orange a:not(.button) {
      color: #FFF; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.mobile-only {
  display: none !important; }

.chart-icon {
  margin-top: 20px;
  vertical-align: top;
  display: inline-block;
  margin-right: 54px;
  background-color: #000;
  padding: 21px 26px;
  border-radius: 5px; }
  .chart-icon.white {
    background-color: #FFF; }

/** GENERAL STYLING FOR RICH TEXT EDITOR */
.wysiwyg {
  margin-left: 15px;
  padding-bottom: 50px;
  /** GENERAL STYLING FOR RICH TEXT EDITOR */ }
  .wysiwyg h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    width: 97%;
    margin-bottom: 0;
    margin-left: 0;
    text-transform: none; }
  .wysiwyg p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 30px auto 0;
    width: 100%; }
  .wysiwyg h3 + p {
    margin-top: 0; }
  .wysiwyg a {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    text-decoration: none; }
  .wysiwyg ul {
    margin: 2px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: left; }
    .wysiwyg ul li {
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 15px;
      line-height: 24px;
      padding-left: 17px;
      text-align: left; }
      .wysiwyg ul li::before {
        content: "\2022";
        color: #04A2DF;
        display: inline-block;
        width: 1em;
        margin-left: -1em; }
  .wysiwyg ol {
    margin: 2px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: left; }
    .wysiwyg ol li {
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 15px;
      line-height: 24px;
      padding-left: 17px;
      text-align: left; }
  .wysiwyg blockquote {
    background: #f9f9f9;
    border-left: 10px solid #04A2DF;
    margin: 1.5em 10px;
    padding: 0.5em 18px; }
  .wysiwyg blockquote:before {
    color: #04A2DF;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em; }
  .wysiwyg blockquote p {
    display: inline; }
  .wysiwyg.no-margin {
    margin-left: 0; }

/** CONTACT FROM 7 STYLES STYLES */
form.wpcf7-form p {
  padding: 0;
  margin: 0; }
form.wpcf7-form select {
  -webkit-appearance: menulist-button;
  height: 46px; }
form.wpcf7-form input[type=text], form.wpcf7-form input[type=email], form.wpcf7-form select, form.wpcf7-form textarea {
  font-size: 16px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 12px;
  margin-bottom: 0; }
form.wpcf7-form input[type=submit] {
  width: auto;
  line-height: 30px; }
form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 4px; }
  form.wpcf7-form .wpcf7-not-valid-tip:before {
    content: "^";
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px; }

/** animated progress bar **/
.progress-box {
  position: relative; }
  .progress-box path {
    stroke: #FFF; }
  .progress-box .percent, .progress-box svg {
    width: 200px;
    position: absolute;
    transform: rotate(208deg);
    top: -58px;
    left: -48px; }
  .progress-box .percent {
    line-height: 20px;
    height: 20px;
    width: 100%;
    top: 27px;
    left: 2px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    transform: rotate(0deg);
    font-size: 31px;
    text-align: center;
    color: white; }
  .progress-box p, .progress-box .btn {
    position: relative;
    left: -18px;
    width: 200px;
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    top: 30px; }
  .progress-box .btn {
    text-align: center;
    background: #5fc2af;
    color: #fff;
    width: 120px;
    height: 37px;
    line-height: 37px;
    cursor: pointer; }
  .progress-box input {
    border: 0;
    outline: 0;
    transform: rotate(180deg);
    border-bottom: 1px solid #eee;
    width: 30px;
    font-family: helvetica;
    font-size: 24px;
    text-transform: capitalise;
    font-family: 'Share Tech', sans-serif;
    background: transparent; }

.layout-50_split.homepageBrightNavigatorBox {
  background: linear-gradient(#FFF 110px, #F3F3F3 110px) !important; }
  .layout-50_split.homepageBrightNavigatorBox .icon, .layout-50_split.homepageBrightNavigatorBox .content {
    padding-top: 130px !important; }
.layout-50_split.noBottomPadding .imageColumn {
  padding-bottom: 0; }
  .layout-50_split.noBottomPadding .imageColumn img {
    padding-bottom: 0;
    display: inline-block;
    vertical-align: bottom; }
.layout-50_split.noBottomPadding .textColumn {
  padding-bottom: 0; }

#survey {
  border-top: 1px solid #e5e5e5;
  margin: 20px 0;
  padding-bottom: 20px;
  color: #333333; }
  #survey p {
    margin-bottom: 20px; }
  #survey table {
    width: 94%;
    margin: 0 3%; }
    #survey table tr th {
      padding: 8px;
      text-align: center;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-style: normal; }
    #survey table tr td {
      background-color: #f2f2f2;
      padding: 8px;
      text-align: center; }
  #survey ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0; }
    #survey ul li {
      width: 7.6%;
      display: inline-block;
      text-align: center;
      color: #000;
      padding: 0;
      margin: 0; }
  #survey label {
    display: block;
    position: relative;
    height: 52px;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    background: #f2f2f2;
    color: #000;
    text-align: center;
    line-height: 52px; }
  #survey input[type=radio] {
    position: absolute;
    visibility: hidden; }
  #survey .check {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    cursor: pointer;
    background-color: #fff;
    margin: 0 auto; }
    #survey .check::before {
      background-color: #fff;
      display: block;
      position: absolute;
      content: '';
      border-radius: 100%;
      height: 21px;
      width: 21px;
      top: 2px;
      left: 2px;
      margin: auto;
      transition: background 0.25s linear;
      -webkit-transition: background 0.25s linear; }
  #survey textarea {
    width: 100%;
    background: #f2f2f2;
    height: 230px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    margin: 0; }
  #survey .checked {
    background-color: #ffc758; }
  #survey .check.checked {
    background-color: #fff; }
  #survey .check.checked:before {
    background-color: #ffc758; }
  #survey ul li label.first {
    border-radius: 5px 0 0 5px; }
  #survey ul li label.last {
    border-radius: 0 5px 5px 0; }

/** RESPONSIVE STYLES **/
/** NON Common Tablet Styles **/
@media all and (max-width: 1024px) {
  .container .column-33 .layout-3_boxes .boxColumn {
    width: 50%;
    display: block; }

  .home-hero .hero-header {
    position: initial; }

  .layout-team .column-25 {
    width: 50%; }

  .layout-3_boxes .column-20 {
    width: 50%; }
  .layout-3_boxes .column-25 {
    width: 50%; }
  .layout-3_boxes .column-33 {
    width: 50%; } }
/** NON Common Mobile Styles **/
@media all and (max-width: 768px) {
  .container .column-33 {
    width: 100% !important;
    display: block; }

  .mobile-only {
    display: inline-block !important;
    text-align: right;
    padding-top: 10px !important; }
    .mobile-only ul {
      text-align: center; }
      .mobile-only ul li {
        font-size: 22px;
        line-height: 22px; }
        .mobile-only ul li a {
          font-size: 22px;
          line-height: 22px; }

  .hide-on-mobile {
    display: none !important; }

  .pre-header div {
    text-align: center; }
    .pre-header div.column-75 {
      padding-top: 0;
      padding-bottom: 0; }
    .pre-header div a.bookbutton {
      float: none;
      display: inline-block; }
    .pre-header div ul {
      float: none;
      display: inline-block;
      margin: 15px 0 0;
      padding: 0;
      text-align: center; }
      .pre-header div ul li {
        display: inline-block;
        margin: 0;
        padding: 0 10px;
        text-align: center;
        width: auto; }
        .pre-header div ul li a span {
          font-size: 17px; }

  .burger-menu {
    float: right !important;
    margin-top: 20px;
    display: block !important; }
    .burger-menu span {
      font-size: 28px; }

  .header nav {
    display: none;
    width: 100%; }
    .header nav.open {
      display: inline-block !important; }
    .header nav .menu-main-menu-container {
      width: 100%; }
    .header nav ul {
      display: block;
      width: 100%;
      padding-top: 47px; }
      .header nav ul li {
        display: inline-block;
        position: initial;
        width: 100%;
        text-align: left;
        padding: 10px 2%;
        border-bottom: 1px solid #F3F3F3; }
        .header nav ul li + li {
          margin-left: 0;
          padding-left: 2%;
          border-left: 0; }
        .header nav ul li a {
          color: #000;
          display: block;
          width: 100%; }
        .header nav ul li:hover {
          background-color: #000; }
          .header nav ul li:hover a {
            color: #FFF;
            display: block;
            width: 100%; }
        .header nav ul li.current-menu-parent a {
          padding-bottom: 14px !important; }
        .header nav ul li.current-menu-item {
          background-color: #000; }
          .header nav ul li.current-menu-item a {
            color: #FFF;
            display: block;
            width: 100%;
            border-bottom: none;
            padding-bottom: 14px; }
        .header nav ul li ul.sub-menu {
          position: relative;
          display: block;
          margin-left: 2%;
          width: 100%; }
          .header nav ul li ul.sub-menu li {
            border-top: 1px solid #F3F3F3;
            border-bottom: 0;
            background-color: #000; }
            .header nav ul li ul.sub-menu li a {
              width: 100%; }
            .header nav ul li ul.sub-menu li.bright-index-icon a, .header nav ul li ul.sub-menu li.bright-navigator-icon a, .header nav ul li ul.sub-menu li.bright-employee-icon a {
              width: 88%; }
            .header nav ul li ul.sub-menu li.bright-index-icon:before, .header nav ul li ul.sub-menu li.bright-navigator-icon:before, .header nav ul li ul.sub-menu li.bright-employee-icon:before {
              width: 12%; }

  .subscribeBox form.inline input, .subscribeBox form.inline button {
    width: 90%;
    margin: 10px auto;
    display: block; }
  .subscribeBox .column-30 {
    padding-top: 50px !important; }

  .chart-icon {
    margin-right: 2%; }

  .pollContainer .text {
    width: 60%; }

  .layout-team .column-25 {
    width: 100%; }

  .awards .awardsItems .awardItem {
    text-align: center; }
    .awards .awardsItems .awardItem:first-child {
      text-align: center; }
    .awards .awardsItems .awardItem:last-child {
      text-align: center; }
  .awards div[class^="column-"] {
    text-align: center; }
    .awards div[class^="column-"] h2 {
      text-align: left; }
    .awards div[class^="column-"] img {
      display: inline-block; }

  .layout-3_boxes .column-20 {
    width: 100%; }
  .layout-3_boxes .column-25 {
    width: 100%; }
  .layout-3_boxes .column-33 {
    width: 100%; }

  footer .preFooter {
    text-align: center; }
    footer .preFooter img {
      display: inline-block; }
    footer .preFooter p {
      text-align: center; }

  footer .menu-footer-links-container, footer .social-footer-links-container {
    display: inline-block;
    width: 75%; }
    footer .menu-footer-links-container ul li, footer .social-footer-links-container ul li {
      width: 48%;
      padding: 0 0 13px 0; }
      footer .menu-footer-links-container ul li + li, footer .social-footer-links-container ul li + li {
        padding: 0 0 13px 0;
        margin: 0;
        border: 0; }

  .modalBox .modalWindow {
    width: 96%; }

  #survey table {
    width: 98%;
    margin: 0 1%; }
    #survey table tr th {
      padding: 0;
      font-size: 11px; }
  #survey label {
    height: 22px;
    line-height: 22px; }
  #survey .check {
    height: 14px;
    width: 14px; }
    #survey .check::before {
      height: 12px;
      width: 12px;
      top: 1px;
      left: 1px; }
  #survey textarea {
    height: 180px;
    padding: 15px; }
  #survey ul li label.first {
    border-radius: 5px 0 0 5px; }
  #survey ul li label.last {
    border-radius: 0 5px 5px 0; }

  .layout-50_split.homepageBrightNavigatorBox {
    background: #F3F3F3 !important; }
    .layout-50_split.homepageBrightNavigatorBox .icon, .layout-50_split.homepageBrightNavigatorBox .content {
      text-align: center !important;
      padding-top: 40px !important; } }
/** ANIMATION EFFECTS **/
/**
	ANIMATION EFFECTS

    To set the item to fade and slide in form the top doe the following, this would also transition in 0.5s and delay for 1s:

	class="animate fromTop duration05 delay1"
*/
.animationPoint.animate, .animationPoint .animate {
  position: relative;
  /* Safari 3.1 to 6.0 */
  -webkit-transition: top 1s ease-in-out, bottom 1s ease-in-out, left 1s ease-in-out, right 1s ease-in-out, opacity 1s  ease-in-out;
  transition: top 1s ease-in-out, bottom 1s ease-in-out, left 1s ease-in-out, right 1s ease-in-out, opacity 1s  ease-in-out;
  /** Override the duration from the default of 1s **/
  /** Override the delay from the default of 0 **/
  /** Set the type of animations to use */ }
  .animationPoint.animate.absolute, .animationPoint .animate.absolute {
    position: absolute; }
  .animationPoint.animate.duration05, .animationPoint .animate.duration05 {
    -webkit-transition-duration: .5s;
    transition-duration: .5s; }
  .animationPoint.animate.duration1, .animationPoint .animate.duration1 {
    -webkit-transition-duration: 1s;
    transition-duration: 1s; }
  .animationPoint.animate.duration15, .animationPoint .animate.duration15 {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s; }
  .animationPoint.animate.duration2, .animationPoint .animate.duration2 {
    -webkit-transition-duration: 2s;
    transition-duration: 2s; }
  .animationPoint.animate.duration25, .animationPoint .animate.duration25 {
    -webkit-transition-duration: 2.5s;
    transition-duration: 2.5s; }
  .animationPoint.animate.delay05, .animationPoint .animate.delay05 {
    -webkit-transition-delay: .5s;
    transition-delay: .5s; }
  .animationPoint.animate.delay1, .animationPoint .animate.delay1 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }
  .animationPoint.animate.delay15, .animationPoint .animate.delay15 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .animationPoint.animate.delay2, .animationPoint .animate.delay2 {
    -webkit-transition-delay: 2s;
    transition-delay: 2s; }
  .animationPoint.animate.delay25, .animationPoint .animate.delay25 {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s; }
  .animationPoint.animate.fromTop, .animationPoint .animate.fromTop {
    bottom: 120%; }
  .animationPoint.animate.fromLeft, .animationPoint .animate.fromLeft {
    left: -120%; }
  .animationPoint.animate.fromRight, .animationPoint .animate.fromRight {
    right: -120%; }
  .animationPoint.animate.fromBottom, .animationPoint .animate.fromBottom {
    bottom: -120%; }
  .animationPoint.animate.fadeIn, .animationPoint .animate.fadeIn {
    opacity: 0; }

.animationPoint.go.animate.fromTop, .animationPoint.go .animate.fromTop {
  top: 0; }
.animationPoint.go.animate.fromLeft, .animationPoint.go .animate.fromLeft {
  left: 0; }
.animationPoint.go.animate.fromRight, .animationPoint.go .animate.fromRight {
  right: 0; }
.animationPoint.go.animate.fromBottom, .animationPoint.go .animate.fromBottom {
  bottom: 0; }
.animationPoint.go.animate.fadeIn, .animationPoint.go .animate.fadeIn {
  opacity: 1; }

/*# sourceMappingURL=style.css.map */
