/*

Theme Name: Theme Name

*/

@font-face {

  font-family: 'icomoon';

  src: url("fonts/icomoon.eot?jrjxfh");

  src: url("fonts/icomoon.eot?jrjxfh#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?jrjxfh") format("truetype"), url("fonts/icomoon.woff?jrjxfh") format("woff"), url("fonts/icomoon.svg?jrjxfh#icomoon") format("svg");

  font-weight: normal;

  font-style: normal; }

[class^="icons-"], [class*=" icons-"] {

  /* use !important to prevent issues with browser extensions that change fonts */

  font-family: 'icomoon' !important;

  speak: none;

  font-style: normal;

  font-weight: normal;

  font-variant: normal;

  text-transform: none;

  line-height: 1;

  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale; }



.icons-down-arrow:before {

  content: "\e901"; }



.icons-bullet:before {

  content: "\e900"; }



/* Globals */

/* Globals */

html, body {

  height: 100%; }



body {

  color: #000;

  font-size: 12px;

  line-height: 18px;

  font-family: "museo-sans",sans-serif; }



#main-container {

  min-height: 100%; }



.home #main-container {

  margin-bottom: 0 !important;

  padding-bottom: 0 !important; }



h1, h2, h3, h4, h5, h6 {

  margin-top: 0;

  margin-bottom: 20px; }



p, ul, ol {

  margin-top: 0;

  margin-bottom: 20px; }



a, a:hover, a:active {

  text-decoration: none; }



.clear {

  clear: both; }



.vertical_parent {

  display: table;

  width: 100%; }



.vertical {

  display: table-cell;

  vertical-align: middle; }



.page_section {

  padding-top: 30px;

  padding-bottom: 30px; }



