/**************************************************
CUSTOM CLASSES  
**************************************************/
    .outline {
    	border: 1px dashed red;
    }
    .outline2 {
    	border: 1px solid navy;
    }
    .no-padding {
    	padding: 0 !important;
    }
    .clear {
    	clear: both;
    }
    .vertical-center-items {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      -webkit-align-items: center;
    }
    .vertical-bottom-items {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: flex-end;
      -webkit-align-items: flex-end;
    }
    .ui-selectmenu-button {
    	vertical-align: middle;
    }
    .absolute-center {
    	position: absolute;
    	left: 50%;
    	top: 50%;
    	transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
    }
    .separator{
    	margin: 25px 0;
    }
    .aligncenter {
      display: block;
      margin: 0 auto;
    }
    img {
   	 max-width: 100%;
    }
    a,
    a:visited,
    a:link,
    a:hover,
    a:active {
        outline: medium none !important;
        text-decoration: none;
        transition: all .3s ease-in-out;
    }
    [class^="col"]{
      transition: margin-left .3s ease-in-out, 
                  margin-right .3s ease-in-out;
    }
    div  {
      outline:0;
    }


body {
    font-family: "ProximaNova-Regular";

    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    text-rendering: auto;

    -webkit-font-smoothing: antialiased;
}
body.admin-bar{
	margin:30px 0 0 0;
}
.admin-bar header{
	top:30px;
}
nav ul {
  list-style: none;
  margin: 0;
}
nav li {
  display: inline-block;
}
.row.small-header-menu {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 7px 0;
}
.small-header-menu li {
  margin-left: 30px;
}
.small-header-menu nav,
.main-header nav {
  padding-right: 0;
}
.small-header-menu a {
  color: #2e3067;
}
.small-header-menu a:hover {
    color: #0AABDF;
}
.small-header-menu #shop-link:before,
.main-header .search-form:before {
  /*content: url("/wp-content/themes/controlscan/img/vertical-rule-line-blue.png");*/
  left: 40%;
  margin-right: 20px;
  position: absolute;
  top: 2px;
}
.main-header .search-form:before {
 /*content: url("/wp-content/themes/controlscan/img/vertical-rule-line-white.png");*/
}
#shop-link i {
  font-size: 20px;
}
.main-header {
  /*transition: background-color 1s;*/
  z-index: 1;
  padding-bottom: 20px;
}
.main-header a {
  color: #fff;
}
.main-header .menu > li > a {
  font-family: "ProximaNova-Bold";
}
.main-header .menu > li:hover > a{
    color: #2E3067;
}
.main-header .menu > li > .sub-menu {
    display: none;
}
.main-header .menu > li > .sub-menu {
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 30px 49px;
  position: absolute;
  left: 0;
  /*top: 59px;*/
  top: 79px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:    0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow:         0px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
.is-sticky.main-header .search-form:before {
  content: '';
}
.main-header .menu > li {
  margin-left: 50px;
  border-top: 2px solid transparent;
  border-bottom: 3px solid transparent;
  padding-top: 34px;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.main-header .menu > li:hover {
  border-bottom-color: #2E3067;
}
.main-header .current-menu-item,
.main-header .current-menu-ancestor {
  border-top-color: #2e3067 !important;
}
.main-header .current-menu-item > a,
.main-header .current-menu-ancestor > a{
  color: #2e3067;
}
.sub-menu.col-3 > li {
  float: left;
  margin-right: 5%;
  text-align: left;
  width: 30%;
}
.sub-menu.col-3 > li:last-child{
  margin-right: 0;
}
.sub-menu.col-2 > li {
  float: left;
  margin-right: 5%;
  text-align: left;
  width: 47.5%;
}
.sub-menu.col-2 > li:last-child{
  margin-right: 0;
}
.sub-menu.col-4 > li {
  float: left;
  margin-right: 2%;
  text-align: left;
  width: 23%;
}
.sub-menu.col-4 > li:last-child {
  margin-right: 0;
}
.main-header .menu > li > ul > li > a {
  font-family: "ProximaNova-Bold";
  border-bottom: 1px solid #2e3067;
  color: #2e3067;
  display: block;
  margin-bottom: 12px;
  padding: 0 0 10px;
}
.safari .main-header .menu > li > ul > li > a {
  letter-spacing: -1px;
}
.main-header .menu > li > ul > li > ul {
  padding: 0;
}
.main-header .menu > li > ul > li > ul li > a {
  color: #808080;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  padding-bottom: 7px;
  text-transform: none;
}
.main-header .menu > li > ul > li > ul li:hover > a,
#menu-footer-menu li:hover a {
  color: #2e3067;
}
.main-header .menu > li > ul > li > ul > li > ul {
  padding-left: 20px;
}
.main-header .menu > li > ul > li > ul > li > ul > li {
  width: 100%;
}
.main-header .menu > li > ul > li > ul > li > ul > li:before {
  color: #808080;
  content: "\f04b";
  float: left;
  font-family: FontAwesome;
  font-size: 8px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.col-4 > li:nth-child(2n-1) > a {
  width: 110%;
}
.col-4 > li:nth-child(n+3) > a {
  color: #0AABDF !important;
  border-bottom-color: #0AABDF !important;
}
.sub-menu > li {
  width: 100%;
}
.main-header .menu > li:nth-child(4) > ul > li > ul > li {
  width: 50%;
  float: left;
}
.main-header .search-form {
  font-size: 20px;
}
.search button {
  display: none;
}
.search-input {
  background-color: #2d2f67;
  border: 0 none;
  border-radius: 5px;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
}
.search .input-group {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(255, 255, 255, 0.5);
  -moz-box-shadow:    0px 0px 4px 0px rgba(255, 255, 255, 0.5);
  box-shadow:         0px 0px 4px 0px rgba(255, 255, 255, 0.5);
}
.main-header .menu {
  padding: 0;
}
::-webkit-input-placeholder { opacity: 1; color: #fff !important;}
:-moz-placeholder { opacity: 1; color: #fff !important;}
::-moz-placeholder { opacity: 1; color: #fff !important;}
:-ms-input-placeholder { opacity: 1; color: #fff !important;}

.main-header .search .input-group-addon {
  background-color: #2d2f67;
  border: 0 none;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 14px;
}
.form-control:focus {
  border-color: none;
  box-shadow: none;
}
.main-header .search {
  position: absolute;
  top: -6px;
  right: 0;
  display: none;
  opacity: 0;
  width: 50%;
}
.main-header .menu > li:first-child {
  margin-left: 0;
}
footer .social-icons .fa-stack {
  border: 1px solid #fff;
  border-radius: 99px;
  color: #fff;
  margin: 0 22px;
}
.social-icons .fa-stack:hover {
  margin-top: -10px;
}
footer .social-icons {
  background-color: #2e3067;
  padding: 25px 0;
  margin-bottom: 27px;
}
footer .breadcrumb {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  margin: 0;
  padding: 0;
}
footer .breadcrumb > li + li:before {
  color: inherit;
  content: "\007C";
}
footer .copyright,
footer .copyright a{
  color: #939598;
}
footer .copyright{
  margin-bottom: 33px;
}
.ip-address {
  margin-bottom: 43px;
  color: #2E3067;
  font-weight: bold;
}
#ip {
  color: #939598;
  font-weight: normal;
}
.ip-address .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.is-sticky {
  background-color: rgba(255, 255, 255, 0.93);
  left: 0;
  margin: 0 auto;
  position: fixed;
  /*top: -100px;*/
  top: 0px;
  width: 100%;
}
.is-sticky a {
  color: #939598;
}
.single-page-banner {
  color: #fff;
  z-index: 0;
  background-repeat: repeat;
  height: 100%;
}
.single-page-banner .container {
  position: relative;
padding-top: 40px;
}
.single-page-banner h1 {
  font-family: "ProximaNova-Semibold";
  font-size: 45px;
  bottom: 39px;
}
.single-page-banner h2 {
  font-family: "ProximaNova-Light";
  font-size: 32px;
  bottom: 39px;
}
.single-post-banner {
  color: #fff;
  z-index: 0;
  background-repeat: repeat;
  background-image: url("/wp-content/themes/controlscan/img/single-post-banner.png");
  height: 400px;
}
.single-post-banner .container {
  position: relative;
top: 40%;
padding-top:60px;
}
.single-post-banner h1 {
  font-family: "ProximaNova-Semibold";
  font-size: 60px;
  bottom: 50px;
}
.page-banner{
  color: #fff;
  text-align: center;
  z-index: 0;
  background-position: center center;
  background-size: cover;
}
.page-banner h1{
  font-family: "ProximaNova-Semibold";
}
.page-banner h2{
  font-family: "ProximaNova-Light";
}
.level-1 {
  height: 700px;
}
.level-1 h1{
  font-size: 70px;
}
.level-1 h2{
  font-size: 26px;
}
.level-2 {
  height: 500px;
}
.level-2 h1{
  font-size: 60px;
}
.page-banner.level-2 .container {
  padding-top: 50px;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 21;
}
.btn {
  font-size: 16px;
  padding: 10px 20px;
}
.btn-default {
  background: none;
  color: #fff;
  border-color: #f2f2f5;
}
.btn-primary {
  background-color: transparent;
  border-color: #939598;
  color: #939598;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.btn-animate:after {
  content: "\f0da";
  font-family: "FontAwesome";
  position: relative;
  right: 10%;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.btn-animate:hover:after{
  right: -10%;
  opacity: 1;
}
.btn-animate:hover {
  background: none;
}
.info-request-form {
  font-family: "ProximaNova-Light";
  font-size: 32px;
  padding: 35px 0;
  text-align: center;
  color: #fff;
  background-color: #2E3067;
}
.info-request-form span {
  margin-right: 20px;
}

.contact-us-bar {
  font-family: "ProximaNova-Light";
  font-size: 30px;
  padding: 45px 0;
  text-align: center;
  color: #2e3067;
  background-color: #feb432;
}
.contact-us-bar span {
  margin-right: 30px;
}

.breadcrumb {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: initial;
  margin: 0;
}
.breadcrumb a{
  color: #4f619e;
}
.breadcrumb > .active {
  color: #808080;
}
.post-box-container{
  margin-bottom: 30px;
}

.post-box {
  border: 1px solid #000;
  padding: 45px 10px 30px;
  text-align: center;
  background-color: #fff;
}
.post-box .icon {
  font-size: 50px;
}
.post-box .format {
  font-family: "ProximaNova-Semibold";
  margin: 8px 0;
  text-transform: uppercase;
}
.post-box .format:before,
.post-box .format:after {
  border-top: 1px solid #000;
  content: "";
  display: inline-block;
  margin: 0 10px;
  vertical-align: super;
  width: 28px;
}
.post-box-container:hover .box-post-title{
  color: #23527c;
}
.box-post-title{
  display: block;
  font-size: 23px;
  font-family: "ProximaNova-Light";
  color: #666666;
  height: 140px;
  overflow: hidden;
}
.box-post-category {
  color: #959595;
  margin-top: 26px;
  padding: 0;
  min-height: 60px;
}
.box-post-category li {
  display: inline-block;
  list-style: none;
}
.box-post-category li:after {
  content: "|";
  margin: 0 5px;
}
.box-post-category li:last-child:after{
  content: none;
}


.post-box.case-study,
.post-box.case-study .format:before,
.post-box.case-study .format:after {
  border-color: #008cab;
}
.post-box.case-study .icon,
.post-box.case-study .format{
  color: #008cab;
}

.post-box.data-sheet,
.post-box.data-sheet .format:before,
.post-box.data-sheet .format:after {
  border-color: #6d55a1;
}
.post-box.data-sheet .icon,
.post-box.data-sheet .format{
  color: #6d55a1;
}

.post-box.webinar,
.post-box.webinar .format:before,
.post-box.webinar .format:after {
  border-color: #feb432;
}
.post-box.webinar .icon,
.post-box.webinar .format{
  color: #feb432;
}

.post-box.white-paper,
.post-box.white-paper .format:before,
.post-box.white-paper .format:after {
  border-color: #f3605c;
}
.post-box.white-paper .icon,
.post-box.white-paper .format{
  color: #f3605c;
}

.post-box.podcast,
.post-box.podcast .format:before,
.post-box.podcast .format:after {
  border-color: #69aa57;
}
.post-box.podcast .icon,
.post-box.podcast .format{
  color: #69aa57;
}

.post-box.infographic,
.post-box.infographic .format:before,
.post-box.infographic .format:after {
  border-color: #0aabdf;
}
.post-box.infographic .icon,
.post-box.infographic .format{
  color: #0aabdf;
}

.post-box.video,
.post-box.video .format:before,
.post-box.video .format:after {
  border-color: #939598;
}
.post-box.video .icon,
.post-box.video .format{
  color: #939598;
}

.knowledge-center-filters {
  padding-top: 53px;
  padding-bottom: 27px;
}
.knowledge-center-filters .ui-state-default{
  font-family: "ProximaNova-Bold";
  font-size: 18px;
  color: #2e3067;
  border: none;
  background: none;
  width: auto !important;
  margin-right: 40px;
  overflow: visible;
}

.knowledge-center-filters label {
  font-family: "ProximaNova-Regular";
  margin-right: 42px;
  color: #808080;
  font-weight: normal;
  font-size: 18px;
}
.knowledge-center-filters span.ui-icon:after {
  content: "\f0d7";
  font-family: "FontAwesome";
}
.knowledge-center-filters span.ui-icon {
  background-image: none;
  margin-top: 4px;
  position: absolute;
  right: 16px;
  text-indent: 0;
  top: 3px;
}
.ui-selectmenu-button {
  position: relative;
}
.ui-state-hover {
  cursor: pointer;
}
.knowledge-center-filters .ui-selectmenu-text:after {
  content: "|";
  font-family: "ProximaNova-Regular";
  pointer-events: none;
  position: absolute;
  right: -23px;
  top: 9px;
}
.knowledge-center-filters .ui-selectmenu-button:last-child .ui-selectmenu-text:after{
  content: "";
}
.ui-selectmenu-menu {
  display: none;
}
.ui-selectmenu-open {
  display:block;
}

.grey-bg-section {
  background-color: #EEEEEE;
  border-top: 1px solid #939598;
  border-bottom: 1px solid #939598;
}
.knowledge-center-isotope.grey-bg-section {
  padding-top: 44px;
  padding-bottom: 139px;
}
.industry-sources-promote {
  padding-top: 86px;
  padding-bottom: 25px;
  font-size: 18px;
  color: #808080;
}
h3 {
  font-family: "ProximaNova-Semibold";
  font-size: 36px;
  color: #4f619e;
  margin-bottom: 18px;
}
.industry-sources-promote .sources-description {
  margin-bottom: 30px;
}
.industry-sources-promote h4 {
  font-family: "ProximaNova-Light";
  font-size: 26px;
  color: #2e3067;
}
.industry-sources-promote .blog-description {
  margin-bottom: 29px;
}
.industry-sources-promote .a-blog {
  margin-top: 43px;
}
.industry-sources-promote .blog-link{
  padding-bottom: 43px;
  border-bottom: 1px solid #939598;
}
.industry-sources-promote .blog-link:last-child{
  border-bottom: none;
}
.btn-grey {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-color: #c9cacc;
  color: #939598;
}
h4 {
  color: #2e3067;
  font-family: "ProximaNova-Light";
  font-size: 26px;
  padding-top: 15px;
  padding-bottom: 25px;
}
.h3-h4-section {
  margin-bottom: 78px;
}
.h3-h4-section {
  color: #808080;
  font-size: 18px;
  line-height: 28px;
}
.h3-h4-section h3,
.h3-h4-section h4{
  margin: 34px 0;
}
.h3-h4-section li {
  margin: 20px 0;
}

.need-to-secure {
  font-family: "ProximaNova-Semibold";
  overflow: hidden;
  margin-bottom: 60px;
}
.need-to-secure>.container>.row>[class^='col'] {
  margin-bottom: -51px;
  padding-top: 36px;
}
.need-to-secure .icon {
  margin-bottom: 24px;
  margin-top: 51px;
  transition: all 0.3s ease-in-out ;
}
.need-to-secure .desc {
  display: block;
  font-size: 30px;
  margin-bottom: -10px;
}
.need-to-secure .item {
  display: block;
  font-size: 44px;
  margin-bottom: 20px;
  /*min-height: 124px;*/
  overflow: hidden;
  min-height: 80px;
  line-height: 38px;
}
.need-to-secure .btn-green {
  padding: 24px 0;
  position: relative;
  bottom: -94px;
  transition: all .3s ease-in-out;
}
.need-to-secure>.container>.row>[class^='col']:hover {
  /*margin-bottom: 0;*/
}
.need-to-secure>.container>.row>[class^='col']:hover .icon{
  margin-top: 0;
}
.need-to-secure>.container>.row>[class^='col']:hover .btn-green{
  bottom: 0;
}
.certifications-section {
  border-top: 1px solid #939598;
  padding-top: 72px;
  padding-bottom: 54px;
}
.widget_certifications-small img{
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  opacity: 0.5;
}
.related-posts {
  background-position: center center;
  background-size: cover;
  padding-bottom: 106px;
  padding-top: 106px;
}
.related-post {
  display: block;
  background-color: #ffffff;
  padding: 20px 25px 12px;
}
.related-post time {
  text-transform: uppercase;
  color: #656565;
  margin-bottom: 6px;
}
.related-post-type > div {
  width: 50%;
  padding-left: 25px;
  color: #ffffff;
  height: 48px;
  float: left;
}
.related-post-type .format{
  font-family: "ProximaNova-Semibold";
  text-transform: uppercase;
}
.so-widget-related-posts .post-box-container {
  transition: all .3s ease-in-out;
  top: 0;
}
.so-widget-related-posts .post-box-container:hover {
  top: -20px;
}

.related-post-type.case-study .icon {
  background-color: #4dafc4;
}
.related-post-type.case-study .format {
  background-color: #008cab;
}
.related-post-type.data-sheet .icon {
  background-color: #9988bd;
}
.related-post-type.data-sheet .format {
  background-color: #6d55a1;
}
.related-post-type.webinar .icon {
  background-color: #fecb70;
}
.related-post-type.webinar .format {
  background-color: #feb432;
}
.related-post-type.white-paper .icon {
  background-color: #f2aaa7;
}
.related-post-type.white-paper .format {
  background-color: #f3605c;
}
.related-post-type.podcast .icon {
  background-color: #91ab8a;
}
.related-post-type.podcast .format {
  background-color: #69aa57;
}
.related-post-type.infographic .icon {
  background-color: #4bb9de;
}
.related-post-type.infographic .format {
  background-color: #0aabdf;
}
.related-post-type.video .icon {
  background-color: #dfe1e5;
}
.related-post-type.video .format {
  background-color: #939598;
}

.simple-paragraph {
  font-size: 18px;
  color: #808080;
  margin-top: 34px;
  margin-bottom: 30px;
  word-break: break-word;
}
.single-blog .simple-paragraph p a {
  text-decoration:underline;
}
.page .simple-paragraph p a {
  text-decoration:underline;
}
.page-healthcare .simple-paragraph p a {
  text-decoration:underline;
}
.service-sm-info {
  padding-top: 174px;
  padding-bottom: 20px;
  background-position: center center;
  background-repeat: repeat;
}
.service-sm-info h2 {
  font-family: "ProximaNova-Semibold";
  font-size: 44px;
  margin: 0;
  text-align: right;
}
.service-sm-info p {
  padding-left: 20px;
  border-left: 1px solid white;
  font-size: 18px;
  margin: 0;
}
.service-sm-info .row:nth-child(1){
  margin-bottom: 31px;
}
.service-sm-info .btn {
  margin: 0 5px;
}
.service-sm-info .row:nth-child(2){
  margin-bottom: 67px;
}

.single-post-title h2{
  font-size: 40px;
  color: #808080;
  line-height: 40px;
}
.single-post-title {
  margin-top: 20px;
  margin-bottom: 11px;
}

.single-post-meta {
  margin-bottom: 32px;
}
.single-post-meta span.meta {
  color: #808080;
  font-size: 18px;
  position: relative;
  top: 10px;
}
.single-post-meta span:not(:last-of-type):after {
  content: "|";
  margin-left: 15px;
  margin-right: 15px;
}

.post-type-decoration{
  padding-top: 0px;
  padding-bottom: 5px;
  border-top: 1px solid #ffeccc;
  border-bottom: 1px solid #939598;
}
.post-type-decoration span{
  font-family: "ProximaNova-Semibold";
  font-size: 24px;
  color: #FFFFFF;
  vertical-align: middle;
}
.post-type-decoration img{
  margin-right: 10px;
padding:20px;
}
.post-type-decoration.case-study {
  background-color: #008cab;
}
.post-type-decoration.data-sheet {
  background-color: #6d55a1;
}
.post-type-decoration.webinar {
  background-color: #feb432;
}
.post-type-decoration.white-paper {
  background-color: #caa;
}
.post-type-decoration.podcast {
  background-color: #69aa57;
}
.post-type-decoration.infographic {
  background-color: #0aabdf;
}
.post-type-decoration.video {
  background-color: #939598;
}

.single-post-content {
  font-size: 18px;
  color: #808080;
}
.addthis-toolbox {
  margin: 90px 0 110px;
}
.panel {
  background-color: #fff;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 !important;
}

.certifications-main {
  border-top: 1px solid #ddd;
}
.certifications-main .certification {
  padding-top: 51px;
  padding-bottom: 53px;
}
.certifications-main .certification:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.knowledge-center-isotope a {
  transition: none;
}

.file-link {
  margin-top: -50px;
}
.file-link .type {
  padding: 25px 50px;
  font-family: "ProximaNova-Semibold";
  color: #fff;
  font-size: 18px;
}
.file-link .type img{
  margin-right: 10px;
}
.file-link .row {
  border: 1px solid #929497;
}
.file-link .row {
  border-right: none;
}
.file-link .title {
  font-family: "ProximaNova-Light";
  font-size: 26px;
  color: #808080;
}

.callout-box {
  font-family: "ProximaNova-Light";
  font-size: 38px;
  color: #ffffff;
  padding: 40px 0;
}

.certifications-purchase .title {
  background-color: #2E3067;
  padding-top: 33px;
  padding-bottom: 33px;
  font-family: "ProximaNova-Light";
  font-size: 26px;
  color: #ffffff;
}
.certifications-purchase .fa-stack-1x {
  color: #808080;
  border: 1px solid #808080;
  border-radius: 100px;
}
.certifications-purchase .certification,
.certifications-purchase .purchase-link
 {
  padding-top: 31px;
  padding-bottom: 31px;
}
.certifications-purchase .container > .row:not(:last-child) {
 border-bottom: 1px solid #939598;
}
.certifications-purchase .name {
  font-size: 18px;
  color: #2E3067;
  margin-left: 20px;
  vertical-align: middle;
}
.certifications-purchase .btn-default {
  border-color: #939598;
  color: #939598;
}
.certifications-purchase .legend {
  font-size: 18px;
  color: #808080;
  line-height: 26px;
  margin-bottom: 92px;
}

.press-releases .head {
  padding-bottom: 33px;
  border-bottom: 1px solid #929497;
}
.press-releases .contact-info {
  list-style: outside none none;
  padding: 0;
}
.press-releases .contact-info li {
  float: left;
}
.press-releases .contact-info li:not(:last-child):after {
  content: "|";
  padding-left: 11px;
  margin-right: 11px;
}
.press-releases .contact-info li,
.press-releases .contact-info a {
  color: #808080;
  font-size: 18px;
}

.our-team-container .og-expanded a {
  pointer-events: none;
}

.about-top-div {
  width: 100%;
  height: 850px;
  background: #272727;
}
.team-order-by {
  border-top: 1px solid #939598;
  border-bottom: 1px solid #939598;
  line-height: 26px;
  font-family: "ProximaNova-Regular";
  color: #808080;
  font-weight: normal;
  font-size: 18px;
  padding: 24px 0;
}
.team-order-by label {
  font-weight: normal;
}
.team-order-by .ui.dropdown > .text {
  color: #2e3067;
  font-weight: bold;
  text-transform: uppercase;
}
.team-order-by .ui.dropdown {
  margin-left: 10px;
}

ul.our-team-container li a {
  overflow: hidden;
}
ul.our-team-container li a .caption {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
}
.caption-text span {
  margin: 0;
  padding: 0;
}
ul.our-team-container li a img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ul.our-team-container a:hover img {
  opacity: 1;
  transform: scale(1.15,1.15);
  -webkit-transform: scale(1.15,1.15);
  -moz-transform: scale(1.15,1.15);
  -ms-transform: scale(1.15,1.15);
  -o-transform: scale(1.15,1.15);
}
ul.our-team-container a:hover .caption {
  opacity: 1;
}
span.member-name {
  width: 100%;
  text-align: center;
  float: left;
  font-size: 26px;
  color: #fff;
  line-height: 30px;
  font-family: "ProximaNova-Semibold";
}
span.member-pos {
  color: #d7dd3d;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-family: "ProximaNova-Regular";
}
.caption-text {
  padding-top: 35%;
}
span.team-plus-icon img {
  width: initial !important;
  width: auto !important;
  display: inline-block !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}
span.text-center.team-plus-icon {
  width: 100%;
  float: left;
  margin-top: 21px;
}

.team-member-details {
  display: none;
  position: relative;
  padding-top: 100px;
  padding-bottom: 77px;
  font-size: 18px;
  color: #808080;
}
.team-member-details h4{
  font-size: 26px;
}
.team-member-details .name {
  font-family: "ProximaNova-Semibold";
  color: #2e3067;
}
.team-member-details .position:before {
  content: "|";
  margin: 0 10px;
}
.team-member-details .position {
  color: #4f619e;
}
.team-member-details .close {
  margin-top: -60px;
}


/*** CONTACT US PAGE ***/
.contact-top-div {
width: 100%;
height: 500px;
background: #272727;
}
.contactUs-title h2 {
color: #4f619e;
font-size: 44px;
line-height: 54px;
font-family: "ProximaNova-Semibold";
margin: 0;
padding: 23px 0;
}
.contactUs-subtitle {
background: #69aa57;
}
.contactUs-subtitle h3 {
font-size: 44px;
line-height: 54px;
color: #fff;
font-family: "ProximaNova-Semibold";
margin: 0;
padding: 23px 0;
}
.support-row {
padding-top: 35px;
padding-bottom: 35px;
margin: 0;
}
.support-row:not(:last-child) {
border-bottom: 1px solid #939598;
}
span.support-big-text {
font-size: 26px;
color: #2e3067;
font-family: "ProximaNova-Light";
}
.support-small-text {
font-size: 18px;
color: #808080;
line-height: 26px;
}
.sales-inquiries .support-row:last-child {
border-bottom: 1px solid #939598;
}

/*** FORMS CSS ***/
.cs-form {
padding-top: 20px;
}
.cs-form table {
width: 100%;
}
.cs-form table tbody tr td {
width: 100%;
float: left;
color: #808080;
}
.cs-form table tbody tr td input, .cs-form table tbody tr td select, .cs-form table tbody tr td textarea {
width: 100%;
clear: both;
border: 1px solid #dddedf;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 15px;
color: #242424;
line-height: 30px;
padding:5px;
}
.cs-form table tbody tr td div div div:not(.checkbox_wrap) {
font-size: 17px;
line-height: 26px;
padding-top: 15px;
font-family: "ProximaNova-Regular";
padding-bottom: 10px;
padding-left: 5px;
color:#2e3067;
}
.cs-form table tbody tr td input[type="submit"] {
float:right;
border: 1px solid #a1a2a5;
background: #2e3067;
max-width:150px;
width: 100%;
font-size: 15px;
color: #fff;
line-height: 25px;
margin-top:70px;
margin-bottom:10px;
font-family: "ProximaNova-Regular";
}
.cs-form table tbody tr td input[type="submit"]:hover {
background: #e4e4e5;
border: 1px solid #95979a;  
color: #939598;
}
.cs-form table tbody tr td select {
height: 45px;
}
.cs-form-recaptcha {
  float: left;
  margin-top: -60px;
  width: 133px;
}
.capcha-validation {
color: red;
font-weight: normal;
font-size: 16px;
padding: 5px 0;
display: none;
}
textarea, input, select { outline: none; }
.cs-form table tbody tr td input:focus, .cs-form table tbody tr td textarea:focus, .cs-form table tbody tr td select:focus {
border: 1px solid #8889a7;
}

/*** CONTACT MAP ***/
#contact_map {
width: 100%;
height: 550px;
}
.contact-map-container {
position: relative;
}
.contact-map-info {
pointer-events: none;
position: absolute;
left: 0;
width: 100%;
top: 29%;
background: -webkit-gradient(linear, left top, right top, color-stop(40%,rgba(255, 255, 255, 0.9)), color-stop(40%,rgba(255, 255, 255, 0)));
background: -moz-linear-gradient(left center, #F00 40%, #00F 40%);
background: -o-linear-gradient(left, #F00 40%, #00F 40%);
background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 33%, rgba(255, 255, 255, 0) 33%);
padding-top: 40px;
padding-bottom: 40px;
}
.contact-map-info span, .contact-map-info a {
font-size: 18px;
line-height: 26px;
color: #2e3067;
}
.contact-map-info a {
  pointer-events: initial;
}
.contact-map-info span.contact-info-title {
font-size: 26px;
margin-bottom: 5px;
width: 100%;
float: left;
}
.contact-map-info p {
margin: 0;
font-size: 18px;
color: #808080;
line-height: 26px;
font-family: "ProximaNova-Light";
padding-bottom: 15px;
}
.contact-map-info a:hover {
text-decoration: underline;
}

.knowledge-center-filters .ui.dropdown{
  font-family: "ProximaNova-Bold";
  font-size: 18px;
  color: #2e3067;
}

.knowledge-center-filters .ui.dropdown {
margin-right: 25px;
}

.certification p {
  color: #808080;
  font-size: 18px;
}

/*** PARTNER PROGRAMS ***/
.partner-program-body {
  background-image: url("/wp-content/themes/controlscan/img/partner-program-bg.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 95px;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}
.partner-program-body h2 {
  margin: 0;
  padding: 0 0 30px 0;
  font-size: 40px;
  line-height: 50px;
  font-family: "ProximaNova-Semibold";
}
.partner-program-body hr {
  margin: 50px 0;
}
.partner-program-body h3 {
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  font-family: "ProximaNova-Semibold";
  margin: 35px 0;
  padding: 0;
}
.partner-program-boxes p {
  text-align: left;
}
.partner-program-boxes img:first-child {
  max-height: 86px;
}
.partner-program-boxes p {
  text-align: left;
  min-height: 175px;
}
.partner-program-bottom a.btn {
  float: right;
}
p {
  margin: 0 0 25px;
}

/*** HOME PAGE - INDUSTRIES WE SERVE SECTION ***/
.industries-we-serve {
  background: #2e3067;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.industries-we-serve h2 {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 44px;
  line-height: normal;
  font-family: "ProximaNova-Semibold";
}
.industries-we-serve ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.industries-we-serve ul li {
  display: inline-block;
  font-size: 20px;
  margin-right: 62px;
  position: relative;
  transition: all .3s ease-in-out;
  margin-bottom: 5px;
}
.industries-we-serve ul li:before {
  content: "";
  position: absolute;
  right: -31px;
  top: 3px;
  width: 1px;
  height: 24px;
  background-image: url("/wp-content/themes/controlscan/img/vertical-rule-line-white.png");
}
.industries-we-serve ul li:last-child:before {
  display: none;
}
.industries-we-serve ul li:last-child {
  margin-right: 0;
}
.industries-we-serve li a:hover {
  color: #0aabdf;
}

/*** HOME PAGE - COUNTERS SECTIONS ***/
.counters-section {
  background: #f4f4f5;
  padding-top: 100px;
  padding-bottom: 80px;
  border-bottom: 1px solid #939598;
}
.counter-nr {
  font-size: 70px;
  line-height: 72px;
  font-family: "ProximaNova-Light";
  color: #4f619e;
}
.counter-details {
  font-size: 18px;
  line-height: 24px;
  color: #808080;
  font-family: "ProximaNova-Semibold";
}

/*** HOME PAGE - SLIDER SECTION ***/
.homePage-slider-body {
  background-image: url("/wp-content/themes/controlscan/img/home-slider-bg.png");
  padding-top: 90px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-size: cover;
}
.homePage-slider {
  padding: 0 70px;
}
.slider-title span {
  margin: 0;
  padding: 0;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 47px;
  color: #c1c3c5;
}
.slider-title span.active {
  color: #2e3067;
}
.slider-title {
  margin-bottom: 55px;
}
.homePage-slider ul li {
  color: #2e3067;
  font-size: 26px;
  font-family: "ProximaNova-Light";
}
.homePage-slider ul li strong {
  font-family: "ProximaNova-Semibold";
}

/*** ABOUT PAGE - QUICK LINKS SECTION ***/
.quick-links-body {
  background: #f4f4f5;
  border-top: 1px solid #939598;
  padding-top: 111px;
  padding-bottom: 111px;
}
.quick-box {
  width: 20%;
  float: left;
}
.quick-title {
  font-size: 30px;
  line-height: 40px;
  color: #2e3067;
  font-family: "ProximaNova-Semibold";
  margin-top: 30px;
  transition: all .3s ease-in-out;
}
.quick-box-icon {
  min-height: 76px;
}
.quick-box-icon img {
  margin: 0 auto;
  float: none;
  transition: all .3s ease-in-out;
}
.quick-box-wrap .quick-box:hover img {
  margin-top: -15px;
}
.quick-box-wrap .quick-box:hover .quick-title {
  color: #0aabdf;
}

/*** HOME PAGE - OUR MISSION SECTION ***/
.our-mission-body {
  padding-top: 110px;
  padding-bottom: 110px;
  background-image: url("/wp-content/themes/controlscan/img/our-mission-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.our-mission-body h3 {
  margin: 0 0 30px 0;
  padding: 0;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
}
.our-mission-body p {
  color: #fff;
  font-size: 26px;
  font-family: "ProximaNova-Light";
  margin: 0;
  line-height: normal;
}
.our-mission-slider {
  position: relative;
  color: #fff;
  height: auto;
  width: 100%;
  float: left;
  margin-top: 60px;
  min-height: 450px;
}
.our-mission-slider .flex-control-nav {
  width: auto;
  position: absolute;
  margin-top: 0;
  bottom: 80px;
  right: 15px;
  z-index: 9999;
}
.our-mission-slider .flex-direction-nav a {
  top: inherit; 
  bottom: 91px;
  width: 8px;
  height: 9px;
}
.our-mission-slider .flex-direction-nav .flex-prev {
  background: url("/wp-content/themes/controlscan/img/our-mission-left-arrow.png") center no-repeat;
  left: inherit;
  right: 180px;
}
.our-mission-slider .flex-direction-nav .flex-next {
  background: url("/wp-content/themes/controlscan/img/our-mission-right-arrow.png") center no-repeat;
  right: 0;
}
.our-mission-slider .flex-control-paging li a {
  background: #FFFFFF;
}
.our-mission-slider .flex-control-nav li {
  margin: 0 15px;
}
.our-mission-slide-title {
  margin-top: 125px;
  font-size: 40px;
  line-height: 32px;
  margin-bottom: 25px;
  font-family: "ProximaNova-Semibold";
}
.slider-right-content ul {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
}
.slider-right-content ul li {
  display: block;
  background-image: url("/wp-content/themes/controlscan/img/our-mission-plus.png");
  background-repeat: no-repeat;
  background-position: left top 8px;
  padding-left: 15px;
}
.our-mission-buttons {
  z-index: 9999;
  position: absolute;
  right: 0;
  bottom: 0;
}
.our-mission-buttons a {
  margin-left: 10px;
}

/*** PRESS RELEASES PAGE ***/
.press-releases h4 {
  margin: 0;
  padding: 0;
}
.press-releases-row {
  padding-top: 45px;
  padding-bottom: 25px;
  margin: 0;
  font-size: 18px;
  color: #808080;
  line-height: 26px;
}
.press-releases-row:not(:last-child) {
   border-bottom: 1px solid #939598;
}
.press-day {
  font-size: 70px;
  color: #2e3067;
  line-height: 50px;
  font-family: "ProximaNova-Semibold";
  margin-bottom: 10px;
}
.backToTop-row {
  clear: both;
  margin-top: 20px;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
a.backToTop {
  font-size: 14px;
  line-height: 26px;
  color: #808080;
  position: relative;
}
a.backToTop:hover {
  text-decoration: underline;
}
a.backToTop:before {
  width: 24px;
  height: 11px;
  content: "";
  background: url("/wp-content/themes/controlscan/img/backToTop.png") top center no-repeat;
  position: absolute;
  top: -17px;
  left: 25px;
}
.info-request-form-form,
.single-post-meta .get-form {
  display: none;
}
.info-request-form-form .close {
  font-style: normal;
  margin-top: 25px;
}
.mobileIcon {
  width: 50px;
  height: 44px;
  background: white;
  z-index: 9999;
  position: absolute;
  right: 0;
  border-left: 1px solid #ccc;
  cursor: pointer;
}
.mobileIcon:after {
  position: absolute;
  top: 0;
  speak: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  color: #fff;
  font-size: 33px;
  line-height: 43px;
  color: #737373;
  right: 19px;
}
li.dl-subviewopen > .mobileIcon:first-child {
  display: none;
}
li.dl-subview > .mobileIcon:first-child {
   display: none;
}
.service-sm-info .fa-angle-down {
  display: none;
}
.ui.dropdown .menu > .item {
  font-size: 14px !important;
  font-family: "ProximaNova-Regular";
}

/*** SEARCH PAGE ***/
.search.search-results button.dl-trigger {
  display: block;
}
.post-row:not(:last-child) {
  border-bottom: 1px solid #939598;
}
.post-row {
  padding: 15px 0;
}
.post-row h2 {
  margin: 0;
}
.post-row h2 a {
  color: #4f619e;
  font-size: 26px;
}
.post-row h2 a:hover {
  color: #232B47;
}
.post-row span.post-date {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #808080;
}
.search-pagination .pagination a.page-numbers, .search-pagination .pagination span.page-numbers.current {
  font-size: 16px;
  padding: 0 5px;
  color: #4f619e;
  font-weight: 600;
}
.search-pagination .pagination span.page-numbers.current {
  color: #000;
}
.search-pagination .pagination a.page-numbers:hover {
  text-decoration: underline;
}

/*** SSL CERTIFICATES ACCORDION ***/
.ssl-accordion.ui-accordion .accordion-title {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  position: relative;
}
.ssl-accordion.ui-accordion .accordion-row:not(:last-child) .accordion-title {
  border-bottom: 1px solid #939598;
}
.ssl-accordion.ui-accordion .ui-accordion-content {
  padding: 40px 0;
  border: none;
  line-height: initial;
  font-size: 18px;
  line-height: 26px;
  color: #808080;
  font-family: "ProximaNova-Regular";
  clear: both;
}

.ssl-accordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  width: 46px;
  height: 47px;
  background-position: 0;
  top: 39px;
  left: 0;
  background-image: url("/wp-content/themes/controlscan/img/accordion-plus.png") !important;
}
.ssl-accordion .ui-state-active .ui-icon.ui-icon-minus {
  background-image: url("/wp-content/themes/controlscan/img/accordion-minus.png") !important;
}
.ssl-accordion .ui-state-default a.name {
  font-size: 18px;
  color: #2E3067;
  margin-left: 50px;
  font-family: "ProximaNova-Regular";
}
.ssl-accordion .purchase-link {
  padding: 31px 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ssl-accordion .certification {
  padding-top: 42px;
  padding-bottom: 42px;
}
.cs-form label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1em;
  display: initial;
}
.cs-form input[type="checkbox"] {
  float: left;
  width: initial;
  margin: 5px;
}


.ssl-accordion.ui-accordion .ui-state-default {
  background: none;
  border: none;
}



/*** 404 Page ***/
.notFound-body {
  min-height: 300px;
}
.notFound-body h2 {
  margin-top: 40px;
}
.industries-we-serve a {
  color: #fff;
}
.industries-we-serve a:hover{
  color: #808080;
}

.two-months:after {
  font-family: "ProximaNova-Semibold";
  color: #2e3067;
  content: "-";
  font-size: 70px;
  position: absolute;
  right: -10px;
  top: 10px;
}

.knowledge-center-pag {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #939598;
}

.pagination > li > a,
.pagination > li > span {
  background-color: #fff;
  border: none;
  color: #808080;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  font-size: 18px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #2e3067;
  border-radius: 5px;
  color: #fff;
  cursor: default;
  z-index: 2;
  border: 1px solid #9798b3;
}

.pag-info {
  font-size: 18px;
  color: #808080;
}
/*.pag-info:after{
  content: "|";
  margin: 0 23px;
}*/
a.remove-filters:before {
  content: "|";
  margin: 0 23px;
}
.remove-filters{
  font-size: 18px;
  color: #2e3067;
}
.ui.dropdown > .default.text, .ui.default.dropdown > .text {
  color: #2e3067 !important;
}

.animation-container {
  height: 458px;
  margin: 60px auto 0;
  width: 444px;
  position: relative;
}
.animation-container img{
  position: absolute;
}
.animation-container .bottom,
.animation-container .shadow {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.animation-container .shadow {
  bottom: 100px;
}
.animation-container .sphere {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.animation-container .top-right {
  right: 0;
}
.animation-container .bottom-left {
  bottom: 0;
}
.animation-container .bottom-right {
  bottom: 0;
  right: 0;
}
.animation-container .transition {
  opacity: 0;
}

/*** ADD "+" ON UL LIST ***/

.simple-paragraph ul li, .single-post-content ul li, .accordion-row ul li, ul.slide-content li, .press-releases-row ul li {
  display: block;
  position: relative;
  padding-left: 16px;
}
.simple-paragraph ul li:after, .single-post-content ul li:after, .accordion-row ul li:after, ul.slide-content li:after, .press-releases-row ul li:after {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: normal;
}



/*** TWITTER ***/
.tiwtter-icon {
  width: 124px;
  height: 31px;
  background: url("/wp-content/themes/controlscan/img/twitter-icon.png") center no-repeat;
  margin: 35px auto 25px auto;
}
.twitter-row {
  font-size: 30px;
  color: #0aabdf;
  font-family: "ProximaNova-Light";
}
.twitter-row a {
  color: #2e3067;
}
.twitter-row a:hover {
  text-decoration: underline;
}

.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.cs-form > iframe {
  border: 0 none;
  min-height: 1200px;
  width: 100%;
}
a.btn.btn-default.btn-white {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}
a.btn.btn-default.btn-white:hover {
  background: #e6e6e6;
  color: #000;
  border: 1px solid #fff;
}
.social-icons a {
    transition: all .1s ease-in-out;
}
.press-releases .widget_info-request-form a.btn.btn-default.get-btn:hover {
  background: #61628c;
  color: #fff;
}
.press-releases-body a {
  color: #808080;
  font-size: 18px;
  line-height: 26px;
}
.press-releases-body a:hover {
  color: #2e3067;

}

/*** WIDGET NEED TO SECURE 2 BTNS ***/
.so-widget-need-to-secure-2btns .need-to-secure>.container>.row>[class^='col'] {
  margin-bottom: 0;
  padding-top: 45px;
  padding-bottom: 20px;
}
.so-widget-need-to-secure-2btns .need-to-secure .btn-green {
  padding: 24px 0;
  bottom: -20px;
  overflow: hidden;
  color: #fff;
}
.so-widget-need-to-secure-2btns .need-to-secure .icon {
  margin-top: 0;
}
.so-widget-need-to-secure-2btns .need-to-secure>.container>.row>[class^='col']:hover .btn-green {
  bottom: -20px;
}
.so-widget-need-to-secure-2btns .need-to-secure .btn-green a {
  color: #fff;
  border-color: #fff;
  width: 100%;
  float: left;
  padding: 10px 0;
  text-align: center;
}
.widget_widget_recent_jobs {
  margin-top: 30px !important;
}
.job-single {
  margin-top: 50px;
}
.widget_widget_featured_jobs ul.job_listings, .widget_widget_recent_jobs ul.job_listings{
  margin: 0;
  padding: 0;
}
.widget_widget_featured_jobs ul.job_listings li, .widget_widget_recent_jobs ul.job_listings li {
  display: block;
  width: 100%;
  clear: both;
  margin: 0;
  padding: 00;
}
.so-widget-need-to-secure-2btns .need-to-secure .item {
  margin-bottom: 0;
  min-height: 80px;
  line-height: 38px;
}
.secure-2btns-box1 {
  padding-right: 0;
}
.secure-2btns-box2 {
  padding-left: 0;
  padding-right: 0;
}
.secure-2btns-box3 {
  padding-left: 0;
}

.ball-grid-pulse > div {
  background-color: #2e3067;
}

.page-banner.level-1,
.page-banner.level-2 {
  opacity: 0;
}
/* Microsite elements*/
.page-template-page-microsite .container{
	padding:25px 0;
	color: #434343;
    font-size: 18px;
}
.page-template-page-microsite .container:first-child{
	padding:5px 0;
	 
}
a.orange-button {
  
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e87507+0,b65c06+99 */
background: #e87507; /* Old browsers */
background: -moz-linear-gradient(top,  #e87507 0%, #b65c06 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e87507), color-stop(99%,#b65c06)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e87507 0%,#b65c06 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e87507 0%,#b65c06 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e87507 0%,#b65c06 99%); /* IE10+ */
background: linear-gradient(to bottom,  #e87507 0%,#b65c06 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87507', endColorstr='#b65c06',GradientType=0 ); /* IE6-9 */

  border-color: #a85505 #9e5005 #8f4804;
  border-image: none;
  border-radius: 0.25em;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.067);
  color: #ffffff !important;
  font-size: 1.3em;
  padding: 1.4em 2.8em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  display:inline-block;
}
a.blue-button {
	background-color: #0066cc;
    color: #ffffff;
 
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(center bottom , #0066cc 0%, #0066c1 100%) repeat scroll 0 0;
  border-color: #0066cc #0066cc #0066cc;
  border-image: none;
  border-radius: 0.25em;
  border-style: solid;
  border-width: 1px;   
  color: #ffffff !important;
  font-size: 1.3em;
  padding: 1em 3em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  display:inline-block;
}
.microsite-cs-logo{
	padding:20px 0 0 0;
}
.microsite-cs-logo, .microsite-partner-logo{
	text-align:right;
}
.big-orange{
	display:block;
	font-size: 60px; color: #ff9900;
	text-align:center;
}
.page-template-page-microsite .simple-paragraph {
    
    margin-bottom: 20px;
    margin-top: 0px;
	padding:0 15px;
}
.page-template-page-microsite .simple-paragraph ul {
   padding-left: 0px;
}
.page-template-page-microsite   h1, .page-template-page-microsite   h2, .page-template-page-microsite   h3, .page-template-page-microsite   h4{
	font-weight:300;
}
 .page-template-page-microsite   h3{
	 font-size:34px;
 }
.page-template-page-microsite   h4 {
   margin:0;
   padding:20px 0;
   text-align:center;
}
@media (max-width: 480px) {.g-recaptcha {width:100% !important;  position:relative !important;display:block !important;padding:0 !important;overflow:hidden !important;max-width:280px !important;border-right:1px solid #d3d3d3 !important;border-radius:4px !important;box-shadow:2px 0px 4px -1px rgba(0,0,0,.08) !important;-webkit-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08) !important;-moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08) !important} .g-recaptcha iframe{position:absolute !important;top:0;bottom:0;left:0;width:100% !important;height:100% !important;border:0} .g-recaptcha>div{position:relative !important} .g-recaptcha>div:before{content:'Loading captcha...';position:absolute !important;top:38% !important;left:0 !important} .g-recaptcha:empty:before{content:'Something wrong occured'}}
@media (max-width: 320px) {.g-recaptcha {width:100% !important;  position:relative !important;display:block !important;padding:0 !important;overflow:hidden !important;max-width:220px !important;border-right:1px solid #d3d3d3 !important;border-radius:4px !important;box-shadow:2px 0px 4px -1px rgba(0,0,0,.08) !important;-webkit-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08) !important;-moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08) !important} .g-recaptcha iframe{position:absolute !important;top:0;bottom:0;left:0;width:100% !important;height:100% !important;border:0} .g-recaptcha>div{position:relative !important} .g-recaptcha>div:before{content:'Loading captcha...';position:absolute !important;top:38% !important;left:0 !important} .g-recaptcha:empty:before{content:'Something wrong occured'}}