﻿/*
	Values to over-ride the default bootstrap files
*/
@import "magnific-popup.css";
section {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: rgba(0, 0, 0, 0.1) 0 solid;
}
section #section-header,
section #section-content,
section #section-footer {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  section div.row > div {
    margin-bottom: 20px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  color: #414141;
  margin: 0 0 15px 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-weight: 300 !important;
}
h1 {
  font-size: 36px;
  margin: 0 0 15px 0;
}
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin-bottom: 10px;
}
#header {
  height: 70px;
}
#header .transparent {
  border-bottom: 0;
}
#header .transparent #topMain.nav-pills > li > a {
  color: #ffffff;
  text-shadow: 2px 2px 5px #323232;
}
header {
  border-bottom: 0;
}
#topNav {
  height: 70px;
}
#topNav ul > li a {
  /*color: white;*/
}
#topNav ul > li a:hover {
  color: #be000f;
}
#topNav ul.dropdown-menu > li,
#topNav #topNav ul.dropdown-menu > li a {
  background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 500px) {
  #topNav div.nav-main-collapse {
    max-height: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  #topNav div.nav-main-collapse {
    max-height: 1000px;
  }
}
.owl-buttons {
  opacity: 0.5;
}
.lightbox-ajax .lightbox-ajax-body {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 50px;
}
.lightbox-text p {
  line-height: 1.9em;
}
.lightbox-text h3 {
  font-size: 28pt;
  margin-bottom: 5px;
  line-height: 1.2em;
}
.btn-mobile {
  border: 1px dashed black;
}
.social-facebook:hover,
.social-facebook em:hover {
  background-color: #3b5998 !important;
  color: white;
}
.social-twitter:hover,
.social-twitter em:hover {
  background-color: #3b5998 !important;
  color: white;
}
.social-linkedin:hover,
.social-linkedin em:hover {
  background-color: #3b5998 !important;
  color: white;
}
.social-icon {
  border-radius: 3px;
  font-size: x-large;
  padding: 4px;
}
.divider {
  border: 0;
  margin: 60px 0;
  height: 4px;
  text-align: center;
  position: relative;
  clear: both;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.inner-border {
  border: 1px solid #b4b4b4;
}
.callout-dark.heading-title {
  border-top: 1px solid white;
}
#custom .fa {
  color: #c80014;
}
#custom .btn .fa {
  color: #ffffff;
}
#content {
  margin-top: 0;
  padding-top: 0;
}
#content ul .checks {
  list-style-type: none;
  padding-left: 20px;
}
#content ul .checks li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 12pt;
}
#content ul .checks li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f046";
  color: #c80014;
}
#content p {
  line-height: 1.8em;
}
#content h1 {
  line-height: 1.2em;
}
#content h1:first-of-type {
  margin-top: 30px;
}
#content-img {
  background-position: center center;
  background-size: cover;
  display: none;
  width: 100%;
  height: 300px;
  font-size: 24px;
  font-weight: 300;
  font-family: 'Open Sans';
}
@media only screen and (max-width: 768px) {
  #content-img {
    height: 450px;
  }
  #content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#header.transparent {
  border-bottom: 0;
}
#topNav-spacer {
  height: 70px;
  background-position: center center;
  background-size: cover;
  background-image: url(/Images/heading/topNav-spacer.jpg);
}
@media only screen and (max-width: 992px) {
  #topNav-spacer {
    height: 60px;
  }
}
#slider h1 {
  color: #c80000;
  text-shadow: rgba(0, 0, 0, 0.16) 2px 2px 2px;
}
#slider h2,
#slider p {
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.99) 2px 2px 7px;
}
.kb_control_left,
.kb_control_right {
  top: 50%;
  z-index: 2;
  opacity: 0;
  width: 55px;
  height: 55px;
  text-align: center;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.kb_wrapper:hover .kb_control_left,
.kb_wrapper:hover .kb_control_right {
  opacity: 0.2;
}
.kb_icons {
  line-height: 50px;
  font-size: 34px !important;
  font-weight: normal !important;
}
.kb_control_left {
  left: 1% !important;
}
.kb_control_right {
  right: 1% !important;
}
.kb_elastic {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.kb_elastic .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transform: scale3d(2, 1, 2);
  -moz-transform: scale3d(2, 1, 2);
  -ms-transform: scale3d(2, 1, 2);
  -o-transform: scale3d(2, 1, 2);
  transform: scale3d(2, 1, 2);
  -webkit-transition: -webkit-transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s;
  /*-moz-transition: transform .7s ease-in-out 0s,opacity ease-in-out .7s -o-transition:transform .7s ease-in-out 0s,opacity ease-in-out .7s transition:transform .7s ease-in-out 0s,opacity ease-in-out .7s;*/
}
.kb_elastic .item:first-child {
  top: auto;
  position: relative;
}
.kb_elastic .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s;
  -moz-transition: transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s;
  -o-transition: transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s;
  transition: transform 0.7s ease-in-out 0s, opacity ease-in-out 0.7s;
}
.kb_wrapper {
  overflow: hidden;
  max-height: 650px;
}
.kb_wrapper > .carousel-inner > .item > img,
.kb_wrapper > .carousel-inner > .item > a > img {
  margin: auto;
  opacity: 0.8;
  width: 100% !important;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
  -moz-animation: immortalkenburns 20000ms linear 0s infinite alternate;
  -o-animation: immortalkenburns 20000ms linear 0s infinite alternate;
  animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
@-webkit-keyframes immortalkenburns {
  0% {
    -webkit-transform: scale(1);
    -webkit-transition: -webkit-transform 20000ms linear 0s;
  }
  100% {
    -webkit-transform: scale(1.2);
    -webkit-transition: -webkit-transform 20000ms linear 0s;
  }
}
@-moz-keyframes immortalkenburns {
  0% {
    -moz-transform: scale(1);
    -moz-transition: -moz-transform 20000ms linear 0s;
  }
  100% {
    -moz-transform: scale(1.2);
    -moz-transition: -moz-transform 20000ms linear 0s;
  }
}
@-ms-keyframes immortalkenburns {
  0% {
    -ms-transform: scale(1);
    -ms-transition: -ms-transform 20000ms linear 0s;
  }
  100% {
    -ms-transform: scale(1.2);
    -ms-transition: -ms-transform 20000ms linear 0s;
  }
}
@-o-keyframes immortalkenburns {
  0% {
    -o-transform: scale(1);
    -o-transition: -o-transform 20000ms linear 0s;
  }
  100% {
    -o-transform: scale(1.2);
    -o-transition: -o-transform 20000ms linear 0s;
  }
}
@keyframes immortalkenburns {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: transform 20000ms linear 0s;
    -o-transition: transform 20000ms linear 0s;
    -webkit-transition: transform 20000ms linear 0s;
    transition: transform 20000ms linear 0s;
  }
  100% {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: transform 20000ms linear 0s;
    -o-transition: transform 20000ms linear 0s;
    -webkit-transition: transform 20000ms linear 0s;
    transition: transform 20000ms linear 0s;
  }
}
.kb_caption {
  left: 10%;
  width: 40%;
  bottom: 60%;
  text-align: left;
}
.kb_caption h1 {
  font-size: 55px;
  font-weight: 300;
  text-align: center;
  text-shadow: none;
  padding: 5px 0 5px 15px;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  color: #bf392b;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50px;
}
.kb_caption h2 {
  font-size: 30px;
  text-align: center;
  text-shadow: none;
  padding-left: 15px;
  font-weight: normal;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
  color: #fff;
}
.kb_caption_right {
  left: 50%;
}
.kb_caption_center {
  float: none;
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .kb_control_left,
  .kb_control_right {
    border: 0;
  }
  .kb_icons {
    font-size: 18px !important;
  }
  .kb_caption {
    left: 0;
    width: 100%;
    bottom: 25%;
    text-align: center;
  }
  .kb_caption h1 {
    font-size: 25px;
  }
  .kb_caption h2 {
    font-size: 20px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .kb_control_left,
  .kb_control_right {
    border: 0;
  }
  .kb_caption {
    left: 0;
    width: 100%;
    bottom: 25%;
    text-align: center;
  }
}
@media (min-width: 601px) and (max-width: 767px) {
  .kb_caption {
    left: 0;
    width: 90%;
    bottom: 5%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .kb_caption {
    bottom: 5%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .kb_caption {
    bottom: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .kb_caption {
    bottom: 40%;
  }
}
.kb_wrapper {
  background: #000;
}
.kb_control_left,
.kb_control_left:hover,
.kb_control_left:active,
.kb_control_left:focus,
.kb_control_right,
.kb_control_right:hover,
.kb_control_right:active,
.kb_control_right:focus {
  color: #000;
  border: 2px solid #fff;
  background: #fff !important;
}
@media (max-width: 600px) {
  .kb_control_left,
  .kb_control_left:hover,
  .kb_control_left:active,
  .kb_control_left:focus,
  .kb_control_right,
  .kb_control_right:hover,
  .kb_control_right:active,
  .kb_control_right:focus {
    border: none !important;
    /*background:transparent!important;*/
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (max-width: 500px) {
  .kb_wrapper {
    border-top: 70px solid black;
  }
  .kb_wrapper .kb_caption {
    display: none;
  }
}
.asgood {
  display: inline-block;
  font-size: 30px;
  margin: 10px;
  font-weight: bold;
}
.asgood span.normal {
  color: black;
  display: inline-block;
}
.asgood span.it {
  color: white;
  display: inline-block;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  width: 2em;
  text-align: center;
  background: #820000;
  background: -moz-linear-gradient(270deg, #820000 10%, #c80214 90%);
  background: -webkit-linear-gradient(270deg, #820000 10%, #c80214 90%);
  background: -o-linear-gradient(270deg, #820000 10%, #c80214 90%);
  background: -ms-linear-gradient(270deg, #820000 10%, #c80214 90%);
  background: linear-gradient(0, #820000 10%, #c80214 90%);
}
.careertitlebox span.it,
.careertitlebox .asgood span.it {
  color: white;
  display: inline-block;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0px;
  padding-left: 13px;
  padding-right: 13px;
  width: auto;
  text-align: center;
  background: #820000;
  background: -moz-linear-gradient(270deg, #820000 10%, #c80214 90%);
  background: -webkit-linear-gradient(270deg, #820000 10%, #c80214 90%);
  background: -o-linear-gradient(270deg, #820000 10%, #c80214 90%);
  background: -ms-linear-gradient(270deg, #820000 10%, #c80214 90%);
  background: linear-gradient(0deg, #820000 10%, #c80214 90%);
}
#footer {
  /*ul {
	  list-style-type: none;
	  padding-left: 20px;
	}
	li {
	  position: relative;
	  padding-left: 20px;
	  margin-bottom: 10px
	}

	li:before {
	  position: absolute;
	  top: 0;
	  left: 0;
	  font-family: FontAwesome;
	  content: "\f058";
	  color: rgb(240,240,240);
	}*/
}
#footer h4 {
  font-size: 20pt;
  margin-bottom: 25px;
}
#footer .fa {
  color: #c80000;
  text-shadow: 0 0 7px #ffffff;
}
#netonesiteBranding {
  text-align: center;
}
.newsticker a:focus:not(.btn) {
  color: white;
}
.newsticker a:hover {
  color: #ffff00;
}
.newsticker .newsticker-title {
  font-weight: bold;
  color: orange;
  text-shadow: 2px 2px 4px #000000;
}
.newsticker li {
  list-style-type: none;
}
.newsticker .fa {
  color: #1b9958;
  text-shadow: 2px 2px 4px #000000;
}
.newsticker a,
.newsticker a::after,
.newsticker a:visited {
  color: #ffffff;
  font-weight: normal;
}
#news-slider {
  height: 410px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 10px;
  padding-top: 0;
}
#news-slider .tools {
  float: right;
}
#news-slider .news-icon-wrapper {
  color: #000000;
}
#news-slider .news-icon-wrapper .fa {
  width: 20px;
}
#news-slider .news-article {
  border-top: 0 solid #96c2fd;
  border-top: 0 solid #002a64;
}
#news-slider .news-article h4 {
  text-align: center;
  color: white;
}
#news-slider .news-article div.divider {
  margin-bottom: 12px;
  margin-top: 12px;
  min-height: 20px;
}
#news-slider .news-article div.divider.divider-circle.divider-color i {
  color: #ffffff;
  background-color: #aa020f;
}
#news-slider .news-article div.divider.divider-color:before,
#news-slider .news-article div.divider.divider-color:after {
  border-top: #c80000 1px solid;
}
#news-slider .news-article .btn {
  height: auto;
}
ul.bullet {
  list-style-type: none;
  padding-left: 24px;
  /*
		The following codes will work for individual LI in a UL
		To set up classes for the entire UL, see the section below.
	*/
}
ul.bullet li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  color: #960000;
}
ul.bullet li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
ul.bullet .bullet-lock:before {
  content: "\f023";
}
ul.bullet .bullet-desktop:before {
  content: "\f108";
}
ul.bullet .bullet-bars:before {
  content: "\f0c9";
}
ul.bullet .bullet-phone:before {
  content: "\f095";
}
ul.bullet .bullet-user:before {
  content: "\f007";
}
ul.bullet .bullet-mouse-pointer:before {
  content: "\f245";
}
ul.bullet .bullet-database:before {
  content: "\f1c0";
}
ul.bullet .bullet-external-link:before {
  content: "\f08e";
}
UL.bullet-big li {
  font-size: larger;
}
#section-services ul.bullet li {
  padding-left: 34px;
}
/*
	Use this section to program a bullet type for an entire UL.
	To control indiviual list items, see the code above.
*/
.bullet-chevron-circle-right li:before {
  content: "\f138";
}
.bullet-check li:before {
  content: "\f00c";
}
.bullet-check-circle li:before {
  content: "\f058";
}
.bullet-check-square li:before {
  content: "\f14a";
}
.bullet-check-square-o li:before {
  content: "\f046";
}
.bullet-external-link li:before {
  content: "\f08e";
}
#lead-in h2 {
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 10px;
}
.mask-ip {
  width: 125px;
}
.ip_container {
  margin-top: 7px;
  /*.ip_octet
	{
		width: 25px;
	}*/
}
.ip_container input {
  line-height: normal;
  width: 29px;
}
/*.ip_container {
  border: 1px inset #999;
}
.ip_octet {
  border: 0;
  text-align: center;
  width: 2em;
}*/
#content #LinkedPagesList {
  background-color: #e1e1e1;
  padding: 30px 30px 20px 0;
  display: inline-block;
  border-radius: 10px;
}
#content #LinkedPagesList UL {
  list-style-type: none;
  padding-left: 24px;
}
#content #LinkedPagesList UL li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
#content #LinkedPagesList UL li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  color: #960000;
  content: "\f138";
}
#section-funfacts {
  background-color: #e1e1e1;
}
#section-funfacts .color-white {
  color: white;
}
#section-funfacts .box-icon-title > em {
  /*color: rgb(255,255,255);d
		background-color: rgba(0,0,0,0.07);*/
  color: #c80000;
  background-color: rgba(0, 0, 0, 0.07);
  border: 1px solid #c80000;
}
#section-funfacts .box-gradient h1,
#section-funfacts .box-gradient h2,
#section-funfacts .box-gradient h3,
#section-funfacts .box-gradient h4,
#section-funfacts .box-gradient h5,
#section-funfacts .box-gradient h6 {
  color: #969696;
}
#section-funfacts .box-white > div {
  background-color: #e1e1e1;
  text-align: center;
  padding-top: 20px;
}
#section-funfacts .box-white > div p {
  color: #191919;
}
#section-support .box-icon-title {
  font-size: 30px;
}
#section-support .front {
  background-color: transparent;
}
#section-support .red-box {
  background-color: red;
}
#section-support .gray-box {
  background-color: gray;
}
.support-box {
  height: 550px;
  padding: 20px;
  background-color: #e1e1e1;
  -moz-transition: background-color 2s;
  -o-transition: background-color 2s;
  -webkit-transition: background-color 2s;
  transition: background-color 2s;
}
.support-box h2 {
  color: #c80000;
}
.support-box h3 {
  color: white;
}
.support-box a {
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  margin-bottom: 2px;
  padding: 3px;
  display: block;
  color: #969696;
  text-align: center;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.support-box a:hover {
  border: 1px solid #969696;
  background-color: #c8c8c8;
  color: #323232;
}
.support-links a {
  list-style: none;
  padding: 20px;
  border: 1px solid #c80014;
  border-radius: 5px;
  margin-bottom: 3px;
  -moz-transition: background-color 1s;
  -o-transition: background-color 1s;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
  display: block;
  font-size: 18px;
}
.support-links a:hover {
  background-color: #c80014;
  color: white;
}
.support-links a .fa {
  float: left;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.support-links a:hover span {
  color: white;
}
#section-services {
  /*
	Services on home page
*/
}
#section-services li {
  font-size: 24px;
  cursor: pointer;
}
section #slider .btn-default {
  background-color: rgba(0, 0, 0, 0.8);
}
.mfp-content {
  /*IMAGES IN CONTENT POP UPS*/
}
.mfp-content img {
  width: 400px;
}
@media only screen and (max-width: 768px) {
  .mfp-content img {
    width: 100%;
  }
}
.noticeme-red {
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  color: white;
  background: #820000;
  background: -moz-linear-gradient(270deg, #820000 10%, #c80214 90%);
  background: -webkit-linear-gradient(270deg, #820000 10%, #c80214 90%);
  background: -o-linear-gradient(270deg, #820000 10%, #c80214 90%);
  background: -ms-linear-gradient(270deg, #820000 10%, #c80214 90%);
  background: linear-gradient(0, #820000 10%, #c80214 90%);
}
.noticeme-red h4 {
  color: white;
  font-weight: bold;
  margin-bottom: 0;
}
.noticeme-red h4 .fa {
  color: white;
  float: left;
  text-shadow: 0 2px 5px #000000;
}
.noticeme-red p {
  margin-top: 5px;
  text-align: left;
}
.noticeme-red .rss {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0;
}
.noticeme-red a.btn {
  height: auto;
  color: #c80000;
}
a.noticeme-red {
  color: white;
  padding-right: 1em;
  padding-left: 1em;
  margin-left: 1em;
}
a.noticeme-red:hover {
  color: white;
  font-size: larger;
  -webkit-box-shadow: 0px 5px 7px -1px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 5px 7px -1px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 5px 7px -1px rgba(50, 50, 50, 0.75);
}
a.noticeme-red:active {
  color: white;
}
.noticeme-big {
  padding: 30px;
  padding-bottom: 40px;
  font-size: larger;
}
.noticeme-green {
  border: 0;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  color: white;
  background: #1b9958;
  background: -moz-linear-gradient(270deg, #1b9958 10%, #28dc78 90%);
  background: -webkit-linear-gradient(270deg, #1b9958 10%, #28dc78 90%);
  background: -o-linear-gradient(270deg, #1b9958 10%, #28dc78 90%);
  background: -ms-linear-gradient(270deg, #1b9958 10%, #28dc78 90%);
  background: linear-gradient(0deg, #1b9958 10%, #28dc78 90%);
  /*.tall{
		background: rgb(27, 153, 88);
		background: -moz-linear-gradient(270deg, rgb(27, 153, 88) 80%, rgb(40, 220, 120) 100%);
		background: -webkit-linear-gradient(270deg, rgb(27, 153, 88) 80%, rgb(40, 220, 120) 100%);
		background: -o-linear-gradient(270deg, rgb(27, 153, 88) 80%, rgb(40, 220, 120) 100%);
		background: -ms-linear-gradient(270deg, rgb(27, 153, 88) 80%, rgb(40, 220, 120) 100%);
		background: linear-gradient(0deg, rgb(27, 153, 88) 80%, rgb(40, 220, 120) 100%);
	}*/
}
.noticeme-green h4 {
  color: black;
  font-weight: bold;
  margin-bottom: 0;
}
.noticeme-green h4 .fa {
  color: white;
  float: left;
  text-shadow: 0px 2px 5px #000000;
}
.noticeme-green p {
  margin-top: 5px;
  text-align: left;
}
.noticeme-green .rss {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0;
}
.noticeme-green a.btn {
  height: auto;
  color: gb(40, 220, 120);
}
.noticeme-blue {
  border: 0;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  color: white;
  background: #1b5c99;
  background: -moz-linear-gradient(270deg, #1b5c99 10%, #2d8ce6 90%);
  background: -webkit-linear-gradient(270deg, #1b5c99 10%, #2d8ce6 90%);
  background: -o-linear-gradient(270deg, #1b5c99 10%, #2d8ce6 90%);
  background: -ms-linear-gradient(270deg, #1b5c99 10%, #2d8ce6 90%);
  background: linear-gradient(0deg, #1b5c99 10%, #2d8ce6 90%);
}
.noticeme-blue h4 {
  color: black;
  font-weight: bold;
  margin-bottom: 0;
}
.noticeme-blue h4 .fa {
  color: white;
  float: left;
  text-shadow: 0px 2px 5px #000000;
}
.noticeme-blue p {
  margin-top: 5px;
  text-align: left;
}
.noticeme-blue .rss {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0;
}
.noticeme-blue a.btn {
  height: auto;
  color: gb(40, 220, 120);
}
#page-landing #topNav {
  background-color: rgba(0, 0, 0, 0.5);
}
#page-landing #slider-wrapper2 {
  margin-top: 0;
  padding-top: 0;
}
#page-landing .well {
  background-color: #960000;
  color: white;
}
#page-landing #get-info {
  color: white;
  border: 0;
  border-radius: 5px;
  padding: 20px;
  /*
			LINEAR GRADIENT
		*/
  background-image: -ms-linear-gradient(top, #259c4d 10%, #1d7a3c 30%);
  background-image: -moz-linear-gradient(top, #259c4d 10%, #1d7a3c 30%);
  background-image: -o-linear-gradient(top, #259c4d 10%, #1d7a3c 30%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10, #259c4d), color-stop(30, #1d7a3c));
  background-image: -webkit-linear-gradient(top, #259c4d 10%, #1d7a3c 30%);
  background-image: linear-gradient(to bottom, #259c4d 10%, #1d7a3c 30%);
  /*
			RADIAL GRADIENT
		*/
  background: #32b043;
  background: -webkit-radial-gradient(center, #32b043, #1c6125);
  background: -o-radial-gradient(center, #32b043, #1c6125);
  background: -moz-radial-gradient(center, #32b043, #1c6125);
  background: radial-gradient(ellipse at center, #32b043, #1c6125);
}
#page-landing #get-info label {
  font-weight: normal;
}
#page-landing .btn-success {
  background-color: #1B9958;
}
#page-emptytemplate {
  margin-top: 150px;
  padding-left: 100px;
  padding-right: 100px;
  /*#filler {
		position: absolute;
		width: 100%;
		opacity: .3;
		margin: 0;
		height: 1200px;
		overflow: hidden;
		background-image: url(/images/presentation.jpg);
		background-size: cover;
		background-position: center center;
	}*/
  /*#back {
		height: 100%;
		width: 100%;
		overflow: hidden;
		height: 1200px;
		padding: 150px;
		padding-top: 10%;
	}*/
}
#page-emptytemplate .kb_wrapper {
  background: transparent;
}
#page-emptytemplate .heading-title.heading-arrow-top,
#page-emptytemplate .heading-title.heading-arrow-bottom {
  color: #ffffff;
  background-color: transparent;
}
#page-emptytemplate .textillate-present {
  font-size: 35pt;
  color: #dc0000;
  color: #ffffff;
  text-align: center;
  /*text-shadow: 2px 2px 7px rgba(0, 0, 0, 1);*/
  text-shadow: 7px 7px 20px #000000;
  position: relative;
  top: 30%;
  transform: translateY(-50%);
}
.callout-dark.heading-title {
  border-top: 0;
}
body {
  -webkit-transition-property: background-color, background-image, color, text-shadow;
  -webkit-transition-duration: 20s, 20s, 20s, 20s;
}
body.disco {
  background: #000;
  -webkit-animation-name: disco;
  -webkit-animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
}
body.disco .page > * {
  /* Selectors of things you want to fade out. Not applicable in this example. */
  -webkit-animation-name: fade-out;
  -webkit-animation-duration: 5.5s;
  opacity: 0;
}
body.disco .page {
  background: none;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes network-fade-in {
  0% {
    opacity: 0;
    top: -20px;
  }
  60% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes disco {
  0% {
    background: #000;
  }
  10% {
    background: #a00;
  }
  20% {
    background: #222;
  }
  30% {
    background: #333;
  }
  40% {
    background: #111;
  }
  50% {
    background: #000;
  }
  60% {
    background: #a00;
  }
  70% {
    background: #111;
  }
  80% {
    background: #222;
  }
  90% {
    background: #000;
  }
  100% {
    background: #333;
  }
}
@-webkit-keyframes disco2 {
  0% {
    background: #f95;
  }
  2% {
    background: #76c;
  }
  4% {
    background: #16f;
  }
  6% {
    background: #55a;
  }
  8% {
    background: #bea;
  }
  10% {
    background: #3ed;
  }
  12% {
    background: #d9e;
  }
  14% {
    background: #195;
  }
  16% {
    background: #d80;
  }
  18% {
    background: #3bc;
  }
  20% {
    background: #499;
  }
  22% {
    background: #439;
  }
  24% {
    background: #2c0;
  }
  26% {
    background: #859;
  }
  28% {
    background: #f26;
  }
  30% {
    background: #b6a;
  }
  32% {
    background: #e1d;
  }
  34% {
    background: #467;
  }
  36% {
    background: #7ac;
  }
  38% {
    background: #cb1;
  }
  40% {
    background: #be7;
  }
  42% {
    background: #f68;
  }
  44% {
    background: #e1e;
  }
  46% {
    background: #384;
  }
  48% {
    background: #a15;
  }
  50% {
    background: #ec0;
  }
  52% {
    background: #011;
  }
  54% {
    background: #20a;
  }
  56% {
    background: #b2c;
  }
  58% {
    background: #ada;
  }
  60% {
    background: #920;
  }
  62% {
    background: #5cc;
  }
  64% {
    background: #042;
  }
  66% {
    background: #998;
  }
  68% {
    background: #9db;
  }
  70% {
    background: #1e8;
  }
  72% {
    background: #5fa;
  }
  74% {
    background: #b6d;
  }
  76% {
    background: #4db;
  }
  78% {
    background: #c58;
  }
  80% {
    background: #194;
  }
  82% {
    background: #0ce;
  }
  84% {
    background: #2b7;
  }
  86% {
    background: #4ad;
  }
  88% {
    background: #cc4;
  }
  90% {
    background: #b65;
  }
  92% {
    background: #027;
  }
  94% {
    background: #71f;
  }
  96% {
    background: #d92;
  }
  98% {
    background: #b73;
  }
  100% {
    background: #575;
  }
}
#page-home #topNav {
  height: 70px;
  background-color: none;
  background-color: none !important;
  background-color: rgba(0, 0, 0, 0.5);
  /*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNSIgb2Zmc2V0PSIwLjkiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0.9, rgba(0, 0, 0, 0.5)),color-stop(1, rgba(0, 0, 0, 0)));
		background-image: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.5) 90%,rgba(0, 0, 0, 0) 100%);
		background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.5) 90%,rgba(0, 0, 0, 0) 100%);
		background-image: -ms-linear-gradient(top,rgba(0, 0, 0, 0.5) 95%,rgba(0, 0, 0, 0) 100%);*/
}
#page-default #topNav {
  background-color: rgba(0, 0, 0, 0.5);
}
#services {
  /*
	Services page
*/
}
#services img {
  border: 30px solid #323232;
  border-top: 0;
}
#services .service-top-border {
  border-top: 30px solid #323232;
}
@media only screen and (max-width: 768px) {
  #services img {
    border: 30px solid #323232;
    border-top: 30px solid #323232;
  }
}
#services h2 {
  margin-top: 50px;
}
#services h3 {
  margin-top: 20px;
}
@media only screen and (max-width: 1200px) {
  #services h2 {
    margin-top: 0;
  }
}
form #services .row {
  margin-bottom: 0;
}
.textillate-container {
  padding: 20px;
  /*background-color:rgba(0, 0, 0, 0.5);*/
}
.textillate-container .textillate {
  color: #ffffff;
  text-shadow: 1px 1px 3px #000000;
  margin-left: 0;
}
.textillate-container .textillate li {
  position: relative;
  left: -20px;
}
.careertitlebox {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 10px;
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
/*

	<a href="/journal/" class="btn-box btn-black btn-box-anim">
        <span class="cubecontainer">
            <span class="cubetop">Back to Journal</span>
			<span class="cubebottom">More Posts</span>
        </span>
    </a>

*/
a.btn-box {
  display: inline-block;
  margin: 5px 5px;
  width: 200px;
  height: 40px;
  position: relative;
  text-decoration: none;
  color: #e72728;
}
a.btn-box-anim .cubecontainer {
  transition: 0.4s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 20px;
  -moz-transform-origin: 0 20px;
  -ms-transform-origin: 0 20px;
  transform-origin: 0 20px;
  font-weight: 300;
  -webkit-transform: rotateX(0deg) translateZ(20px);
  -moz-transform: rotateX(0deg) translateZ(20px);
  -ms-transform: rotateX(0deg) translateZ(20px);
  transform: rotateX(0deg) translateZ(20px);
}
a.btn-box span {
  display: block;
  position: absolute;
  width: 198px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
a.btn-box.btn-black .cubetop {
  color: #111111;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
a.btn-box-anim .cubetop {
  font-weight: 300;
  background: none;
  -webkit-transform: rotateX(0deg) translateZ(20px);
  -moz-transform: rotateX(0deg) translateZ(20px);
  -ms-transform: rotateX(0deg) translateZ(20px);
  transform: rotateX(0deg) translateZ(20px);
}
a.btn-box span {
  display: block;
  position: absolute;
  width: 198px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
a.btn-box.btn-black .cubebottom {
  background: #111111;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
a.btn-box-anim .cubebottom {
  font-weight: 400;
  -webkit-transform: rotateX(90deg) translateZ(20px);
  -moz-transform: rotateX(90deg) translateZ(20px);
  -ms-transform: rotateX(90deg) translateZ(20px);
  transform: rotateX(90deg) translateZ(20px);
}
a.btn-box span {
  display: block;
  position: absolute;
  width: 198px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
.c,
.center {
  text-align: center;
}
.b,
.bold {
  font-weight: bold;
}
.i,
.italic {
  font-style: italic;
}
.r {
  text-align: right;
}
.l {
  text-align: left;
}
.img-right,
.image-right {
  float: right;
  margin-left: 15px;
}
.img-left,
.image-left {
  float: left ;
  margin-right: 15px;
}
.img-border {
  border: 1px solid black;
}
section #section-security-news {
  padding-top: 14px;
}
#sec-news h3 {
  font-size: 14pt;
}
#sec-news .sec-news-title {
  font-weight: 700;
  color: #969696;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  margin-bottom: 2px;
  padding: 3px;
  display: block;
  text-align: center;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
#sec-news .more-news {
  /*/*font-size: 16pt;*/
  float: left;
}
#sec-news .more-news.fa {
  color: #c8c8be;
  -moz-transition: transform 2s, color 2s;
  -o-transition: transform 2s, color 2s;
  -webkit-transition: -webkit-transform 2s, color 2s;
  transition: transform 2s, color 2s;
  margin-bottom: 5px;
  margin-right: 7px;
}
#sec-news .fa:hover {
  color: #c80000;
}
#sec-news .less-news {
  display: none;
}
#myModal1 {
  top: 10%;
  outline: none;
}
#myModal1 #qTitle .cyber-wes {
  color: #c80000;
  font-size: 20pt;
}
#section-security-news {
  /*background-color: rgba(0,0,0, 0.5);*/
  /*GRADIENT*/
  /*background-color: rgba(0, 0, 0, 0.48);*/
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjEwMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNSIgb2Zmc2V0PSIwLjkiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiIG9mZnNldD0iMSIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCN2c2dnKSIgLz48L3N2Zz4=);
  background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, color-stop(0.9, rgba(0, 0, 0, 0.5)), color-stop(1, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(bottom, #000000 90%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 90%, rgba(0, 0, 0, 0) 100%);
  color: white;
  padding-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  height: 70px;
  top: 580px;
  width: 100%;
}
#section-security-news .link-to-all {
  color: white;
  cursor: pointer;
}
#section-security-news .link-to-all :hover {
  color: red;
}
#section-alert {
  background-color: orangered;
  background-color: black;
  padding: 20px;
  margin-top: 1px;
  border-top: 10px dashed red;
  border-bottom: 10px dashed red;
  /*border-top: 0;
	border-bottom: 0;*/
}
#section-alert .fa {
  color: #af0000;
  text-shadow: 0px 0px 35px #ffffff;
}
#section-alert h1,
#section-alert h2,
#section-alert h2,
#section-alert h4,
#section-alert h5,
#section-alert h6 {
  color: white;
}
#section-alert p {
  color: white;
}