.page_section.dark {

  background: #000; }



.padded_content {

  padding-bottom: 15px; }



.padded_content_small {

  padding-bottom: 15px; }



.padded_content_tb {

  padding-bottom: 15px;

  padding-top: 15px; }



.content_section {

  padding-top: 45px;

  padding-bottom: 45px; }



.content_section.dark {

  background: #000;

  color: #fff;

  border-color: #fff; }



.skip {

  position: relative; }



.next_section_controls {

  position: absolute;

  bottom: 0;

  left: 0;

  height: 50px;

  width: 100%;

  background: #fff;

  z-index: 8000;

  padding-top: 5px; }



.next_section {

  text-align: Center;

  display: block;

  cursor: pointer; }

  .next_section span {

    font-size: 50px;

    color: #FF5900; }



.dmb {

  margin-bottom: 15px !important; }



.mb {

  margin-bottom: 15px !important; }

.smtb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mtb {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt {
  margin-top: 30px;
}

.mb {
  margin-bottom: 30px;
}

.nmb {

  margin-bottom: 0px !important; }

.pt {
  padding-top: 30px;
}

.pb {
  padding-bottom: 30px;
}

.ptb {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sptb {
  padding-top: 15px;
  padding-bottom: 15px;
}

.spt {
  padding-top: 15px;
}

.spb {
  padding-bottom: 15px;
}

.npb {
  padding-bottom: 0 !important;
}

.nmt {

  margin-top: 0px !important; }



.nml {

  margin-left: 0px !important; }

.floatingBtn {
  background: #ff5900;
  color: #fff;
  transform: rotate(-90deg);
  width: 180px;
  right: -65px;
  top: 300px;
  position: fixed;
  z-index: 9999;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase
}

.floatingBtn a {
  color: #fff
}
.floatingBtn a:focus, 
.floatingBtn a:active {
  text-decoration: none
}


.breadcrumb {

  background: none;

  font-size: 8px;

  line-height: 14px;

  padding-left: 0;

  padding-right: 0;

  color: #000;

  font-weight: bold; }

  .breadcrumb a {

    color: #000;

    font-weight: normal; }

  .breadcrumb a:hover {

    color: #FF5900; }



.orange_text {

  color: #FF5900; }



.orange_text_bold {

  color: #FF5900;

  font-weight: bold; }



body .wp-pagenavi {

  margin-bottom: 15px; }

  body .wp-pagenavi a, body .wp-pagenavi span {

    border: none;

    color: #000;

    padding: 5px 10px;

    font-weight: bold;

    margin-left: 0;

    margin-right: 5px;

    display: inline-block; }

  body .wp-pagenavi span {

    background: #FF5900;

    color: #fff; }



.border_title {

  padding-bottom: 10px;

  border-bottom: #000 solid 2px; }

.border_title.border-white {
  border-color: #fff;
}


.dark .border_title {

  border-color: #fff; }



.boxed_title {

  padding: 5px 10px;

  color: #fff;

  background: #FF5900;

  font-size: 12px;

  line-height: 18px;

  text-transform: uppercase;

  font-weight: bold;

  margin-bottom: 15px;

  display: inline-block; }



.boxed_title.dark {

  background: #000;

  color: #fff; }

  .boxed_title.dark a {

    color: #fff; }

  .boxed_title.dark a:hover {

    color: #FF5900; }



.boxed_title.pad {

  padding-top: 10px;

  padding-bottom: 10px; }



.boxed_title.block {

  display: block; }



/* Buttons */

.main_button {

  padding: 5px 10px;

  color: #fff;

  background: #FF5900;

  font-size: 12px;

  line-height: 18px;

  text-transform: uppercase;

  font-weight: bold;

  cursor: pointer;

  margin-bottom: 15px;

  display: inline-block; }



button.main_button {

  border: none; }



.main_button.dark {

  background: #1D1D1B; }



.main_button.dark:hover {

  background: #FF5900; }



.main_button.active:hover {

  background: #FF5900; }



.main_button.block {

  display: block; }



.main_button:hover, .main_button.active {

  color: #fff;

  background: #000; }



.small_button {

  padding: 0px 5px;

  color: #fff;

  background: #FF5900;

  text-transform: uppercase;

  font-weight: bold;

  cursor: pointer;

  margin-bottom: 15px;

  display: inline-block; }



.small_button:hover {

  color: #fff;

  background: #000; }



.find_out_more {

  padding-right: 0px;

  position: relative; }

  .find_out_more .main_button {

    position: relative;

    top: 0;

    right: 0px; }



@media (min-width: 768px) {

  .main_button {

    font-size: 16px;

    line-height: 22px; }



  .find_out_more {

    padding-right: 200px;

    position: relative; }

    .find_out_more .main_button {

      position: absolute;

      top: 0;

      right: 0px; } }

@media (min-width: 992px) {

  .main_button {

    font-size: 18px;

    line-height: 24px; } }

@media (min-width: 1200px) {

  .main_button {

    font-size: 20px;

    line-height: 26px; } }

/* Content Style A */

.content_a h1, .content_a .p-1 {

  font-size: 20px;

  line-height: 26px;

  padding-bottom: 10px;

  text-transform: uppercase;

  font-weight: bold; }

.content_a h2, .content_a .p-2 {

  font-size: 14px;

  line-height: 20px;

  font-weight: bold; }

.content_a h3, .content_a .p-3 {

  font-size: 12px;

  line-height: 18px;

  font-weight: bold; }

.content_a h4, .content_a .p-4 {

  font-size: 12px;

  line-height: 18px;

  font-weight: bold; }

.content_a h5, .content_a .p-5 {

  font-size: 12px;

  line-height: 18px;

  font-weight: bold; }

.content_a h6, .content_a .p-6 {

  font-size: 8px;

  line-height: 14px; }

.content_a a {

  color: #FF5900;

  font-weight: bold; }

.content_a .main_button, .content_a .small_button {

  color: #fff; }

.content_a .date {

  color: #FF5900;

  font-weight: bold; }

.content_a ul li, .content_a ol li {

  margin-bottom: 7px; }

  .content_a ul li ul, .content_a ol li ul {

    margin-top: 7px;

    margin-bottom: 0; }

.content_a ul {

  list-style: none;

  padding: 0;

  margin-bottom: 15px; }

  .content_a ul li {

    padding-left: 30px;

    position: relative; }

  .content_a ul li:before {

    font-family: 'icomoon' !important;

    speak: none;

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    content: "\e900";

    position: absolute;

    left: 0;

    top: 0px;

    color: #FF5900;

    font-size: 12px;

    line-height: 18px; }

.content_a img {

  max-width: 100%;

  height: auto; }



.content_a.main_color {

  color: #FF5900; }



.content_a.dark {

  color: #fff; }

  .content_a.dark h1, .content_a.dark h2 {

    border-bottom: #fff solid 2px; }

  .content_a.dark .main_button:hover {

    background: #fff;

    color: #FF5900; }



.sidebar .sidebar_title {

  border-bottom: #000 solid 2px;

  padding-bottom: 5px;

  font-size: 14px;

  line-height: 20px;

  font-weight: bold; }

.sidebar .sidebar_list {

  list-style: none;

  padding: 0;

  margin-bottom: 15px; }

  .sidebar .sidebar_list li {

    margin-bottom: 5px;

    padding-left: 0; }

    .sidebar .sidebar_list li a {

      margin-bottom: 0; }

    .sidebar .sidebar_list li .main_button:hover, .sidebar .sidebar_list li .main_button.active {

      background: #FF5900; }

  .sidebar .sidebar_list li:before {

    display: none; }

.sidebar .quote {

  background: #FF5900;

  color: #fff;

  font-size: 12px;

  line-height: 18px;

  padding: 15px;

  font-weight: bold; }



@media (min-width: 768px) {

  .breadcrumb {

    font-size: 8px;

    line-height: 14px; }



  .padded_content {

    padding-bottom: 30px; }



  .padded_content_tb {

    padding-bottom: 30px;

    padding-top: 30px; }



  .dmb {

    margin-bottom: 30px !important; }



  .content_a h1, .content_a .p-1 {

    font-size: 40px;

    line-height: 46px; }

  .content_a h2, .content_a .p-2 {

    font-size: 18px;

    line-height: 24px; }

  .content_a h3, .content_a .p-3 {

    font-size: 16px;

    line-height: 22px;

    font-weight: bold; }

  .content_a h4, .content_a .p-4 {

    font-size: 14px;

    line-height: 20px;

    font-weight: bold; }

  .content_a h5, .content_a .p-5 {

    font-size: 14px;

    line-height: 20px;

    font-weight: bold; }

  .content_a h6, .content_a .p-6 {

    font-size: 10px;

    line-height: 16px;

    font-weight: bold; }

  .content_a ul li:before {

    font-size: 13px;

    line-height: 19px; }

  .content_a ul.split {

    overflow: hidden;

    margin-left: -15px;

    margin-right: -15px; }

    .content_a ul.split li {

      float: left;

      width: 50%;

      padding-left: 45px;

      padding-right: 15px; }

    .content_a ul.split li:before {

      left: 15px; }

    .content_a ul.split li:nth-child(2n+1) {

      clear: both; }



  .sidebar {

    padding-top: 30px; }

    .sidebar .sidebar_title {

      font-size: 18px;

      line-height: 24px; }

    .sidebar .quote {

      background: #FF5900;

      color: #fff;

      font-size: 16px;

      line-height: 22px;

      padding: 15px;

      font-weight: bold; } }

@media (min-width: 992px) {

  .breadcrumb {

    font-size: 10px;

    line-height: 16px; }



  .content_a h1, .content_a .p-1 {

    font-size: 46px;

    line-height: 52px; }

  .content_a h2, .content_a .p-2 {

    font-size: 22px;

    line-height: 28px; }

  .content_a h3, .content_a .p-3 {

    font-size: 18px;

    line-height: 24px;

    font-weight: bold; }

  .content_a h4, .content_a .p-4 {

    font-size: 16px;

    line-height: 22px;

    font-weight: bold; }

  .content_a h5, .content_a .p-5 {

    font-size: 16px;

    line-height: 22px;

    font-weight: bold; }

  .content_a h6, .content_a .p-6 {

    font-size: 12px;

    line-height: 18px;

    font-weight: bold; }

  .content_a ul li:before {

    font-size: 14px;

    line-height: 20px; }



  .sidebar {

    padding-top: 30px; }

    .sidebar .sidebar_title {

      font-size: 22px;

      line-height: 28px; }

    .sidebar .quote {

      background: #FF5900;

      color: #fff;

      font-size: 18px;

      line-height: 24px;

      padding: 15px;

      font-weight: bold; } }

@media (min-width: 1200px) {

  .breadcrumb {

    font-size: 12px;

    line-height: 18px; }



  .content_a h1, .content_a .p-1 {

    font-size: 52px;

    line-height: 58px; }

  .content_a h2, .content_a .p-2 {

    font-size: 26px;

    line-height: 32px; }

  .content_a h3, .content_a .p-3 {

    font-size: 20px;

    line-height: 26px;

    font-weight: bold; }

  .content_a h4, .content_a .p-4 {

    font-size: 18px;

    line-height: 24px;

    font-weight: bold; }

  .content_a h5, .content_a .p-5 {

    font-size: 18px;

    line-height: 24px;

    font-weight: bold; }

  .content_a h6, .content_a .p-6 {

    font-size: 14px;

    line-height: 20px;

    font-weight: bold; }

  .content_a ul li:before {

    font-size: 16px;

    line-height: 22px; }



  .sidebar {

    padding-top: 30px; }

    .sidebar .sidebar_title {

      font-size: 26px;

      line-height: 32px; }

    .sidebar .quote {

      background: #FF5900;

      color: #fff;

      font-size: 20px;

      line-height: 26px;

      padding: 15px;

      font-weight: bold; } }

/* Header */

header {

  background: #fff;

  position: relative;

  z-index: 9999; }

  header #site-logo {

    padding-top: 16px;

    padding-bottom: 16px;

    text-align: center;

    max-width: 280px;

    margin: 0 auto; }

    header #site-logo .logo {

      max-width: 100%;

      max-height: 50px;

      width: auto;

      height: auto; }

  header .navbar {

    min-height: 1px; }

  header .navbar-collapse {

    padding-right: 0px;

    padding-left: 0px;

    margin-left: -15px;

    margin-right: -15px; }

  header .navbar-default {

    border: none;

    background: none;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;

    margin-bottom: 0;

    float: none;

    clear: both; }

    header .navbar-default .navbar-header {

      margin-left: -15px;

      margin-right: -15px;

      background: #FF5900; }

    header .navbar-default .navbar-nav {

      margin: 0;

      background: #FF5900; }

    header .navbar-default .navbar-nav > li {

      margin: 15px;

      border-bottom: #fff solid 1px; }

    header .navbar-default .navbar-nav > li > a {

      color: #fff;

      font-weight: bold;

      padding: 5px;

      font-size: 12px;

      line-height: 18px; }

    header .navbar-default .navbar-nav .current-menu-item > a, header .navbar-default .navbar-nav .current_page_item > a, header .navbar-default .navbar-nav .current_page_ancestor > a {

      background: #FF5900;

      color: #fff; }

    header .navbar-default .navbar-nav a:hover {

      background: #FF5900;

      color: #fff; }

  header .navbar-default .navbar-toggle:focus, header .navbar-default .navbar-toggle:hover {

    background: none !important; }

  header .navbar-toggle {

    border: none;

    color: #fff;

    margin-right: 0; }

  header .navbar-default .navbar-toggle .icon-bar {

    color: #fff;

    background-color: #fff; }

  header #site-contact {

    padding-top: 10px;

    padding-bottom: 10px; }

    header #site-contact .contact {

      color: #FF5900;

      font-weight: bold;

      display: block; }

    header #site-contact .number {

      font-size: 16px;

      line-height: 22px;

      text-align: center; }

    header #site-contact .email {

      font-size: 12px;

      line-height: 18px;

      text-align: center; }



/* Footer */

footer {

  min-height: 100px;

  background: #fff;

  position: relative;

  z-index: 8000;

  border-top: #000 solid 2px;

  font-size: 8px;

  line-height: 14px; }

  footer #site-logo {

    padding-top: 16px;

    padding-bottom: 16px;

    text-align: center;

    max-width: 280px;

    margin: 0 auto; }

    footer #site-logo .logo {

      max-width: 100%;

      max-height: 50px;

      width: auto;

      height: auto; }

  footer a {

    color: #000; }

  footer a:hover {

    color: #FF5900; }

  footer #site-contact {

    padding-top: 10px;

    padding-bottom: 10px; }

    footer #site-contact .contact {

      color: #FF5900;

      font-weight: bold;

      display: block; }

    footer #site-contact .number {

      font-size: 16px;

      line-height: 22px;

      text-align: center; }

    footer #site-contact .email {

      font-size: 12px;

      line-height: 18px;

      text-align: center; }

  footer #menu-footer {

    list-style: none;

    padding: 0; }

    footer #menu-footer li {

      margin-left: 10px;

      float: right;

      padding-left: 10px;

      border-left: #000 solid 1px; }

      footer #menu-footer li a {

        color: #000; }

      footer #menu-footer li a:hover {

        color: #FF5900; }

    footer #menu-footer li:last-child {

      border: none; }



@media (min-width: 768px) {

  body {

    font-size: 13px;

    line-height: 19px; }



  .home #main-container {

    height: 100%; }



  .page_section_tight {

    padding-top: 60px;

    padding-bottom: 60px; }



  .page_section {

    height: 100%;

    min-height: 768px;

    padding-top: 30px;

    padding-bottom: 30px; }



  .page_section.last_section {

    margin-bottom: -100px;

    padding-bottom: 100px; }



  .home header {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 9999; }



  header .caret {

    display: none; }

  header #site-logo {

    clear: none;

    padding-bottom: 0px;

    text-align: left;

    float: left;

    margin-right: 15px;

    padding-top: 10px; }

  header .navbar-default {

    float: right;

    clear: none;

    padding-top: 10px;

    padding-bottom: 10px; }

    header .navbar-default .navbar-nav {

      background: none; }

    header .navbar-default .navbar-nav > li {

      margin: 11px 0px 11px 15px;

      padding: 0;

      border-bottom: none; }

    header .navbar-default .navbar-nav > li > a {

      color: #000; }

    header .navbar-default .navbar-header {

      margin-left: 0px;

      margin-right: 0px;

      background: none; }

  header #site-contact {

    padding-bottom: 0px;

    float: right; }

    header #site-contact .contact {

      display: block; }

    header #site-contact .number {

      font-size: 22px;

      line-height: 28px;

      text-align: right; }

    header #site-contact .email {

      font-size: 13px;

      line-height: 19px;

      text-align: right; }



  footer {

    font-size: 10px;

    line-height: 16px; }

    footer #site-contact {

      padding-bottom: 0px;

      float: right; }

      footer #site-contact .contact {

        display: block; }

      footer #site-contact .number {

        font-size: 22px;

        line-height: 28px;

        text-align: right; }

      footer #site-contact .email {

        font-size: 13px;

        line-height: 19px;

        text-align: right; } }

@media (min-width: 992px) {

  body {

    font-size: 14px;

    line-height: 20px; }



  header #site-logo {

    clear: both;

    padding-top: 16px; }

  header #site-contact {

    padding-bottom: 0px; }

    header #site-contact .number {

      font-size: 28px;

      line-height: 34px; }

    header #site-contact .email {

      font-size: 14px;

      line-height: 20px;

      text-align: right; }



  footer {

    font-size: 12px;

    line-height: 18px; }

    footer #site-contact {

      padding-bottom: 0px; }

      footer #site-contact .number {

        font-size: 28px;

        line-height: 34px; }

      footer #site-contact .email {

        font-size: 14px;

        line-height: 20px;

        text-align: right; } }

@media (min-width: 1200px) {

  body {

    font-size: 16px;

    line-height: 22px; }



  header #site-logo {

    clear: none;

    padding-bottom: 16px; }

  header .navbar-default {

    float: left; }

    header .navbar-default .navbar-nav > li {

      margin: 17px 0px 17px 25px; }

  header #site-contact {

    padding-bottom: 10px; }

    header #site-contact .contact {

      display: block; }

    header #site-contact .number {

      font-size: 34px;

      line-height: 40px; }

    header #site-contact .email {

      font-size: 16px;

      line-height: 22px;

      text-align: right; }



  footer {

    font-size: 14px;

    line-height: 20px; }

    footer #site-contact {

      padding-bottom: 10px; }

      footer #site-contact .contact {

        display: block; }

      footer #site-contact .number {

        font-size: 34px;

        line-height: 40px; }

      footer #site-contact .email {

        font-size: 16px;

        line-height: 22px;

        text-align: right; } }

