/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.g-gridstatistic .g-gridstatistic-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem -0.25rem;
}
.g-gridstatistic .g-gridstatistic-item {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.25rem;
  width: 100%;
  display: inline-block;
}
.g-gridstatistic .g-gridstatistic-readmore {
  display: block;
  margin: 1rem auto;
}
.g-gridstatistic .g-gridstatistic-item-text1 {
  /*		font-family: get-font-family($font-family-title) !important;   */
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}
@media only all and (max-width: 47.99rem) {
  .g-gridstatistic .g-gridstatistic-item-text1 {
    font-size: 2rem;
  }
}
.g-gridstatistic .g-gridstatistic-item-text2 {
  font-size: 1.2rem;
  line-height: 1;
}
.g-gridstatistic .g-gridstatistic-2cols .g-gridstatistic-item {
  width: 50%;
}
.g-gridstatistic .g-gridstatistic-3cols .g-gridstatistic-item {
  width: 33.33333%;
}
.g-gridstatistic .g-gridstatistic-4cols .g-gridstatistic-item {
  width: 25%;
}
.g-gridstatistic .g-gridstatistic-5cols .g-gridstatistic-item {
  width: 20%;
}
.g-gridstatistic .g-gridstatistic-6cols .g-gridstatistic-item {
  width: 16.66667%;
}
@media only all and (max-width: 47.99rem) {
  .g-gridstatistic .g-gridstatistic-3cols .g-gridstatistic-item, .g-gridstatistic .g-gridstatistic-5cols .g-gridstatistic-item {
    width: 100%;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-gridstatistic .g-gridstatistic-4cols .g-gridstatistic-item, .g-gridstatistic .g-gridstatistic-6cols .g-gridstatistic-item {
    width: 50%;
  }
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default, .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
body, #g-page-surround {
  -webkit-font-smoothing: auto;
}
/* social branding top menu */
.g-social.branding {
  text-align: center;
}
/* reduce image pop-in jank on news list
article.item img {
  min-height: 330px;
}
@media only all and (max-width: 960px) {
  article.item img {
    min-height: auto;
  }
}*/
/* fix disappearing slideshow CTA buttons */
@media only all and (min-width: 960px) and (max-width: 1017px) {
  div.rev_slider_wrapper .tp-hidden-caption {
    display: block !important;
    visibility: visible !important;
  }
  div.rev_slider_wrapper .tp-caption.hidden-desktop {
    display: block !important;
    visibility: visible !important;
  }
}
/*Dk fix for mobile bottom gap and desktop gap between these positions
#g-maintop {
  margin-bottom: -140px !important;
  padding-top: 0;
  padding-bottom: 0;
}
#g-subfeature {
  margin-bottom: -50px !important;
  padding-top: 0;
  padding-bottom: 0;
}*/
div#logo > .g-particle {
  padding: 0;
}
/*.yendifplayer .yf-media, .yf-overlay{position:center;width:768px !important;height:432px !important;top:0;left:0;}*/
.core1 .g-features-particle {
  text-align: center;
  padding-bottom: 30px !important;
}
.yendifplayer {
  margin-bottom: 60px !important;
}
.form1 {
  padding-top: 60px !important;
}
.ns2-created {
  margin-right: 5px !important;
  border-right: 0px solid !important;
}
.tart .g-title {
  margin-top: -164px !important;
  margin-bottom: 30px !important;
  position: relative !important;
}
.tart2 .g-title {
  margin-top: 90px !important;
  margin-bottom: 30px !important;
  position: relative !important;
}
.tartbread .g-title {
  margin-top: -50px !important;
  margin-bottom: 30px !important;
  position: relative !important;
}
@media only all and (min-width: 8rem) and (max-width: 45.938rem) {
  img.ns2-image {
    margin: 0px 3px 5px;
  }
  .tart .g-title {
    margin-top: -150px !important;
    margin-bottom: 30px !important;
    position: relative !important;
  }
  .tart2 .g-title {
    margin-top: 90px !important;
    margin-bottom: 30px !important;
    position: relative !important;
  }
}
.faq h3 {
  font-size: 2.09rem;
  margin-top: 32px !important;
}
.faq .sprocket-lists ul {
  font-family: "Roboto" !important;
  font-size: 1.1rem !important;
  font-weight: 400 !important;
}
.ns2-author:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 2px;
  display: none;
}
.faq .g-title:after {
  Display: none;
}
.faq .g-title {
  margin-top: 20px;
}
.contact #contact-form #jform_contact_email_copy-lbl {
  margin-top: 0;
  font-size: 14px !important;
}
.contact #contact-form fieldset > legend {
  font-size: 1.265rem;
  color: #2a2c6c;
  margin-bottom: 0;
  display: none;
}
.g-main-feature .g-main-feature-title {
  margin-top: 45px;
}
#g-utility {
  padding: 0rem !important;
}
#g-showcase {
  padding: 0rem !important;
}
.livestream .g-title:after {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  height: 5px;
  display: inline-block;
  content: "";
  width: 120px;
  vertical-align: middle;
  margin-left: 25px;
}
.livestream .g-title {
  margin: 5px 141px 20px;
  width: 1151px;
}
.g-main-feature-left {
  padding: 0rem;
}
.pagination ul > li > a, .pagination ul > li > span {
  color: #2a2c6c;
  padding: 6px 15px;
  margin-right: 5px;
  border: 1px solid #ecf0f1;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.sprocket-lists li.active .sprocket-lists-title {
  background: url('../../images/listopfen.png') no-repeat scroll 98% #fff;
  background: none;
  background-color: #fff;
}
.sprocket-lists .sprocket-lists-title {
  background: url('../../images/listclosed.png') no-repeat scroll 98% #f8f9fa;
  border: none;
  border-bottom: 0px solid #ecf0f1;
  border-radius: 0;
  margin-top: 20px !important;
  font-size: 1.265rem !important;
  line-height: inherit !important;
  padding: 1px 1px !important;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.sprocket-lists .sprocket-lists-item .sprocket-padding {
  padding: 8px 0px 20px;
  border-bottom: 1px solid #000;
}
.sprocket-lists ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  font-family: roboto condensed;
}
#g-aside .g-title, #g-sidebar .g-title {
  font-size: 1.265rem;
  margin-top: 0;
  margin-bottom: 5px;
}
/*.g-logo {
        margin: 10px 0px 10px;
        @include breakpoint(tablet-range) {
                // Write the Tablet code here
				.g-logo {
  margin: 22px 0px 22px;
}
        }
        @include breakpoint(mobile-only) {
                // Write the Mobile code here
				.g-logo {
  margin: 12px 0px 12px;
}
        }
}

#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
        padding: 35px 10px !important;
        @include breakpoint(tablet-range) {
                // Write the Tablet code here
				
        }
        @include breakpoint(mobile-only) {
                // Write the Mobile code here
        }
}
*/
/* #g-subfeature {
    text-align: center !important;
}*/
.g-logo {
  margin: 17px 0px 15px;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  /* line 6, ipad */
  .g-logo {
    margin: 24px 0px 20px;
  }
  .g-gridstatistic .g-gridstatistic-item-text1 {
    font-size: 45px !important;
  }
}
@media only all and (max-width: 47.938rem) {
  /* iphone */
  .g-logo {
    margin: 20px 0px 20px;
  }
  .g-gridstatistic .g-gridstatistic-item-text1 {
    font-size: 34px !important;
  }
}
/* global */
#g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 35px 10px !important;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  #g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 35px 10px !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) and (max-width: 47.938rem) {
  #g-header .g-main-nav .g-toplevel > li > .g-menu-item-container {
    padding: 30p5x 10px !important;
  }
}
#g-header .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #2a2c6c;
  font-weight: normal;
}
#g-showcase .bobact {
  padding-top: 0px !important;
  background-color: #fff;
  color: #484848;
}
#g-showcase {
  padding-top: 0px !important;
}
#g-utility {
  padding-top: 0px !important;
}
.g-cta-button.style1 .g-cta-inner {
  padding: 30px;
  /*border: 1px solid #fff;*/
  border-left: 2px solid #f99b37;
  background: #fff;
  margin-top: -30px !important;
  -webkit-margin-before: -50px !important;
}
.bobcta .g-cta-button.style1 .g-cta-inner {
  padding: 30px;
  background: #fff;
  margin: 0px 0px 0px !important;
  -webkit-margin-before: 0px !important;
}
/*this is margin the cta module on the mission page*/
.thous {
  -webkit-margin-before: 48px !important;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  /*display: block;
    -webkit-transform: translateZ(0);*/
  color: #2a2c6c;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "roboto condensed" !important;
}
.g-gridstatistic .g-gridstatistic-item {
  text-align: center !important;
  font-family: "Roboto Condensed";
  margin-top: -40px !important;
  -webkit-margin-before: -40px !important;
}
.g-gridstatistic .g-gridstatistic-item-text1 {
  font-size: 84px;
}
.g-gridstatistic .g-gridstatistic-item-text2 {
  /*font-size: 1.2rem;
  font-weight:900;
  line-height: 1;*/
  color: #000000;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  /*font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;*/
  color: #2a2c6c;
}
.nssp2 .ns2-wrap {
  position: relative;
  margin-bottom: -35px !important;
}
.allnews {
  margin-top: -90px;
}
.allvideos {
  margin-top: -90px;
}
.g-main-feature {
  margin-top: -10px;
}
.g-menu-item-153 {
  font-size: 24px;
}
.g-menu-item-154 {
  font-size: 24px;
}
.g-menu-item-162 {
  font-size: 24px;
}
.g-menu-item-274 {
  font-size: 24px;
}
.g-menu-item-278 {
  font-size: 24px;
}
.g-menu-item-285 {
  font-size: 24px;
}
#g-aside .g-content-array .g-content {
  /* margin-bottom: 15px; */
  padding-bottom: 25px;
  border-bottom: solid 1px #6f6d6d !important;
}
.menuindent {
  text-indent: 8px;
}
.g-main-nav .g-dropdown {
  border-bottom: solid 2px #f99b37 !important;
  box-shadow: -3px 3px 3px 3px rgba(0, 0, 0, 0.3);
}
/* Hide menu items */
.g-menu-item-101 {
  display: none !important;
}
.modal-search-container.style1 .uk-modal-dialog .search input {
  margin-bottom: 0;
  border: none;
  box-shadow: none !important;
  font-size: 2rem;
  color: #2a2c6c;
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-main-nav {
    font-size: 0.9rem;
  }
}
.fa-clock-o:before {
  content: "";
  display: none;
}
.nssp2 .ns2-links .ns2-created:before {
  content: "";
  display: none;
}
.fa-folder-open-o:before {
  content: "";
  display: none;
}
#g-header .g-main-nav .g-dropdown li {
  border-bottom: 1px solid #fff !important;
}
#g-mainbottom {
  padding: 2rem 0 !important;
  background-color: #f8f9fa;
  color: #5e5e61;
  margin-top: -28px !important;
}
#g-system-messages {
  background-color: #fff;
  color: #91929c;
  margin: -30px !important;
}
/* remove active menu item color i just changed it to white */
#g-header .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-header .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  color: #ffffff;
}
.mobutton {
  padding: 5px !important;
  /*border: 1px solid #fff;*/
  color: #ffffff !important;
  background: #f99b37;
  margixn-top: -30px !important;
  font-size: 20px !important;
  border-radius: 0.1875rem;
}
/* req by client not advised as it margins outside of css 
.buttonblue {
  display: inline-block;
  padding: 1.0rem 1rem;
  border-radius: 0.1875rem;
  background: #2a2c6c;
  color: #fff;
  border: 0;
  line-height: 1.5;
  font-weight: 800;
  font-size: 28px !important;
  vertical-align: middle;
  text-shadow: none;
  box-shadow: none;
  text-align: center;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  margin: 5px 80px -99px;
}*/
/* remove menu arrows */
.nav li a:before {
  display: none;
  font-family: FontAwesome;
  margin-right: 0.625rem;
}
.button {
  font-weight: 800;
  font-size: 28px !important;
}
/*.g-cta-button.style1 .g-cta-inner .g-cta-right .button {
    font-size: 1rem !important;
    padding: 14px 9px;
    margin-top: 10px;    
}*/
/*.g-cta-button.style1 .g-cta-inner {
    font-size: 14px;
}*/
/* feature bottom margin adj */
.g-main-feature .g-main-feature-right .g-content {
  margin: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
/* more news button home age from morenews button module
.general {
margin-top: -205px;
}
.leftcss {
margin-left: -650px;
}*/
/* line 46, templates/it_oxygen/scss/oxygen-joomla/_nssp2.scss */
.nssp2 .ns2-links .ns2-category a {
  color: #f99b37;
}
/* articles */
body .image-float-left {
  float: left;
  margin: 0px 30px 20px 0px;
  padding: 0px;
  background-color: transparent;
  display: inherit;
}
body .image-float-right {
  float: right;
  margin: 0px 0px 20px 30px;
  padding: 0px;
  background-color: transparent;
  display: inherit;
}
body .image-center {
  margin-right: auto;
  margin-left: auto;
  display: inherit;
}
body .image-round {
  border-radius: 5px;
  margin: auto;
}
body .image-caption {
  clear: both;
  text-align: left;
  font-style: italic;
  font-size: small;
  padding: 3px;
  margin: 0px;
  background-color: transparent;
  display: block;
}
body .quote-block {
  margin-right: 30px;
  float: left;
}
body .quote-text {
  font-size: 14pt;
  text-align: justify;
}
body .quote-cite {
  text-align: right;
}
/* video players and other embedded utils */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed, .google-maps iframe, .calendar-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.google-maps {
  position: relative;
  padding-bottom: 90%;
  height: 0;
  overflow: hidden;
}
.calendar-container {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
/* slideshow to show its description on mobile */
@media only all and (max-width: 47.938rem) {
  .g-slideshow .g-slideshow-desc {
    display: inline-block;
    font-size: 0.8em;
  }
  .slideshow-caption.uk-width-1-2 {
    width: 100%;
  }
}
#g-page-surround .btn.btn-small.btn-primary, #g-offcanvas .btn.btn-small.btn-primary {
  margin-bottom: 5px;
}
/*# sourceMappingURL=custom_17.css.map */