/* Slider */

.carousel-fade .carousel-inner .item {

  transition-property: opacity; }

.carousel-fade .carousel-inner .item,

.carousel-fade .carousel-inner .active.left,

.carousel-fade .carousel-inner .active.right {

  opacity: 0; }

.carousel-fade .carousel-inner .active,

.carousel-fade .carousel-inner .next.left,

.carousel-fade .carousel-inner .prev.right {

  opacity: 1; }

.carousel-fade .carousel-inner .next,

.carousel-fade .carousel-inner .prev,

.carousel-fade .carousel-inner .active.left,

.carousel-fade .carousel-inner .active.right {

  left: 0;

  transform: translate3d(0, 0, 0); }

.carousel-fade .carousel-control {

  z-index: 2; }



.carousel.slide {

  height: 360px;

  overflow: hidden;

  position: relative; }

  .carousel.slide .breadcrumb {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 5000;

    color: #fff; }

    .carousel.slide .breadcrumb span {

      color: #fff; }

  .carousel.slide .carousel-inner {

    height: 100%;

    z-index: 4000; }

  .carousel.slide .item {

    height: 100%;

    width: 100%;

    margin-bottom: 0; }

    .carousel.slide .item .slide_image {

      position: absolute;

      top: 0;

      left: 0;

      width: 100%;

      height: 100%;

      overflow: hidden; }

    .carousel.slide .item img {

      max-width: none;

      top: 50%;

      left: 50%;

      -webkit-transform: translate(-50%, -50%);

      -moz-transform: translate(-50%, -50%);

      -ms-transform: translate(-50%, -50%);

      -o-transform: translate(-50%, -50%);

      transform: translate(-50%, -50%);

      position: relative; }

  .carousel.slide .slide_text_bg {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    background: rgba(0, 0, 0, 0.8);

    z-index: 4500; }

  .carousel.slide .slider_text_container {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

    z-index: 4600;

    color: #fff; }

    .carousel.slide .slider_text_container .container {

      height: 100%; }

      .carousel.slide .slider_text_container .container .vertical_parent {

        height: 100%;

        display: table;

        width: 100%; }

        .carousel.slide .slider_text_container .container .vertical_parent .vertical {

          width: 100%;

          font-size: 14px;

          line-height: 20px;

          font-weight: bold; }

          .carousel.slide .slider_text_container .container .vertical_parent .vertical h1, .carousel.slide .slider_text_container .container .vertical_parent .vertical h2, .carousel.slide .slider_text_container .container .vertical_parent .vertical h3, .carousel.slide .slider_text_container .container .vertical_parent .vertical h4, .carousel.slide .slider_text_container .container .vertical_parent .vertical h5, .carousel.slide .slider_text_container .container .vertical_parent .vertical h6 {

            font-size: 20px;

            line-height: 26px;

            padding-bottom: 10px;

            border-bottom: #fff solid 2px;

            text-transform: uppercase;

            font-weight: bold;

            margin-top: 0; }

          .carousel.slide .slider_text_container .container .vertical_parent .vertical ul {

            list-style: none;

            padding: 0;

            margin-bottom: 15px; }

            .carousel.slide .slider_text_container .container .vertical_parent .vertical ul li {

              position: relative;

              padding-left: 40px;

              margin-bottom: 7px; }

            .carousel.slide .slider_text_container .container .vertical_parent .vertical ul li:before {

              font-family: 'icomoon' !important;

              speak: none;

              font-style: normal;

              font-weight: normal;

              font-variant: normal;

              text-transform: none;

              line-height: 1;

              -webkit-font-smoothing: antialiased;

              -moz-osx-font-smoothing: grayscale;

              content: "\e900";

              position: absolute;

              left: 0;

              top: 0px;

              color: #FF5900;

              font-size: 14px;

              line-height: 20px; }



#controls {

  background: #000;

  position: absolute;

  bottom: 50px;

  left: 0;

  width: 100%;

  min-height: 30px;

  color: #fff;

  list-style: none;

  padding: 0;

  margin-bottom: 0;

  z-index: 5000; }

  #controls li {

    float: left;

    width: 12.5%;

    border-left: #fff solid 1px;

    border-right: #fff solid 1px;

    height: auto; }

    #controls li a {

      float: none;

      display: block;

      padding: 15px 0;

      color: #fff;

      font-weight: bold;

      text-transform: uppercase;

      font-size: 8px;

      line-height: 14px;

      cursor: pointer; }

    #controls li a:hover {

      background: #FF5900; }

  #controls li:first-child {

    border-left: none; }

  #controls li:last-child {

    border-right: none; }

  #controls li.active {

    height: auto; }

    #controls li.active a {

      background: #fff;

      color: #FF5900;

      border: none; }



.carousel-indicators {

  margin-left: 0;

  margin: 0;

  text-indent: 0; }



.carousel-indicators li {

  display: block;

  height: auto;

  border: none;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

  margin: 0;

  text-indent: 0; }



.carousel.slide.header {

  height: auto;

  overflow: hidden; }

  .carousel.slide.header .item {

    height: 360px;

    width: 100%; }

  .carousel.slide.header .carousel-inner {

    height: 360px; }



#controls.fixed {

  position: relative;

  bottom: 0; }

  #controls.fixed li {

    border: none;

    background: #FF5900;

    overflow: hidden; }

    #controls.fixed li a {

      padding: 0;

      height: 120px;

      background: #FF5900; }

      #controls.fixed li a img {

        display: block;

        height: Auto;

        left: 50%;

        top: 50%;

        -webkit-transform: translate(-50%, -50%);

        -moz-transform: translate(-50%, -50%);

        -ms-transform: translate(-50%, -50%);

        -o-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%);

        position: relative; }

  #controls.fixed li.active a img, #controls.fixed li:hover a img {

    opacity: 0.5; }



.content_slider.carousel.slide.header {

  margin-bottom: 30px; }



@media (min-width: 768px) {

  .carousel.slide {

    height: 100%; }

    .carousel.slide .slide_text_bg {

      max-width: 50%; }

    .carousel.slide .slider_text_container .container .vertical_parent {

      padding-right: 60px; }

      .carousel.slide .slider_text_container .container .vertical_parent .vertical {

        font-size: 18px;

        line-height: 24px;

        padding-right: 50%; }

        .carousel.slide .slider_text_container .container .vertical_parent .vertical h1, .carousel.slide .slider_text_container .container .vertical_parent .vertical h2, .carousel.slide .slider_text_container .container .vertical_parent .vertical h3, .carousel.slide .slider_text_container .container .vertical_parent .vertical h4, .carousel.slide .slider_text_container .container .vertical_parent .vertical h5, .carousel.slide .slider_text_container .container .vertical_parent .vertical h6 {

          font-size: 40px;

          line-height: 46px;

          margin-bottom: 20px; }

        .carousel.slide .slider_text_container .container .vertical_parent .vertical p, .carousel.slide .slider_text_container .container .vertical_parent .vertical ul, .carousel.slide .slider_text_container .container .vertical_parent .vertical ol {

          margin-bottom: 20px; }

        .carousel.slide .slider_text_container .container .vertical_parent .vertical ul li:before {

          font-size: 18px;

          line-height: 24px; }



  .carousel.slide.header .item {

    height: 400px; }

  .carousel.slide.header .carousel-inner {

    height: 400px; }



  #controls li a {

    font-size: 10px;

    line-height: 16px; }



  .content_slider.carousel.slide.header {

    margin-bottom: 30px; }

    .content_slider.carousel.slide.header .item {

      height: 260px; }

    .content_slider.carousel.slide.header .carousel-inner {

      height: 260px; }

    .content_slider.carousel.slide.header .slider_text_container .container {

      width: 100%; }

    .content_slider.carousel.slide.header #controls.fixed li a {

      height: 60px; } }

@media (min-width: 992px) {

  .carousel.slide {

    height: 100%; }

    .carousel.slide .slider_text_container .container .vertical_parent .vertical {

      font-size: 22px;

      line-height: 28px; }

      .carousel.slide .slider_text_container .container .vertical_parent .vertical h1, .carousel.slide .slider_text_container .container .vertical_parent .vertical h2, .carousel.slide .slider_text_container .container .vertical_parent .vertical h3, .carousel.slide .slider_text_container .container .vertical_parent .vertical h4, .carousel.slide .slider_text_container .container .vertical_parent .vertical h5, .carousel.slide .slider_text_container .container .vertical_parent .vertical h6 {

        font-size: 46px;

        line-height: 52px; }

      .carousel.slide .slider_text_container .container .vertical_parent .vertical ul li:before {

        font-size: 22px;

        line-height: 28px; }



  .carousel.slide.header .item {

    height: 500px; }

  .carousel.slide.header .carousel-inner {

    height: 500px; }



  .content_slider.carousel.slide.header .item {

    height: 300px; }

  .content_slider.carousel.slide.header .carousel-inner {

    height: 300px; }

  .content_slider.carousel.slide.header .slider_text_container .container {

    width: 100%; }

  .content_slider.carousel.slide.header #controls.fixed li a {

    height: 80px; }



  #controls li a {

    font-size: 12px;

    line-height: 18px; } }

@media (min-width: 1200px) {

  .carousel.slide {

    height: 100%; }

    .carousel.slide .slider_text_container .container .vertical_parent .vertical {

      font-size: 26px;

      line-height: 32px; }

      .carousel.slide .slider_text_container .container .vertical_parent .vertical h1, .carousel.slide .slider_text_container .container .vertical_parent .vertical h2, .carousel.slide .slider_text_container .container .vertical_parent .vertical h3, .carousel.slide .slider_text_container .container .vertical_parent .vertical h4, .carousel.slide .slider_text_container .container .vertical_parent .vertical h5, .carousel.slide .slider_text_container .container .vertical_parent .vertical h6 {

        font-size: 52px;

        line-height: 58px; }

      .carousel.slide .slider_text_container .container .vertical_parent .vertical ul li:before {

        font-size: 26px;

        line-height: 32px; }



  .carousel.slide.header .item {

    height: 600px; }

  .carousel.slide.header .carousel-inner {

    height: 600px; }



  #controls li a {

    font-size: 14px;

    line-height: 20px; }



  .content_slider.carousel.slide.header .item {

    height: 360px; }

  .content_slider.carousel.slide.header .carousel-inner {

    height: 360px; }

  .content_slider.carousel.slide.header .slider_text_container .container {

    width: 100%; }

  .content_slider.carousel.slide.header #controls.fixed li a {

    height: 100px; } }

.testimonial_slider.border-top .bx-wrapper {
    padding-top: 60px !important;
    border-top: 1px solid #ccc
}
.testimonial_slider .bx-viewport {
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
.testimonial-slider img {
  margin: 0 15px;
}
.testimonial_slider.module {
  margin-top: 60px;
}
.testimonial_slider nav.controls {
  position: relative;
  bottom: 60px;
  margin-top: -30px;
}
.controls a.bxPrev {
  right: 30px;
}
.controls a.bxNext {
  left: 30px;
  float: right;
}
.controls a,
.controls a:link,
.controls a:visited {
  position: relative;
  top: 0;
  z-index: 99;
}
.chevron {
  position:relative;
  display:block;
  height:50px;
}
.chevron:before, 
.chevron:after {
  position:absolute;
  display:block;
  content:"";
  border:25px solid transparent; 
}
.chevron::before {
  top:0;
  border-top-color:#FF5900; /*Chevron Color*/
}
.chevron::after {
  top:-4px; /*adjust thickness*/
  border-top-color:#fff; /*Match background colour*/
}
.chevron.right {
  transform: rotate(-90deg);
  float: left;
}
.chevron.left {
  transform: rotate(90deg);
  float: left;
  bottom: 50px;
}
.cta-banner .back-colour {
  padding: 35px;
}
.cta-banner .back-colour p {
  font-weight: bold;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-banner .back-colour p span {
  font-size: 27px
}
.cta-banner .back-colour p span img {
  width: 50px;
  height: auto;
}
.cta-banner .back-colour .cta-btn:hover {
  cursor: pointer
}
.flex-banner-video {
  display: flex;
  justify-content: center;
  align-items: center
}
.flex-banner-video video {
  height: auto;
  width: 100%;
  max-width: 100%;
  background: #000;
}
.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
  display: none;
}
.video-overlay-play-button {
  box-sizing: border-box;
  position: absolute;
  opacity: 0.95;
  cursor: pointer;
  transition: opacity 150ms;
  width: 110px;
  left: 48%;
}
.video-overlay-play-button:hover {
  opacity: 1;
}
.video-overlay-play-button.is-hidden {
    display: none;
}
.flex-banner-image .banner_image {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.half-layout {
  display: flex;
}
.half-content-left, 
.half-content-right {
  width: 60%;
}
.half-layout .left-half, 
.half-layout .right-half {
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-contact-form form p.form-label {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 21px;
  text-transform: uppercase
}
.flex-contact-form form p.form-label.consent {
  font-size: 16px;
}
.flex-contact-form .wpcf7-checkbox .wpcf7-list-item {
  display: flex;
  align-items: center;
  width: 100%;
  float: left;
  margin: 5px 0 25px;
}
.flex-contact-form .wpcf7-checkbox input {
  margin-top: 0;
  margin-right: 10px;
  -webkit-appearance: none;
  background-color: #f2f2f2;
  padding: 17px;
  width: 10px;
  display: inline-block;
  position: relative;
  top: 2px;
  float: left;
  border: 1px solid #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.flex-contact-form .wpcf7-checkbox input:focus {
  outline: 0
}
.flex-contact-form .wpcf7-checkbox input:active,
.flex-contact-form .wpcf7-checkbox input:checked:active {
  border: 1px solid #FF5900;
}
.flex-contact-form .wpcf7-checkbox input:checked {
  background-color: #fff;
  border: 1px solid #FF5900;
  color: #FF5900
}
.flex-contact-form .wpcf7-checkbox input:checked:after {
  content: '\2714';
  font-size: 19px;
  position: absolute;
  top: 3px;
  left: 10px;
  color: #FF5900
}
.flex-contact-form form input[type="text"], 
.flex-contact-form form input[type="email"], 
.flex-contact-form form textarea {
  width: 100%;
  border: none;
  padding: 10px;
}
.flex-contact-form form input[type="text"]:focus, 
.flex-contact-form form input[type="email"]:focus, 
.flex-contact-form form textarea:focus {
  outline: none;
}
.flex-contact-form form .submit-form {
  width: 100%;
  float: left;
  text-align: center;
}
.flex-contact-form form .submit-form input {
  border: none;
  width: 200px;
}
form div.wpcf7-response-output {
  width: 100%;
  float: left;
  background: #FF5900;
  border: none;
  color: #fff!important;
  margin: 5px 0
}
form span.wpcf7-not-valid-tip {
  width: 100%;
  float: left;
  background: #FF5900;
  padding: 4px 10px;
  margin-bottom: 15px;
  color: #fff!important;
  margin: 5px 0
}
.cta-modal .modal-content {
  border-radius: 0
}
.cta-modal .popup-icon img {
  width: 50px;
  display: block;
  margin: 20px auto;
}
.cta-modal .popup-title {
  text-align: center;
  font-size: 28px
}
.cta-modal .popup-content p {
  font-weight: bold
}
.cta-modal .flex-contact-form form {
  width: 100%
}
.modal {
  text-align: center;
}
@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .half-content-left, 
  .half-content-right {
    width: 80%
  }
}
@media (min-width:992px) {
  .flex-contact-form h2, 
  .flex-contact-form form {
    width: 55%;
    margin: 30px auto 0
  }
  .cta-modal .modal-dialog {
    width: 900px;
  }
  .cta-modal .modal-body {
    width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .testimonial-slider img {
    width: 690px !important;
    margin: 0 10px;
  }
  .testimonial_slider .bx-viewport {
    height: 270px !important;
  }
  .controls a.bxPrev {
    right: unset;
  }
  .controls a.bxNext {
    left: unset;
  }
  .cta-banner .back-colour {
    padding: 20px;
  }
  .cta-banner .back-colour p {
    flex-direction: column;
  }
  .cta-banner .back-colour p span {
    margin: 15px 0
  }
  .video-overlay-play-button {
    left: 46%;
    width: 80px
  }
}
@media (max-width: 768px) {
  .testimonial_slider nav.controls {
    bottom: 130px
  }
  .floatingBtn {
    height: 40px;
    font-size: 14px;
    width: 160px
  }
}
@media (max-width: 767px) {
  .floatingBtn {
    width: 155px;
    font-size: 15px
  }
  .testimonial_slider .bx-viewport {
    height: 200px !important;
  }
  .testimonial-slider img {
    width: 390px !important;
    margin: 0 !important;
  }
  .controls a.bxPrev {
    display: none;
  }
  .controls a.bxNext {
    display: none;
  }
  .half-layout {
    display: inline-block
  }
  .half-layout .left-half, 
  .half-layout .right-half {
    min-height: 475px
  }
  .half-content-left, 
  .half-content-right {
    width: 95%
  }
  .cta-banner .back-colour p span {
    font-size: 21px
  }
  .cta-banner .back-colour p span img {
    width: 30px
  }
  .flex-contact-form form p.form-label {
    font-size: 16px
  }
}
@media (max-width: 450px) {
  .video-overlay-play-button {
    left: 44%;
    width: 70px
  }
  .cta-banner .back-colour p span {
    font-size: 16px
  }
}
@media (max-width: 405px) {
  .testimonial_slider .bx-viewport {
    height: 150px!important;
  }
  .testimonial-slider img {
    width: 352px!important;
  }
}
@media (max-width: 389px) {
  .video-overlay-play-button {
    left: 42%;
    width: 70px
  }
}

/* Category Loop */

.category_loop .vertical_parent {

  height: 100%; }

.category_loop .category_loop_list {

  list-style: none;

  padding: 0;

  margin-bottom: 15px; }

  .category_loop .category_loop_list ul {

    padding-left: 15px;

    padding-right: 15px;

    margin: 0; }

  .category_loop .category_loop_list > li {

    padding-left: 0px;

    padding-right: 0px; }

    .category_loop .category_loop_list > li li {

      padding-left: 0;

      padding-right: 0;

      margin-bottom: 10px; }

    .category_loop .category_loop_list > li a {

      margin-bottom: 0; }

    .category_loop .category_loop_list > li a:hover {

      background: #000; }

  .category_loop .category_loop_list li:before {

    content: ""; }



.category_loop.dark .category_loop_list li a:hover {

  background: #fff;

  color: #FF5900; }



.dark_content {

  padding-top: 15px;

  padding-bottom: 15px; }

  .dark_content .vertical_parent {

    height: 100%; }

  .dark_content .row {

    margin-left: -15px;

    margin-right: -15px; }

    .dark_content .row .col {

      padding-left: 15px;

      padding-right: 15px;

      padding-top: 15px;

      padding-bottom: 0px; }

      .dark_content .row .col .main_button {

        margin-top: 15px;

        margin-right: 15px;

        margin-bottom: 15px; }

      .dark_content .row .col .main_button:hover {

        background: #fff;

        color: #FF5900; }



@media (min-width: 768px) {

  .dark_content {

    padding-top: 0px;

    padding-bottom: 0px; }

    .dark_content .row {

      margin-left: -30px;

      margin-right: -30px; }

      .dark_content .row .col {

        padding-left: 30px;

        padding-right: 30px; }

        .dark_content .row .col .main_button {

          margin-top: 15px;

          margin-right: 15px;

          margin-bottom: 15px; } }

.post_loop_images .sidebar_list {

  list-style: none;

  padding: 0;

  margin-bottom: 0;

  margin-left: -5px;

  margin-right: -5px; }

  .post_loop_images .sidebar_list li {

    margin-bottom: 10px;

    padding-left: 5px;

    padding-right: 5px; }

    .post_loop_images .sidebar_list li a {

      padding-top: 60%;

      background: #FF5900;

      overflow: hidden;

      position: relative;

      display: block; }

      .post_loop_images .sidebar_list li a .title {

        position: absolute;

        bottom: 15px;

        left: 0px;

        padding-left: 15px;

        padding-right: 15px;

        z-index: 4000; }

        .post_loop_images .sidebar_list li a .title h3 {

          margin-bottom: 0; }

      .post_loop_images .sidebar_list li a img {

        position: absolute;

        top: 50%;

        left: 50%;

        z-index: 3000;

        width: 100%;

        height: Auto;

        -webkit-transform: translate(-50%, -50%);

        -moz-transform: translate(-50%, -50%);

        -ms-transform: translate(-50%, -50%);

        -o-transform: translate(-50%, -50%);

        transform: translate(-50%, -50%); }

  .post_loop_images .sidebar_list li:hover a .title h3 {

    background: #000; }

  .post_loop_images .sidebar_list li:hover a img {

    opacity: 0.3; }



.sub_terms_list ul, .sub_terms_list ol {

  list-style: none;

  padding: 0;

  margin: 0; }

  .sub_terms_list ul li, .sub_terms_list ol li {

    margin-bottom: 30px; }

    .sub_terms_list ul li h1, .sub_terms_list ul li h2, .sub_terms_list ul li h3, .sub_terms_list ul li h4, .sub_terms_list ul li h5, .sub_terms_list ul li h6, .sub_terms_list ol li h1, .sub_terms_list ol li h2, .sub_terms_list ol li h3, .sub_terms_list ol li h4, .sub_terms_list ol li h5, .sub_terms_list ol li h6 {

      font-size: 14px;

      line-height: 20px; }

      .sub_terms_list ul li h1 span, .sub_terms_list ul li h2 span, .sub_terms_list ul li h3 span, .sub_terms_list ul li h4 span, .sub_terms_list ul li h5 span, .sub_terms_list ul li h6 span, .sub_terms_list ol li h1 span, .sub_terms_list ol li h2 span, .sub_terms_list ol li h3 span, .sub_terms_list ol li h4 span, .sub_terms_list ol li h5 span, .sub_terms_list ol li h6 span {

        max-height: 40px;

        overflow: hidden;

        display: block; }

.sub_terms_list .image {

  padding-top: 60%;

  position: relative;

  overflow: hidden; }

  .sub_terms_list .image img {

    position: Absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: auto; }



@media (min-width: 768px) {

  .sub_terms_list ul li h1, .sub_terms_list ul li h2, .sub_terms_list ul li h3, .sub_terms_list ul li h4, .sub_terms_list ul li h5, .sub_terms_list ul li h6, .sub_terms_list ol li h1, .sub_terms_list ol li h2, .sub_terms_list ol li h3, .sub_terms_list ol li h4, .sub_terms_list ol li h5, .sub_terms_list ol li h6 {

    font-size: 18px;

    line-height: 24px; }

    .sub_terms_list ul li h1 span, .sub_terms_list ul li h2 span, .sub_terms_list ul li h3 span, .sub_terms_list ul li h4 span, .sub_terms_list ul li h5 span, .sub_terms_list ul li h6 span, .sub_terms_list ol li h1 span, .sub_terms_list ol li h2 span, .sub_terms_list ol li h3 span, .sub_terms_list ol li h4 span, .sub_terms_list ol li h5 span, .sub_terms_list ol li h6 span {

      max-height: 48px;

      overflow: hidden; } }

@media (min-width: 992px) {

  .sub_terms_list ul li h1, .sub_terms_list ul li h2, .sub_terms_list ul li h3, .sub_terms_list ul li h4, .sub_terms_list ul li h5, .sub_terms_list ul li h6, .sub_terms_list ol li h1, .sub_terms_list ol li h2, .sub_terms_list ol li h3, .sub_terms_list ol li h4, .sub_terms_list ol li h5, .sub_terms_list ol li h6 {

    font-size: 22px;

    line-height: 28px; }

    .sub_terms_list ul li h1 span, .sub_terms_list ul li h2 span, .sub_terms_list ul li h3 span, .sub_terms_list ul li h4 span, .sub_terms_list ul li h5 span, .sub_terms_list ul li h6 span, .sub_terms_list ol li h1 span, .sub_terms_list ol li h2 span, .sub_terms_list ol li h3 span, .sub_terms_list ol li h4 span, .sub_terms_list ol li h5 span, .sub_terms_list ol li h6 span {

      max-height: 56px;

      overflow: hidden; } }

@media (min-width: 1200px) {

  .sub_terms_list ul li h1, .sub_terms_list ul li h2, .sub_terms_list ul li h3, .sub_terms_list ul li h4, .sub_terms_list ul li h5, .sub_terms_list ul li h6, .sub_terms_list ol li h1, .sub_terms_list ol li h2, .sub_terms_list ol li h3, .sub_terms_list ol li h4, .sub_terms_list ol li h5, .sub_terms_list ol li h6 {

    font-size: 26px;

    line-height: 32px; }

    .sub_terms_list ul li h1 span, .sub_terms_list ul li h2 span, .sub_terms_list ul li h3 span, .sub_terms_list ul li h4 span, .sub_terms_list ul li h5 span, .sub_terms_list ul li h6 span, .sub_terms_list ol li h1 span, .sub_terms_list ol li h2 span, .sub_terms_list ol li h3 span, .sub_terms_list ol li h4 span, .sub_terms_list ol li h5 span, .sub_terms_list ol li h6 span {

      max-height: 64px;

      overflow: hidden; } }

.knowledge_loop a {

  color: #000; }

  .knowledge_loop a .featured {

    padding-top: 60%;

    overflow: hidden;

    position: relative; }

    .knowledge_loop a .featured img {

      position: absolute;

      top: 0;

      left: 0;

      max-width: none;

      z-index: 4000; }

  .knowledge_loop a .meta {

    text-transform: uppercase;

    font-weight: bold; }

    .knowledge_loop a .meta p {

      margin: 0;

      margin-bottom: 0;

      padding-top: 10px;

      padding-bottom: 10px; }

    .knowledge_loop a .meta .date {

      text-align: right; }

  .knowledge_loop a h2 span {

    display: block; }

  .knowledge_loop a .hover {

    display: none;

    color: #fff;

    text-align: Center;

    position: absolute;

    z-index: 5000;

    top: 50%;

    width: 100%;

    left: 0;

    font-weight: bold;

    text-transform: uppercase; }

.knowledge_loop a:hover {

  color: #FF5900; }

  .knowledge_loop a:hover .featured {

    background: #FF5900; }

  .knowledge_loop a:hover img {

    opacity: 0.3; }

  .knowledge_loop a:hover .boxed_title {

    background: #FF5900; }

  .knowledge_loop a:hover .hover {

    display: block; }



.useful_link .col .wrap {

  border-top: #000 solid 2px;

  padding-top: 15px;

  padding-bottom: 15px;

  color: #000;

  display: block; }

  .useful_link .col .wrap .row {

    position: relative; }

.useful_link .col .image {

  margin-bottom: 15px; }

.useful_link .col:nth-child(1) .wrap {

  border-top: none;

  margin-top: -15px;

  padding-top: 0; }

.useful_link .col:last-child .wrap {

  border-bottom: #000 solid 2px; }



@media (min-width: 768px) {

  .useful_link .col .wrap {

    padding-top: 30px; }

  .useful_link .col .image {

    position: absolute;

    top: 0;

    left: 0;

    height: 100%; }

    .useful_link .col .image .cont {

      display: table; }

      .useful_link .col .image .cont img {

        display: table-cell;

        vertical-align: middle;

        max-width: 100%;

        max-height: 100%;

        height: auto;

        width: auto; }

  .useful_link .col .vertical_parent {

    height: 100%; }

  .useful_link .col:nth-child(1) .wrap, .useful_link .col:nth-child(2) .wrap {

    border-top: none;

    margin-top: -15px;

    padding-top: 0; }

  .useful_link .col:nth-last-child(-n+2) .wrap {

    border-bottom: #000 solid 2px; }

  .useful_link .download .title {

    position: relative; }

  .useful_link .download .wrap {

    position: relative; }

  .useful_link .download .file {

    text-align: center; } }

@media (min-width: 992px) {

  .useful_link .download .title {

    padding-right: 200px;

    position: relative; }

  .useful_link .download .wrap {

    position: relative; }

  .useful_link .download .file {

    position: absolute;

    top: 0px;

    right: 0;

    width: 185px;

    text-align: center; } }

/* Team Loop */

#team {

  margin-bottom: 15px; }

  #team #grid .grid__brick, #team #grid .image, #team #grid .desc {

    padding-left: 0;

    padding-right: 0; }

  #team #grid .person {

    display: block;

    position: relative;

    background: #fff; }

    #team #grid .person .image h1, #team #grid .person .image h2, #team #grid .person .image h3, #team #grid .person .image h4, #team #grid .person .image h5 {

      margin-bottom: 5px;

      font-size: 12px;

      line-height: 18px; }

    #team #grid .person .image h4 {

      font-size: 12px; }

    #team #grid .person .image .image_size {

      padding-top: 100%;

      overflow: hidden;

      position: relative; }

    #team #grid .person .grid_image_container {

      position: absolute;

      top: 0;

      left: 50%;

      height: 100%;

      width: 100%;

      z-index: 4000; }

      #team #grid .person .grid_image_container img {

        max-width: none;

        margin-left: -50%; }

    #team #grid .person .title_offset {

      position: absolute;

      bottom: 0;

      left: 0;

      padding-left: 5px;

      padding-right: 10px;

      z-index: 5000; }

    #team #grid .person .description {

      padding: 15px;

      color: #000; }

  #team .my-sizer-element {

    padding-left: 0;

    padding-right: 0; }



/* Grid Content */

.grid_content .item {

  display: block;

  cursor: pointer; }

  .grid_content .item .image {

    padding-top: 70%;

    position: relative;

    overflow: hidden;

    display: block; }

    .grid_content .item .image .title {

      position: absolute;

      bottom: 0;

      left: 0;

      z-index: 5000;

      padding: 10px; }

      .grid_content .item .image .title h1, .grid_content .item .image .title h2, .grid_content .item .image .title h3, .grid_content .item .image .title h4, .grid_content .item .image .title h5, .grid_content .item .image .title h6 {

        margin-bottom: 0;

        background: #000;

        color: #fff;

        padding: 5px 10px; }

    .grid_content .item .image img {

      position: absolute;

      top: 0;

      left: 0;

      width: 100%;

      height: auto;

      z-index: 4000; }

  .grid_content .item .grid_content_area {

    display: none; }

    .grid_content .item .grid_content_area .wrap {

      padding-top: 30px; }

.grid_content .item:nth-child(odd) {

  clear: both; }

.grid_content .item:hover .image .title h1, .grid_content .item:hover .image .title h2, .grid_content .item:hover .image .title h3, .grid_content .item:hover .image .title h4, .grid_content .item:hover .image .title h5, .grid_content .item:hover .image .title h6 {

  background: #FF5900; }



#contact_header {

  position: relative; }

  #contact_header .breadcrumb {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 8000; }



.acf-map {

  height: 500px; }



.form {

  padding-top: 15px;

  padding-bottom: 15px; }

  .form .title {

    display: block;

    text-transform: uppercase;

    font-weight: bold; }

    .form .title span {

      color: #FF5900; }

  .form .input {

    display: block; }

    .form .input input, .form .input select, .form .input textarea {

      width: 100%;

      padding: 7px 10px;

      border: #000 solid 1px;

      height: 36px;

      margin-bottom: 20px; }

    .form .input textarea {

      height: auto; }

  .form input[type=submit] {

    border: none;

    height: auto; }



.course-admin div.wpcf7 img.ajax-loader {

  display: none; }

.course-admin #attendee_list .attendee_list {

  padding-left: 60px;

  padding-right: 60px;

  position: relative;

  counter-increment: my-awesome-counter;

  border-top: #000 solid 1px;

  padding-top: 5px;

  margin-bottom: 5px; }

  .course-admin #attendee_list .attendee_list .entry .border {

    border-bottom: #000 solid 1px;

    padding-top: 10px;

    padding-bottom: 10px; }

  .course-admin #attendee_list .attendee_list .entry.last-entry .border {

    border: none; }

.course-admin #attendee_list .attendee_list:before {

  content: counter(my-awesome-counter);

  position: absolute;

  left: 0px;

  top: 15px;

  display: block;

  height: 32px;

  width: 32px;

  background: #FF5900;

  text-align: center;

  line-height: 32px;

  color: #fff;

  font-weight: bold; }

.course-admin #attendee_list .add.attendee_list:before {

  display: none; }

.course-admin #attendee_list .add.attendee_list {

  padding-left: 0;

  padding-right: 0;

  padding-top: 10px; }

.course-admin #attendee_list .attendee_list .remove, .course-admin #attendee_list .attendee_list .edit {

  position: absolute;

  right: 0px;

  top: 15px;

  display: block;

  height: 32px;

  width: 32px;

  background: #000;

  text-align: center;

  line-height: 32px;

  color: #fff;

  font-weight: bold;

  clear: both;

  padding: 0;

  border: 0; }

.course-admin #attendee_list .attendee_list .edit {

  top: 57px;

  background: #FF5900; }

.course-admin #attendee_list hr {

  border-top-color: #000;

  margin-top: 0;

  margin-left: -60px;

  margin-bottom: 10px; }

.course-admin hr {

  border-top-color: #000;

  margin-top: 0;

  margin-bottom: 10px; }

.course-admin .form input:not([type]), .course-admin .form input[type="email" i], .course-admin .form input[type="number" i], .course-admin .form input[type="password" i], .course-admin .form input[type="tel" i], .course-admin .form input[type="url" i], .course-admin .form input[type="text" i] {

  padding: 4px 10px;

  font-size: 12px;

  line-height: 18px;

  line-height: 28px;

  height: 28px;

  margin-bottom: 10px; }

.course-admin .form .output {

  margin-bottom: 0px;

  display: block;

  width: 100%;

  line-height: 32px;

  height: 32px;

  padding-left: 10px;

  padding-right: 0px; }

.course-admin .form textarea {

  height: auto;

  margin-bottom: 10px; }

.course-admin .form select {

  margin-bottom: 10px;

  background-image: url(ico/select.png);

  background-size: auto 100%;

  background-position: right center;

  background-repeat: no-repeat;

  -moz-appearance: none;

  -webkit-appearance: none;

  font-size: 12px;

  line-height: 18px;

  padding-right: 30px;

  padding-top: 0;

  padding-bottom: 0;

  padding-left: 10px; }

.course-admin .form input[type=date], .course-admin .form input[type=time], .course-admin .form input[type=datetime-local], .course-admin .form input[type=month] {

  line-height: 32px; }

.course-admin .form input[type=submit] {

  border: none;

  height: auto;

  padding-top: 5px;

  padding-bottom: 5px; }



.course-admin .main_buttonb {

  padding: 5px 10px;

  color: #fff;

  background: #FF5900;

  font-size: 12px;

  line-height: 18px;

  text-transform: uppercase;

  font-weight: bold;

  cursor: pointer;

  margin-bottom: 15px;

  display: inline-block;

  margin-right: 0px;

  font-weight: bold;

  border: none;

  min-height: 28px; }

.course-admin .main_buttonb.dark {

  background: #000; }

.course-admin .form {

  padding-top: 0;

  padding-bottom: 0; }

  .course-admin .form .title {

    padding-right: 15px; }

  .course-admin .form .fixed {

    max-width: 600px; }

  .course-admin .form input[type=submit].add_extra {

    margin-left: 0;

    width: auto;

    float: right;

    font-size: 16px;

    padding-top: 3px;

    padding-bottom: 3px; }

  .course-admin .form .has_extra {

    display: block;

    margin-right: 70px; }

  .course-admin .form .category_single {

    display: none; }

  .course-admin .form .single_cat {

    padding: 7px 10px;

    background: #FF5900;

    color: #fff;

    font-weight: bold;

    margin-right: 10px;

    margin-bottom: 10px;

    display: block;

    float: left;

    padding-right: 40px;

    position: relative; }

    .course-admin .form .single_cat button {

      position: absolute;

      top: 0;

      right: 0;

      background: #000;

      color: #fff;

      border: none; }

.course-admin .border_title {

  padding-bottom: 0px;

  border-bottom: #000 solid 1px;

  margin-bottom: 10px; }



.course_list {

  margin-bottom: 15px; }

  .course_list .border_title {

    border-bottom: #000 solid 1px;

    margin-bottom: 10px; }

  .course_list .border {

    border-bottom: #000 solid 1px;

    padding-top: 10px;

    padding-bottom: 10px; }

  .course_list .item .col-sm-12 {

    padding-right: 200px;

    position: relative; }

  .course_list .item .controls {

    position: absolute;

    top: 10px;

    right: 15px; }

    .course_list .item .controls .main_buttonb {

      margin-right: 0;

      margin-left: 5px; }



.viewing .form .entry {

  border-bottom: #ccc solid 1px;

  overflow: hidden;

  padding-top: 2px;

  padding-bottom: 2px; }

  .viewing .form .entry .title {

    padding-bottom: 5px;

    padding-top: 5px; }

  .viewing .form .entry .input {

    padding-top: 0px;

    padding-bottom: 0px; }

.viewing .form .entry.last-entry {

  border: none; }

.viewing .form input:not([type]).readonly, .viewing .form input[type="email" i].readonly, .viewing .form input[type="number" i].readonly, .viewing .form input[type="password" i].readonly, .viewing .form input[type="tel" i].readonly, .viewing .form input[type="url" i].readonly, .viewing .form input[type="text" i].readonly, .viewing .form input[type="date" i].readonly, .viewing .form select.readonly {

  border: none;

  margin-bottom: 0; }

.viewing .form select::-ms-expand {

  display: none; }

.viewing .form .readonly {

  border: none;

  margin-bottom: 0; }

.viewing .form textarea.readonly {

  border: #ccc solid 1px;

  margin-bottom: 10px;

  margin-top: 10px; }

.viewing .form .input_ne {

  line-height: 32px;

  min-height: 32px;

  padding-left: 10px;

  padding-right: 10px;

  display: block; }

.viewing .form .readonly:hover {

  background: #f2f2f2;

  cursor: pointer; }

.viewing .form input.busy, .viewing .form select.busy {

  margin-bottom: 0;

  border: #FF5900 solid 1px;

  outline: none; }

.viewing .form .saving {

  background: #FF5900;

  padding: 5px;

  color: #fff; }

.viewing #attendee_list .attendee_list .entry {

  border-bottom: none;

  padding-top: 0px;

  padding-bottom: 0px; }

  .viewing #attendee_list .attendee_list .entry .border {

    border-bottom: #ccc solid 1px;

    padding-top: 0px;

    padding-bottom: 0px; }

.viewing #attendee_list .attendee_list .entry.padded {

  padding-top: 5px;

  padding-bottom: 5px; }



@media (min-width: 768px) {

  .course-admin .main_buttonb {

    font-size: 13px;

    line-height: 19px;

    min-height: 29px; }

  .course-admin .form input:not([type]), .course-admin .form input[type="email" i], .course-admin .form input[type="number" i], .course-admin .form input[type="password" i], .course-admin .form input[type="tel" i], .course-admin .form input[type="url" i], .course-admin .form input[type="text" i] {

    font-size: 13px;

    line-height: 19px;

    line-height: 29px;

    height: 29px; }

  .course-admin .form select {

    font-size: 13px;

    line-height: 19px;

    line-height: 29px;

    height: 29px; }



  .form .title {

    width: 140px;

    float: left; }

  .form .input {

    margin-left: 140px; }

  .form input[type=submit] {

    border: none;

    margin-left: 140px; } }

@media (min-width: 992px) {

  .course-admin .main_buttonb {

    font-size: 14px;

    line-height: 20px;

    min-height: 30px; }

  .course-admin .form input:not([type]), .course-admin .form input[type="email" i], .course-admin .form input[type="number" i], .course-admin .form input[type="password" i], .course-admin .form input[type="tel" i], .course-admin .form input[type="url" i], .course-admin .form input[type="text" i] {

    font-size: 14px;

    line-height: 20px;

    line-height: 30px;

    height: 30px; }

  .course-admin .form select {

    font-size: 14px;

    line-height: 20px;

    line-height: 30px;

    height: 30px; }



  .form .title {

    width: 140px;

    float: left; }

  .form .input {

    margin-left: 140px; } }

@media (min-width: 1200px) {

  .course-admin .main_buttonb {

    font-size: 16px;

    line-height: 22px;

    min-height: 32px; }

  .course-admin .form input:not([type]), .course-admin .form input[type="email" i], .course-admin .form input[type="number" i], .course-admin .form input[type="password" i], .course-admin .form input[type="tel" i], .course-admin .form input[type="url" i], .course-admin .form input[type="text" i] {

    font-size: 16px;

    line-height: 22px;

    line-height: 32px;

    height: 32px; }

  .course-admin .form select {

    font-size: 16px;

    line-height: 22px;

    line-height: 32px;

    height: 32px; }



  .form .title {

    width: 200px;

    float: left; }

  .form .input {

    margin-left: 200px; }

  .form input[type=submit] {

    border: none;

    margin-left: 200px; } }

/* COurse Admin */

.page-template-template-course-admin header, .page-template-template-course-admin footer, .page-template-template-course-admin .breadcrumb {

  display: none; }

.page-template-template-course-admin #main-container {

  min-height: 1px; }



/* Course Table */

.toggle {

  display: none; }



.course_table ul {

  list-style: none;

  padding: 0;

  margin-bottom: 15px; }

  .course_table ul li {

    padding-left: 0;

    margin-bottom: 15px; }

    .course_table ul li .col {

      border: #000 solid 1px;

      border-top: none;

      padding-top: 5px;

      padding-bottom: 5px;

      overflow: hidden;

      padding-left: 5px;

      padding-right: 5px; }

      .course_table ul li .col .person {

        display: block;

        background: #FF5900;

        color: #fff;

        padding: 5px; }

      .course_table ul li .col .toggle_simple {

        display: block;

        color: #000;

        cursor: pointer; }

    .course_table ul li .col.warning {

      background: #FF5900;

      color: #fff;

      font-weight: bold; }

    .course_table ul li .col.head {

      background: #000;

      color: #fff;

      font-weight: bold;

      text-align: Center;

      border-right: #fff solid 1px;

      border-left: #fff solid 1px; }

    .course_table ul li .col.head:first-child {

      border-left: none; }

    .course_table ul li .col.head:last-child {

      border-right: none; }

    .course_table ul li .col.title {

      background: #000;

      color: #fff;

      font-weight: bold; }

  .course_table ul li:before {

    display: none; }



.upcoming .course_filter {

  margin-bottom: 15px;

  padding: 5px 15px 5px 5px; }



.booking_cta {

  padding: 10px;

  color: #000;

  background: #FF5900; }

  .booking_cta span {

    color: #fff; }



.course-admin .control {

  background: #000;

  margin-bottom: 2px; }

  .course-admin .control .form {

    color: #fff;

    padding: 5px 5px;

    overflow: hidden; }

    .course-admin .control .form label {

      display: block;

      float: left; }

    .course-admin .control .form input[type=text], .course-admin .control .form select {

      margin-bottom: 0;

      border: none;

      display: block;

      float: left;

      color: #000;

      margin-right: 5px;

      height: 24px;

      line-height: 24px; }

    .course-admin .control .form input[type=submit] {

      margin-left: 0;

      margin-bottom: 0;

      display: block;

      float: left;

      height: 24px;

      line-height: 24px;

      min-height: 1px;

      padding-top: 0;

      padding-bottom: 0; }



.calendar_b.course-admin .control {

  background: none;

  margin-bottom: 15px; }

  .calendar_b.course-admin .control .form {

    padding: 0; }

    .calendar_b.course-admin .control .form input[type=text], .calendar_b.course-admin .control .form select {

      border: #000 solid 1px;

      height: 34px;

      line-height: 34px;

      padding-right: 40px;

      margin-right: 15px; }

    .calendar_b.course-admin .control .form input[type=submit] {

      height: 34px;

      line-height: 34px; }



@media (min-width: 768px) {

  .course_table ul {

    border: #000 solid 1px;

    display: table;

    table-layout: fixed;

    width: 100%; }

    .course_table ul li {

      margin-bottom: 0;

      display: table-row;

      table-layout: fixed;

      width: 100%;

      overflow: hidden; }

      .course_table ul li .col {

        border: #000 solid 1px;

        float: none;

        display: table-cell;

        table-layout: fixed;

        overflow: hidden; }

      .course_table ul li .col.title {

        background: none;

        color: #000;

        font-weight: normal; } }

/* Calender */

#calender .calender_header {

  padding: 5px 10px;

  background: #FF5900;

  color: #fff;

  position: relative; }

  #calender .calender_header h2 {

    text-align: center;

    padding-left: 40px;

    padding-right: 40px;

    margin-bottom: 0; }

  #calender .calender_header .calender_control {

    position: absolute;

    top: 5px;

    color: #fff; }

    #calender .calender_header .calender_control span {

      line-height: inherit; }

  #calender .calender_header .calender_control.prev {

    left: 10px; }

  #calender .calender_header .calender_control.next {

    right: 10px; }

#calender .days {

  margin-bottom: 2px; }

  #calender .days li {

    display: table;

    table-layout: fixed;

    width: 100%; }

    #calender .days li .col {

      width: 14.29%;

      display: table-cell; }

#calender .dates li {

  display: table;

  table-layout: fixed;

  width: 100%; }

  #calender .dates li .col {

    width: 14.29%;

    display: table-cell;

    padding: 2px; }

    #calender .dates li .col .day_is {

      padding: 5px;

      background: #000;

      font-weight: bold;

      color: #fff;

      display: block; }

    #calender .dates li .col .day_is.active {

      background: #FF5900; }

    #calender .dates li .col .a_course {

      display: block;

      padding: 5px;

      color: #000;

      border-bottom: #000 solid 1px;

      font-weight: bold;

      word-wrap: break-word;

      font-size: 12px;

      line-height: 18px; }

    #calender .dates li .col .a_course:last-child {

      border: none; }


/* Social Icons */
.sidebar .social-icons ul{
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.sidebar .social-icons ul li{  
  padding-left: 0;
  display: inline-block;
  font-size: 50px;
}
.sidebar .social-icons ul li:before{
  content: "";
}
.sidebar .social-icons ul li a:hover{
  color: #000000;
}
/* Registers */

.register table {

  width: 100%;

  font-size: 12px;

  line-height: 18px; }

  .register table td, .register table th {

    padding: 5px; }



@media (max-width: 767px) {

  header .contact {

    float: none !important;

    text-align: center; }

  header .social_icons {

    display: block;

    float: none !important;

    text-align: center; } }

/* Chat Plugin */

body .wplc_open.wplc_right #wp-live-chat-header, body .wplc_close.wplc_right #wp-live-chat-header {

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

  background-color: #FF5900 !important;

  padding-top: 10px;

  padding-bottom: 10px; } 

body #wp-live-chat-1, body #wp-live-chat-2-info {

  font-size: 16px;

  line-height: 22px; }



/* Print */

.register table {

  width: 100%;

  margin-bottom: 4px; }

  .register table td, .register table th {

    vertical-align: top; }



@media print {

	.page-template-template-course-admin #main-container{

	margin-bottom:0 !important;

	padding-bottom:0 !important;

	}

  .container {

    width:100% ;

    margin: 0 auto; }

  .printpage

      {

        page-break-after: always;

        page-break-inside: avoid;

		position: relative;

		padding-top:0px; 

      }

  a[href]:after {

    content: none; }



  body {

    font-size: 10px;

    line-height: 16px;

    margin: 0; }



  .register table { 

    width: 100%;

    max-width: 100%;

    margin-bottom: 4px;position: relative;

    font-size: 10px;

    line-height: 16px; }

    .register table td, .register table th {

      vertical-align: top; } }

