@font-face{
    font-family: "Open Sans Regular";
    src: url('/wp-content/themes/cis/assets/fonts/OpenSans-Regular.ttf') format('truetype');
//changed
}
@font-face{
    font-family: "Open Sans Light";
    src: url('/wp-content/themes/cis/assets/fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face{
    font-family: "Open Sans Italic";
    src: url('/wp-content/themes/cis/assets/fonts/OpenSans-Italic.ttf') format('truetype');
}
@font-face{
    font-family: "Open Sans Bold";
    src: url('/wp-content/themes/cis/assets/fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face{
    font-family: "Open Sans Extra Bold";
    src: url('/wp-content/themes/cis/assets/fonts/OpenSans-ExtraBold.ttf') format('truetype');
}
@font-face{
    font-family: "Open Sans Bold Italic";
    src: url('/wp-content/themes/cis/assets/fonts/OpenSans-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: "Frutiger";
    src: url("/wp-content/themes/cis/assets/fonts/FrutigerNeueLTW1G-Regular.otf");
    src: url("/wp-content/themes/cis/assets/fonts/FrutigerNeueLTW1G-Regular.otf") format("opentype"),
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700');

/* Theme fixes for WP Bakery */
.wp-caption {}
.wp-caption-text {}
.sticky {}
.screen-reader-text {}
.gallery-caption {}
.bypostauthor {}


.site_logo_div{
    padding-top:.5em;
}
 .image_float_to_right{
     float: right;
     vertical-align: top;
     margin: 15px 15px 15px 15px;
 }
 .image_float_to_left{
     float: right;
     vertical-align: top;
     margin: 15px 15px 15px 15px;
 }
.image_level_2{
    display:none;
}
.image_level_2_label{
    display:none;
}
.image_label_active{
    font-weight: bold;
    color:black;
}

.cta_right_rail{
    background-color: #72a94e;
    color:white;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 7px;
    width: 100%;
}

/* all images in div will be responsive */
.div_img_responsive img {
    max-width: 100%;
    height: auto;
    display: block
}

b,
strong,
.heavy{
    font-family: "Open Sans Bold";
}
i, em {
    font-family: "Open Sans Italic";
}
.bold{
    font-weight: bold;
    font-family: "Open Sans Bold";
}
b i,
i b,
b em,
em b,
strong em,
strong i,
em strong,
i strong {
    font-family: "Open Sans Bold Italic";
}
html{
    /*overflow-x: hidden;*/
}
body{
    overflow-x: hidden;
    font-family: "Open Sans Regular";
}

h1 {
    font-size: 32pt;
    color: #003a5d;
    font-family: "Open Sans Extra Bold";
}
h2 {
    font-size: 24pt;
    color: #003a5d;
    font-family: "Open Sans Extra Bold";
}
h3 {
    font-size: 18pt;
    color: #003a5d;
    font-family: "Open Sans Extra Bold";
}
h4 {
    font-size: 14pt;
    color: #003a5d;
    font-family: "Open Sans Extra Bold";
}

h5 {
    font-size: 12pt;
    color: #003a5d;
    font-family: "Open Sans Extra Bold";
    margin: 0;
}
.header-inline::before {
    visibility: hidden;
    display: none;
    font-size: 0;
    content: "";
    clear: none;;
    height: 0;
}
.header-inline::after {
    visibility: hidden;
    display: none;
    font-size: 0;
    content: "";
    clear: none;;
    height: 0;
}
h2::before,
h3::before,
h4::before,
h5::before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
div, p, ul, ol, input {
    font-size: 12pt;
    line-height: 1.2;
}
label {
    font-family: "Open Sans Bold";
}
.font-p-smaller {
    font-size: 10pt;
}
ol.custom {
  list-style-type: none;
  margin-left: 0;
  padding-left: 10px;
}
ol.custom > li{
  counter-increment: customlistcounter;
}

ol.custom > li:before {
  content: counter(customlistcounter) ": ";
  float: left;
  width: 1.250em;
  text-align: right;
  margin-right: 10px;
  font-family: "Open Sans Extra Bold";

}
ol.custom:first-child {
  counter-reset: customlistcounter;
}
ol.second {
  counter-reset: customlistcounter 5;
}
.alignright,
.alignleft,
.aligntopright,
.aligntopleft
{
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p img {
    padding: 0;
    max-width: 60%;
}
img.alignright {
    padding: 4px;
    margin: 24px 0 24px 24px;
    display: inline;
}
img.alignleft {
    padding: 4px;
    margin: 24px 12px 12px 0;
    display: inline;
}
img.aligntopright {
    padding: 4px;
    margin: 0 0 24px 24px;
    display: inline;
}
img.aligntopleft {
    padding: 4px;
    margin: 0 12px 12px 0;
    display: inline;
}
.template-content {
    margin-top: 50px;
    margin-bottom: 25px;
}
.template-main-content {
    padding-left: 25px;
}
.sidebar-subtitle {
    font-family: "Open Sans Regular";
    font-size: 14pt;
    line-height: 1;
}
.nav>li>a.popular-searches{
    padding: 0;
    color: #36424a;
    border-radius: 0;
    font-family: "Open Sans Regular";
}
.nav>li>a.popular-searches:hover{
    color: #000000;
}
.nav>li>a>span{
    border-bottom: 1px solid #73ae57;
}
.nav>li>a.popular-searches:hover, .nav>li>a.popular-searches:visited{
    background-color: white;
}
.nav>li>a.left-align{
    text-align: left;
}
.nav>li>a.right-align{
    text-align: right;
}
.nav-lr-padding {
    padding-left: 0;
    padding-right: 0;
}
.smaller{
    font-size: smaller;
}
.margin-5-t{
    margin-top: 5px;
}
.margin-20-t {
   margin-top: 20px;
}
.margin-lr-0 {
    margin-left: 0;
    margin-right: 0;
}
.padding-0{
    padding: 0;
}
.p-relative {
    position: relative;
}
.search-height{
    height: 22px;
}
.search-button{
    width: 12px;
    padding:1px 12px;
}
.search-margin{
    margin: -7px;
}
.last-element{
    background-color: #de890a;
    height: 90px;
    border-radius: 5px 5px 0 0;
    color: white;
    font-family: "Open Sans Extra Bold";
    box-shadow: 2px -2px 5px #AAAAAA;
}
.ribbon {
    position: absolute;
    top: 0;
    right: 5px;
    background: #72a94e;
    border-radius: 0 0 10px 10px;
    padding: 2px;
    padding-top: 5px;
    /*display: none;*/
}
.home-orange-div {
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.community-logo-div {
    padding-top: 5px;
}
.community-logo-div img {
    max-width: 100%;
}
.padding-l-0{
    padding-left: 0;
}
.text-top{
    font-family: "Open Sans Italic";
    font-size: 14pt;
    color: #0083b5;
    margin-top: 25px;
    text-align: right;
}
.tagline-image-width {
    max-width: 100%;
}
.popular-title{
    font-family: "Open Sans Extra Bold";
}
.alert-level{
    font-size: 16pt;
}
.date{
    font-size: 10pt;
}
.orange-div-link, #login{
    color: #303e48;
    border-bottom: 1px solid #303e48;
    padding-bottom: 2px;
    /*padding-left: 5px;*/
}
.orange-div-link, #login, #join {
    text-decoration: none;
}
#join{
    color: #dd8c00;
    background-color: white;
    padding: 5px;
    position: absolute;
    border-radius: 5px 5px 0 0;
}
.blog-post{
    margin-bottom: 15px;
    padding-left: 25px;
}
.abs-image{
    position: absolute;
    top: -50px;
    right: -30px;
    z-index: -1;
}
.abs-image-arrow{
    z-index: -1;
}
.home-ctg-div {
    padding-left: 0;
    border-right: 2px solid darkblue;
}
.home-ctg-div:nth-of-type(3) {
    border-right: none;
}
.home-icon-div {
    padding-left: 0;
}
.home-icon-div > img,
.home-icon-div > a > img {
    width: 60%;
}
.home-ctg-btn-div {
    position: absolute;
    bottom: 10px;
}
.home-ctg-empty-btn-div {
    position: relative;
    bottom: 0;
    height: 30px;
}
.home-benefits-div li {
    padding: 5px 0;
}
.home-download-buttons > div:nth-of-type(1){
    padding-left: 30px;
}
.home-download-buttons > div:nth-of-type(3){
    padding-left: 5px;
}
.text-blog-post{
    color: #303e48;
    display: inline-block;
}
/* MS-ISAC and SecureSuite Box on homepage*/
.ms-isac-box-background-color {
    background-color: #0086be;
}
.blue-homepage-box {
    //height: 320px;
    height: 200px;
    padding: 0;
}
.blue-homepage-box-text-div {
    height: 250px;
}
.blue-homepage-box-logo-div {
    max-width: 100%;
    background: white;
}
.blue-homepage-box-img {
    width: 70%;
    margin-left: 14px;
    padding: 5px;
}
.blue-homepage-box-img > img {
    width: 100%;
}
.cis-secure-img > img {
    width: 85%;
}
.securesuite-homepage-div {
    padding: 25px 0;
}
.securesuite-homepage-div > div {
    background-color: #72a94e;
    border: none;
    border-radius: 10px;
    padding: 10px;
    margin: 15px 0;
}
.securesuite-homepage-div > div p {
    margin: 0;
}
.securesuite-homepage-div > div p:nth-of-type(2){
    color: #36424a;
    font-weight: bold;
}
.home-image-div {
    position: relative;
    /*height: 200px;*/
    background: url("/wp-content/uploads/2016/12/cover.png") no-repeat; //fixed right
    background-size: contain;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 10px 3px 10px;
}

#cis-harness {
    padding: 15px 25px;
    font-size: 21pt;
    font-weight: 700;
    line-height: 1.3em;
}

.image-text{
    position: absolute;
    font-family: "Open Sans Light";
    font-size: 24pt;
    color: #003a5d;
}
.image-text-bold{
    font-family: "Open Sans Extra Bold";
    font-size: 28pt;
    color: #002037;
    display: block;
}
.main-image-title{
    font-family: "Open Sans Extra Bold";
    font-size: 28pt;
    color: #003b5c;
    margin-bottom: -5px;

}
.main-image-text{
    font-family: "Open Sans Light";
    font-size: 24pt;
    line-height: 1;
    color: #003b5c;
}
.community-title{
    font-family: "Open Sans Extra Bold";
    font-size: 25pt;
    color: #003b5c;
    margin-bottom: -5px;

}
.community-text{
    font-family: "Open Sans Light";
    font-size: 25pt;
    line-height: 40px;
    color: #003b5c;
}
.main-image-abs{
    position: absolute;
    top: 60px;
    left: 0;
    padding-left: 35px;
    padding-right: 70px;
}
.main-image-abs-communities{
    position: absolute;
    top: 30px;
    left: 0;
    padding-left: 70px;
    padding-right: 35px;
}
.ms-isac-title{
    color: #003a5d;
    font-family: "Open Sans Extra Bold";
    font-size: 22pt;
}
.ms-isac-title span{
    font-family: "Open Sans Regular";
}
.ms-isac-homepage-text-div {
    height: 200px;
}
.ms-isac-homepage-text-div p {
    margin-top: 12px;
}
.ms-isac-homepage-text-div a {
    margin-top: 12px;
}
.ms-isac-text {
    color: white;
    font-family: "Open Sans Regular";
    font-size: 12pt;
}
.stars-image{
    position:absolute;
    top: 35px;
    right: 0;
    z-index:-1;
    max-width: 100%;
    max-height: 100%;
}
.shields-image{
    position:absolute;
    bottom: 0;
    right: 0;
    z-index:-1;
    max-width: 100%;
    max-height: 100%;
}
.securesuite-green-div {
    background: #72a94e;
    //position: absolute;
    bottom: 0;
    clear:both;
    padding-top: 10px;
    padding-left: 20px;
    //display: none;
    margin-top: 10px;
}
.securesuite-green-div span {
    display: block;
    font-style: italic;
    font-size: .8em;
}
.homeAdSpace p, .homeAdSpace h5 {
    padding-left: 20px;
}

.homeAdSpace a:hover {
    text-decoration: none;
}
.learn-more{
    font-family: "Open Sans Regular";
}
.btn-success.learn-more{
    background-color: #72a94e;
    border: none;
    border-radius: 5px;
}
.btn-success.learn-more:hover{
    background-color: #61963f;
    border: none;
}
.paragraph{
    color: white;
    font-weight: bold;
    padding-top: 20px;
}
.paragraph-text{
    font-family: "Open Sans Regular";
    font-size: 12pt;
}
.paragraph-title{
    font-family: "Open Sans Extra Bold";
    font-size: 12pt;
}
div.bg-lightblue div.text-white .paragraph-title {
    margin-bottom: 0;
}
.info-title{
    font-family: "Open Sans Extra Bold";
    font-size: 14pt;
}
.secure-title{
    font-family: "Open Sans Extra Bold";
    font-size: 14pt;
    margin-bottom: 0;
}
.vertical-divider{
    height: 40px;
    width: 100%;
    clear:both;
}
.vertical-divider-large{
    height: 80px;
    width: 100%;
    clear:both;
}
.blue-homepage-box .vertical-divider-small{
    height: 10px;
    width: 100%;
    clear:both;
}
.vertical-divider-small{
    height: 30px;
    width: 100%;
    clear:both;
}
.vertical-divider-small2{
    height: 10px;
    width: 100%;
    clear:both;
}
.homepage_grid_p{
    padding-left: 15px; padding-right:15px; padding-top:7.5px; 
}
.vertical-divider-custom{
    height: 55px;
    width: 100%;
    clear:both;
}
.vertical-divider-smaller{
    height: 10px;
    clear:both;
}
.large{
    font-size: large;
    font-weight: bolder;
}
.larger{
    font-size: x-large;
    font-weight: 800;
}
.text-white{
    color: white;
}
.text-gray {
    color: #cfd2d4;
}
.small{
    font-size: small;
}
.padding-10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.subtitle{
    font-family: "Open Sans Regular";
    color: #003a5d;
    font-size: 13pt;
    margin-top: -5px;
}
.padding-5{
    padding-top: 5px;
    padding-bottom: 5px;
}
.padding-l-5{
    padding-left: 5px;
}
.padding-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.font-size-12 {
    font-size: 12pt;
}
.margin-b-0{
    margin-bottom: 0;
}
.middle{
    vertical-align: middle;
    padding-right: 0;
}
.middle-dots{
    vertical-align: middle;
    padding-right: 5px;
}
.alert-level-green {
    color: #73ae57;
}
.alert-level-blue {
    color: #00a8e1;
}
.alert-level-yellow {
    color: #ecde29;
}
.alert-level-orange {
    color: #f37043;
}
.alert-level-red {
    color: #cc092f;
}
.text-yellow{
    color: yellow;
}
a.small:hover{
    color: white;
    /*text-decoration: none;*/
}
i.text-warning{
    color: darkorange;
}
.text-black{
    color: black;
}
.text-darkslategrey{
    color: darkslategray;
}
.text-darkyellow {
    color: #b39228;
}
.info-hub-blue{
    color: #008585;
}
.hr-blue{
    border-color: #008585;
}
.info-hub-purple{
     color: #585384;
 }
.hr-purple{
    border-color: #585384;
}
.info-hub-brown{
    color: #98714c;
}
.hr-brown{
    border-color: #98714c;
}
.info-hub-yellow{
    color: #b39228;
}
.hr-yellow{
    border-color: #b39228;
}
.info-hub-red{
    color: #9a253e;
}
.hr-red{
    border-color: #9a253e;
}
.info-hub-green{
    color: #4d7841;
}
.hr-green{
    border-color: #4d7841;
}
hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border-width: 2px;
}
.hr-blog-discussion {
    border-color: #004065;
}
.hr-warning{
    border-color: #8a6d3b;
}
.hr-danger{
    border-color: #a94442;
}
.hr-success{
    border-color: #3c763d;
}
.hr-darkslategrey{
    border-color: darkslategrey;
}
.hr-darkyellow {
    border-color: #b39228;
}
.text-lightgrey{
    color: lightgrey;
}
.bg-lightgray{
    background-color: #eeeeef;
    z-index:0;
}
.bg-lightblue{
    background-color: #0086c5;
}
.bg-darkblue{
    background-color: #36424a;
}
.bg-blue{
    background-color: #004065;
}
.info-hub-title span {
    font-family: "Open Sans Regular";
}
.footer {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.footer-list {
    list-style: none;
    padding-left: 0
}
.footer-list a:focus {
    color: #fff;
}
.first-footer-col li:last-child {
    margin-top: 20px;
}
.last-footer-col li {
    margin-bottom: 20px;
}
.text-div{
    height: 250px;
    padding-top: 10px;
}
.cis-example{
    font-family: "Open Sans Italic";
    font-weight: bold;
    color: #36424a;
    margin-bottom: 0;
}
.cis-example-1{
    font-family: "Open Sans Extra Bold";
    color: #36424a;
    width: 60%;
}
.operating-system{
    width: 100px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.label-download{
    color: #72a94e;
    font-family:"Open Sans Extra Bold";
    margin-bottom: 5px;
}
label.label-download {
    font-size: 12pt;
}
.div-download-label-left{
    padding-top: 10px;
}
.div-download-label-left a {
    display: block;
    width: 270px;
}
.div-download-label-left a:nth-of-type(2) {
    margin-top: 15px;
}
.div-download-label-right{
    padding-top: 10px;
}
.div-download-label-right > a{
    margin-top: 15px;
    width: 210px;
}
.btn-green-lg {
    background-color: #72a94e;
    color: #ffffff;
    font-family:"Open Sans Bold";
    font-size: 14pt;
    border-radius: 7px;
    text-align: left;
    margin-top: 5px;
    width: 400px;
}
.btn-green-lg span {
    display: block;
}
.btn-green-lg img {
    margin-top: 10px;
}
.purple {
    background-color: #610973;
}
a.purple:hover,
a.purple:focus,
a.purple:active {
    color: #fff;
}
.darkyellow {
    background-color: #F7A100;
}
.lightblue {
    background-color: #3F81FC;
}
.btn-green-big{
    background-color: #72a94e;
    color: #ffffff;
    font-family:"Open Sans Extra Bold";
    border-radius: 7px;
    text-align: left;
    margin-top: 5px;
    width: 210px;
}
.btn-blue-big{
    background-color: #507fbf;
    color: #ffffff;
    font-family:"Open Sans Extra Bold";
    border-radius: 7px;
    text-align: left;
    margin-top: 5px;
    width: 210px;
}
.btn-green{
    background-color: #72a94e;
    color: #ffffff;
    font-family:"Open Sans Extra Bold";
    border-radius: 7px;
    text-align: left;
    margin-top: 5px;
    width: 180px;
}
.btn-orange{
    background-color: #de890a;
    color: #ffffff;
    font-family:"Open Sans Extra Bold";
    border-radius: 7px;
    text-align: left;
    margin-top: 5px;
    width: 180px;
}
.btn-green-second{
    background-color: #72a94e;
    color: #ffffff;
    font-family:"Open Sans Extra Bold";
    border-radius: 0 7px 7px 0;
}
.button-green-text{
    margin: 0;
    font-family:"Open Sans Regular";
}
.arrow-green-button{
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
}
.select-platform{
    background: url(../images/black_arrow.png) no-repeat 97% 50% #e2cd00;
    background-color: #e2cd00;
    color: #000;
    font-family:"Open Sans Extra Bold";
    border-radius: 7px 0 0 7px;
    width: 210px;
    border: 2px solid #e2cd00;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.paragraph-practices{
    color: #36424a;
    font-family: "Open Sans Regular";
}
.div-paragraphs{
    padding-top: 30px;
    padding-bottom: 30px;
}

.m540-show{
    display: none;
}


/* --------custom navbar----------*/

/* navbar */
.navbar-inverse {
    background-color: #303e48;
    border-color: white;
    font-family: "Open Sans Extra Bold";
    text-align: left;
    padding: 0;
}
.navbar-inverse .navbar-nav > li {
    background-color: #002037;

}
/*!* link *!*/
.navbar-inverse .navbar-nav > li > a {
    color: white;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: white;
    background-color: #0083c2;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: #3b525d;

}
/*!* mobile version *!*/
.navbar-inverse .navbar-toggle {
    border-color:white;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #002037;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-inverse .navbar-collapse{
    border-color: white;
}
/* -------------------------------*/


.container{
   width: 100%;
}
.content {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 15px;
}
.padding-b-20 {
    padding-bottom: 20px;
}
.logo-image-width {
    max-width: 100%;
}
.controls-become-member {
    padding-left: 20px;
}
.cis-controls-image{
    text-align: right;
    padding-right: 0;
}
.abs-bracket-orange{
    position: absolute;
    height: 100%;
    top: 0;
    left: -230px;
    z-index: -1;
}
.abs-bracket-blue{
    position: absolute;
    height: 25%;
    top: 35px;
    left: -230px
}
.text-blue1{
    color: #0083c2;
}
.text-orange{
    color: #de8b05;
}
.bg-blue1{
    background-color: #0083c2;
}
.bg-orange{
    background-color: #de8b05;
}
.cis-logo{
    width: 40px;
}
.padding-r-0{
    padding-right: 0;
}
.padding-r-35{
    padding-right: 35px;
}
.padding-r-15{
    padding-right: 15px;
}
.padding-lr-1 {
    padding: 0 1% 0 1%;
}
.subtitle1{
    font-family: "Open Sans Regular";
    color: #003a5d;
    font-size: 10pt;
    margin-top: -5px;
}
.download{
    border: none;
    font-weight: bold;
    width: 100%;
    line-height: 14px;
    text-align: left;
    position: relative;
    right: 50%;
}

.padding-lr-0{
    padding-left: 0;
    padding-right: 0;
}
.abs-bracket-orange-sm{
    position: absolute;
    height: 100%;
    top: 0;
    left: 9%;
}
.abs-bracket-blue-sm{
    position: absolute;
    height: 28%;
    top: 65px;
    left: 7%;
}
.padding-l-10{
    padding-left:10px;
}
.padding-l-15 {
    padding-left: 15px;
}
.main-image{
    width: 100%;
    min-width: 100%;
    max-height: 450px;
    min-height: 350px;
    /*min-width: 1400px;*/
    /*max-width: 1400px;*/
}
.logo{
    text-align: right;
    padding-right: 0;
}
.paragraph-title-and-logo {
    padding-left: 0;
}
.paragraph-title-and-logo img {
    max-width: 100%;
    width: 50%;
}
.row-community{
    padding-top: 60px;
}
.web-logo > img {
    width: 30%;
    margin-left: 2.5%;
}
.web-content{
    padding-left: 0;
    padding-right: 0;
}
.inner-content-left{
    padding-left: 0;
    padding-right: 40px;
    padding-bottom: 70px;
}
.inner-content-right {
    padding-top: 10px;
    padding-bottom: 70px;
}

.web-comm-title{
    color: #003a5d;
    font-family: "Open Sans Extra Bold";
    font-size: 26pt;
    margin-bottom: 0;
}
.web-comm-subtitle{
    color: #de890a;
    font-family: "Open Sans Regular";
    font-size: 18pt;
    margin-top: -10px;
}
.web-comm-paragraph{
    color: #36424b;
    font-family: "Open Sans Regular";
    font-size: 15pt;
    line-height: 25px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.web-orangeline{
    border-color: #de8b05;
    border-width: 1px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.web-meet{
    font-family: "Open Sans Extra Bold";
    font-size: 10pt;
    color: #36424a;
}
.web-btn-green{
    background-color: #72a94e;
    color: #ffffff;
    font-family:"Open Sans Extra Bold";
    border-radius: 7px;
    text-align: left;
    width: 49%;
    float: right;
}
.web-btn-orange{
     background-color: #de890a;
     color: #ffffff;
     font-family:"Open Sans Extra Bold";
     border-radius: 7px;
     text-align: left;
     width: 49%;
 }
.web-btn-orange-sm{
    background-color: #de890a;
    color: #ffffff;
    font-family:"Open Sans Extra Bold";
    border-radius: 7px;
    text-align: left;
    width: 150px;
    margin-left: 40%;
}
.margin-l-0 {
    margin-left: 0;
}
.web-arrow{
    padding-bottom: 3px;
}
.div-user{
    padding-left: 0;
}
.user-title{
    font-family: "Open Sans Extra Bold";
    font-size: 10pt;
    margin: 0;
}
.user-text{
    font-family: "Open Sans Regular";
    font-size: 10pt;
    margin: 0;
}
.user-member{
    font-family: "Open Sans Italic";
    font-size: 10pt;
    margin: 0;
}
.user-image{
    padding-bottom: 10px;
}
.web-latest{
    font-family: "Open Sans Extra Bold";
    padding-top: 40px;
    padding-bottom: 10px;
}
.web-control-p{
    font-family: "Open Sans Regular";
    font-size: 11pt;
}
.bench-table-info {
    padding-top: 80px;
}
.bench-tab{
    background-color: #323e48;
    border-radius: 8px 8px 0 0;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 5px;
}

.bench-outer{
    padding-right: 0;
    padding-bottom: 0;
    height: 82px;
}
.bench-title{
    color: #ffffff;
    font-family:"Open Sans Extra Bold";
    font-size: 10.3pt;
    margin-bottom: 0;
    line-height: 18px;
}
.bench-subtitle{
    color: #59aed7;
    font-family:"Open Sans Regular";
    font-size: 10pt;
    line-height: 18px;
}
.bench-tab:hover > .bench-subtitle {
    color: white;
}
.bench-p{
    margin: 0;
    font-family:"Open Sans Extra Bold";
    font-size: 10pt;
    color: #323e48;
    padding-bottom: 3px;
    padding-top: 3px;
}
.sm-bench-p {
    margin: 0;
    font-family:"Open Sans Extra Bold";
    font-size: 12pt;
    color: #fff;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 15px;
}
.bench-p-version{
    margin: 0;
    font-family:"Open Sans Extra Bold";
    font-size: 10pt;
    color: #323e48;
}
.bench-p-version-gray{
    margin: 0;
    font-family:"Open Sans Extra Bold";
    font-size: 10pt;
    color: #c2c6c9;
}
.bench-download-black{
    margin: 0;
    font-family:"Open Sans Regular";
    font-size: 10pt;
    color: #000;
}
.bench-download-black span{
    color: #000;
    font-weight: bold;
}
.bench-download-gray{
    margin: 0;
    font-family:"Open Sans Regular";
    font-size: 10pt;
    color: #c2c6c9;
}
.bench-download-gray span{
    color: #c2c6c9;
    font-weight: bold;
}
.bench-rows{
    display: flex;
    height: 40px;
    padding-left:0;
    padding-right: 0;
    padding-top: 3px;
    border-bottom: 1px solid #6b6b6b;
}
.bench-inner-left{
    padding-left:0;
    padding-right: 0;
}
.sm-bench-inner-left {
    border-right: 1px solid #6b6b6b;
}
.sm-bench-inner-left .bench-p-version {
    display: inline-block;
    font-family:"Open Sans Extra Bold";
    font-size: 10pt;
}
.sm-bench-inner-left .bench-subtitle {
    display: inline-block;
    font-family:"Open Sans Regular";
    font-size: 10pt;
}
.bg-light-blue{
    background: #c8e6f1;
}
.bench-inner-center{
    padding-right: 0;
    text-align: center;
    align-self: center;
}
.sm-bench-inner-center {
    padding-left: 20px;
}
.bench-hr{
    margin: 0;
    border-bottom: 1px solid #6b6b6b;
    border-top: none;
}
.brench-arrow{
    padding-bottom: 3px;
    padding-left: 5px;
}
.bench-cir-green{
    color: #72a951;
    padding-right: 5px;
}
.bench-cir-gray{
    color: #c2c6c9;
    padding-right: 5px;
}
.bench-cir-gray span a{
    color: #c2c6c9;
}
.bench-cir-green:hover{
    color: #5a873f;
}
.bench-cir-black{
    color: #000000;
    padding-right: 5px;
}
.bench-cir-black:hover{
    color: #222;
}
.bench-cir-black span a{
    color: #000000;
}
.hardened-images-large{
    font-weight:bold;
    font-size:.9em;
    padding:10px;
}
.bench-table{
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #6b6b6b;
}
.sm-bench-table {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #6b6b6b;
    background: #323e48;
    color: #fff;
}.sm-bench-table .bench-p {
    font-size: 12pt;
 }
.bench-select-title{
    color: #000;
    font-family: "Open Sans Extra Bold";
    font-size: 15pt;
}
.clear-selection {
    font-family: "Open Sans Extra Bold";
    font-size: 10pt;
    color: #72a951;
    background: #fff;
    border: none;
    border-radius: 5px;
}
.filter-back-button {
    background: #fff;
    border: none;
    display: none;
    font-family: "Open Sans Regular";
    font-size: 12pt;
    line-height: 1.2;
    padding: 5px;
    margin: 0;
    vertical-align: baseline;
    color: #72a951;
}
.filter-back-button:active, .filter-back-button:hover, .filter-back-button:focus {
    color: #72a951;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline-width: 0;
}
.btn-selectable-blue{
    color: white;
    font-family: "Open Sans Extra Bold";
    background-color: #00acbd;
    border: none;
    border-radius: 5px;
    width: 13.9%;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-dynamic-blue{
    color: white;
    font-family: "Open Sans Extra Bold";
    background-color: #00acbd;
    border: none;
    border-radius: 5px;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-dynamic-gray{
    color: white;
    font-family: "Open Sans Extra Bold";
    background-color: #72808b;
    border: none;
    border-radius: 5px;
    width: 150px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-selectable-gray{
    color: white;
    font-family: "Open Sans Extra Bold";
    background-color: #72808b;
    border: none;
    border-radius: 5px;
    width: 13.9%;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-selectable-orange,
.btn-selectable-cat-orange,
.btn-selectable-subcat-orange {
    background-color: #de8b05;
    color: white;
}
.btn-selectable-blue:hover, .btn-selectable-gray:hover{
    color: white;
}
.btn-selectable-blue:active, .btn-selectable-gray:active, .btn-selectable-blue:focus, .btn-selectable-gray:focus{
    color: white;
    outline:0;
}
.btn-dynamic-blue:hover, .btn-dynamic-gray:hover{
    color: white;
}
.btn-dynamic-blue:active, .btn-dynamic-gray:active, .btn-dynamic-blue:focus, .btn-dynamic-gray:focus{
    color: white;
    outline:0;
}
.btn-moved{
    margin-left: 14.2%;
}
.dynamic-divs{
    padding: 20px 0 20px 0;
    border-top: 1px solid #6b6b6b;
    border-bottom: 1px solid #6b6b6b;
}
.dynamic-div-title{
    font-family:"Open Sans Extra Bold";
    font-size: 12pt;
    color: #323e48;
    margin-bottom: 0;
}
.dynamic-div-title-smaller{
    font-family:"Open Sans Extra Bold";
    font-size: 10pt;
    color: #323e48;
    margin-bottom: 0;
}
.dynamic-div-link-smaller, .dynamic-div-link-smaller:hover{
    font-family: "Open Sans Regular";
    color: #72a951;
    font-size: 10pt;
}
.dynamic-div-text{
    font-family: "Open Sans Regular";
    font-size: 12pt;
    color: #323e48;
    margin-top: 0;
}
.dynamic-div-link{
    font-family: "Open Sans Regular";
    color: #72a951;
    cursor: pointer;
    background: #fff;
    border: none;
    padding-left: 0;
}
.rotate-down {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.rotate-up {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}
.clickDiv img {
    cursor: pointer;
}
.div-gray-buttons {
    display: none;
}
input:focus {
    outline-width: 0;
}
input[type=button]:focus {
    outline-width: 0;
}
.dynamic-div-btn{
    background-color: #72a94e;
    color: #ffffff;
    font-family:"Open Sans Extra Bold";
    border-radius: 7px;
    text-align: left;
    width: 250px;
}
.dynamic-div-btn:hover, .dynamic-div-btn:focus{
    color: #ffffff;
}
.hardened-images{
    font-family: "Open Sans Regular";
    color: #323e48;
    font-size: 10pt;
}
.overview-div > img {
    position: absolute;
    top: 0;
    left: 15px;
}
/*.overview-banner h4 {
    position: absolute;
    top: 0;
    margin-top: 20px;
    left: 200px;
    width: 25%;
    font-family: "Open Sans Regular";
    color: #fff;
    font-weight: bold;
}
.overview-banner p {
    position: absolute;
    top: 0;
    margin-top: 20px;
    right: 0;
    width: 35%;
    font-family: "Open Sans Regular";
    font-size: 10pt;
}
.event-banner-title {
    position: absolute;
    top: 10px;
    left: 150px;
}
.event-banner-text {
    position: absolute;
    top: 20px;
    right: 0;
}
.event-banner-text p {
    width: 80%;
    text-align: center;
}
.date-and-register-div {
    margin-top: 20px;
    margin-left: 100px;
}*/
.banner-overview {
    padding-top: 10px;
}
.banner-overview .event-banner-text {
    margin-top: 10px;
}
.event-banner-text p {
    color: #003a5d;
    font-weight: bold;
}
.banner-details {
    padding-top: 20px;
}
.date-and-register-div p:first-of-type {
    font-family: "Open Sans Extra Bold";
}
.date-and-register-div p {
    position: relative;
    margin: 0;
    font-size: 10pt;
    color: #003a5d;
    font-weight: bold;
}
/*.date-and-register-div > #date {
    font-weight: 900;
}*/
.date-and-register-div > #register {
    color: #73a950;
    font-family: "Open Sans Extra Bold";
}
.button-div .btn-green-lg {
    width: 280px;
    font-size: 12pt;
}
/*
.download-button {
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    background-color: #73a950;
    color: #fff;
}
.download-button img {
    position: absolute;
    right: 10%;
    top: 15px;
}
.download-button p {
    width: 90%;
    margin: 0;
}
.download-button p > span {
    font-size: 8pt;
}
.button-div a:hover {
    text-decoration: none;
}*/
.blog-discussion {
    color: #004065;
}
.blog-discussion p {
    color: #000;
}
.cover-banner {
    position: relative;
}
.negative-margin-t-40 {
    margin-top: -40px;
}
.negative-margin-t-25 {
    margin-top: -25px;
}
.negative-margin-t-10 {
    margin-top: -10px;
}
.padding-t-20px {
    padding-top: 20px;
}
.cover-banner .title-and-logo {
    position: absolute;
    top: 5%;
    width: 30%;
}
.cover-banner > .cover-image {
    min-width: 100%;
    max-width: 100%;
    max-height: 450px;
}
.cover-banner #controls-logo {
    position: absolute;
    top: 10%;
    margin-left: 15px;
 }

.cover-banner h1 {
    position: absolute;
    top: 10%;
    margin: 0;
    margin-left: 80px;
}

.cover-banner p {
    position: absolute;
    top: 25%;
    width: 60%;
    margin: 1% 13%;
    line-height: 1;
}
/* Tools Page */
.divider {
     width: 85%;
     color: #003a5d;
     border: 1px solid #003a5d;;
     margin-top: 50px;
     margin-bottom: 0;
     position: absolute;
     z-index: 1;
}
.divider-second {
    width: 85%;
    color: #003a5d;
    border: 1px solid #003a5d;;
    position: absolute;
    z-index: 1;
}
.tools-logo-ctg {
    max-width: 70%;
}
.tools-logo-subctg {
    max-width: 60%;
}

.ctg-div {
    color: #003a5d;
    font-weight: bold;
    padding-top: 55px;
}
.ctg-div > div {
    position: absolute;
    top: 65%;
    font-weight: 100;
    padding-top: 80px;
}
.ctg-div > div button {
    margin-top: -10px;
}
.web-btn-white{
    background-color: #fff;
    color: #72a94e;
    font-family:"Open Sans Extra Bold";
    border-radius: 7px;
    text-align: left;
    margin-top: 0;
    margin-left: 30%;
    width: 70%;
}
.diy_div {
    padding: 0;
    text-align: center;
}
.diy-content-box {
    background: #efe9e9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 25px;
    padding-bottom: 50px;
}
.tools-logo-content {
    text-align: left;
    display: inline-block;
}
.tools-logo-content img {
    float: left;
}
.community-content-box {
    background: #efe9e9;
    margin-right: 25px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.border-radius-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.diy-content-box h5 {
    font-size: 14pt;
    text-align: center;
    line-height: 2;
    padding-bottom: 20px;
}
.sm-width-50 {
    margin-right: 25%;
}
.diy-controls{
    margin: 20px;
    border: 3px solid #0083c2;
    height: 90px;
}
.diy-controls-blue{
    margin: 20px;
    padding: 10px;
    border: 3px solid #0083c2;
    height: 100px;
}
.blue-text {
    color: #003a5d !important;
    font-family: "Open Sans Extra Bold";
    font-size: 15pt;
    display: inline-block;
    text-decoration: inherit;
}
.logo-icon-sm {
    min-height: 40px;
    min-width: 40px;
    max-width: 40px;
    max-height: 40px;
    display: inline-block;
    margin-right: 5px;
}
.tools-darkblue-text {
    color: #323e48;
    font-family: "Open Sans Extra Bold";
    line-height: 1.1;
    margin: 0;
}
.txt-ctg-sm {
    color: #e19729;
    font-family: "Open Sans Regular";
    font-size: 10pt;
    margin-top: -15px;
}
.txt-blue-ctg-sm {
    color: #003a5d;
}
.font-10 {
    font-family: "Open Sans Extra Bold";
    color: #003a5d;
    font-size: 10pt;
    margin-top: 10px;
}
.membership-yellow-content-div .font-10 {
    margin-top: 0;
}
.tools-and-services-empty-div {
    margin: 20px;
    padding: 25px;
    border-top: 3px solid #0083c2;
    border-left: 3px solid #0083c2;
    border-bottom: 3px solid #0083c2;
    height: 100px;
    width: 130%;
}
.tools-and-services-content-div {
    position: relative;
    margin: 20px;
    margin-left: -20px;
    padding: 25px;
    border-top: 3px solid #0083c2;
    border-right: 3px solid #0083c2;
    border-bottom: 3px solid #0083c2;
    height: 100px;
    color: #003a5d;
    font-family: "Open Sans Extra Bold";
    font-size: 15pt;
}
.tools-and-services-content {
    position: absolute;
    top: 10%;
    left: -50%;
    height: 80%;
    width: 100%;
}
.tools-content {
    margin-top: 25px;
}
.blue_div {
    position: absolute;
    margin-left: -20px;
    margin-top: -150px;
    background: #0083c2;
    height: 435px;
    width: 50%;
 }
.blue_div p {
    width: 150px;
    transform: rotate(90deg);
    transform-origin: left bottom 0;
    color: #fff;
    font-weight: bold;
    padding-bottom: 30%;
    background: #0083c2;
}
.purple-div {
    position: absolute;
    margin-left: -20px;
    margin-top: 40px;
    width: 50%;
    height: 90px;
    background: #54437e;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5%;
}
.purple-border-div {
    border-color: #54437e;
}
.red-div {
    position: absolute;
    margin-left: -20px;
    margin-top: 40px;
    width: 50%;
    height: 420px;
    background: #d2232a;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5%;
    //border: 2px solid green;
}
.red-div p {
    width: 150px;
    transform: rotate(90deg);
    transform-origin: left bottom 0;
    color: #fff;
    font-weight: bold;
    padding-bottom: 30%;
}
.red-border-div {
    border-color: #d2232a;
    height: 90px;
}
.membership-red-div {
    margin: 20px;
    border: 3px solid #d2232a;
    height: 220px
}
.small-icon {
    max-width: 30%;
    max-height: 30%;
}
.membership-yellow-empty-div {
    margin: 20px;
    border-top: 3px solid #de890a;
    border-left: 3px solid #de890a;
    border-bottom: 3px solid #de890a;
    width: 120%;
    height: 220px;
}
.membership-yellow-content-div {
    position: relative;
    margin: 20px;
    margin-left: -20px;
    border-top: 3px solid #de890a;
    border-right: 3px solid #de890a;
    border-bottom: 3px solid #de890a;
    height: 220px;
}
.membership-yellow-content-div .community-content {
    position: absolute;
    left: -50%;
    width: 100%;
    text-align: center;
}
.darkyellow_div {
    position: absolute;
    margin-top: 40px;
    margin-left: 40%;
    background: #de890a;
    height: 440px;
    width: 50%;
}
.darkyellow_div p {
    width: 150px;
    transform: rotate(90deg);
    transform-origin: left bottom 0;
    color: #fff;
    font-weight: bold;
    padding-bottom: 30%;
}
.commercial-use-yellow-empty-div {
    margin: 20px;
    padding: 20px;
    border-top: 3px solid #de890a;
    border-left: 3px solid #de890a;
    border-bottom: 3px solid #de890a;
    height: 160px;
    width: 130%;
}
.commercial-use-yellow-content-div {
    position: relative;
    margin: 20px;
    margin-left: -20px;
    padding: 20px;
    border-top: 3px solid #de890a;
    border-right: 3px solid #de890a;
    border-bottom: 3px solid #de890a;
    height: 160px
}
.commercial-use-yellow-content-div > div {
    position: absolute;
    top: 10%;
    left: -50%;
    height: 80%;
    width: 100%;
}
.diy-controls-noborder {
    margin: 20px;
    padding: 20px;
    height: 100px;
    text-align: center;
}
.diy-controls-noborder p {
    font-size: 10pt;
    font-family: "Open Sans Regular";
    font-weight: bold;
    color: #003a5d;
}
.tools-empty-box {
    height: 150px;
    margin-right: 25px;
    background: #efe9e9;
}
.border-darkblue {
    border-color: #003a5d;;
}
.banking-overview {
    font-family: "Open Sans Regular";
    padding: 25px;
    color: #003a5d;
}
.last-tools-empty-box {
    height: 200px;
}
#page-icon {
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: -1;
    opacity: .6;
}
.xs-table-head {
    font-size: 10pt;
    font-family:"Open Sans Extra Bold";
    text-align: center;
}
.xs-noborder-r {
    padding-right: 5px;
}
.xs-noborder-l {
    border-left: none;
    padding-left: 5px;
}
.xs-ctg-div {
    font-family: "Open Sans Extra Bold";
    color: #323e48;
    font-size: 8pt;
    padding-left: 0;
    z-index: 999;
}
.xs-ctg-div p {
    border-left: 2px solid red ;
    transform: rotate(90deg);
    transform-origin: left bottom 0;
}
.resource-row-height p.medium-paragraph {
    height: 100px;
}
.resource-row-height {
    height: 180px;
}

/* threats page */
.threats-news-div {
    margin-top: 25px;
    text-align: center;
}
.threats-news h3 {
    font-size: 16pt;
    color: #323e48;
    font-family: "Open Sans Extra Bold";
}
.threats-news img {
    max-width: 100%;
}
.threats-news div{
    border: 3px solid grey;
    width: 100%;
    height: 290px;
}
.threats-news-description-div {
    margin: 15px;
}
.grey-bg {
    background: #f3f4f4;
}
.icon-div {
    position: relative;
    margin-left: -55px;
    display: inline-block;
}
.ms-isac-div > .icon-div {
    margin-left: -75px;
    height: 100px;
}
.icon-div img {
    max-width: 100%;
    height: 100%;
}
.latest-advisory h2{
    display: inline-block;
    color: #cf102d;
    font-family: "Open Sans Extra Bold";
    font-size: 18pt;
}
.latest-advisory p {
    font-size: 8pt;
}
.latest-advisory-headline {
    font-family: "Open Sans Extra Bold";
    font-size: 18pt;
    color: #323e48;
    margin-top: 20px;
    width: 80%;
}
.read-security-details {
    font-family: "Open Sans Extra Bold";
    font-size: 10pt;
    color: #323e48;
    padding-bottom: 15px;
}
.left-security-col h3 {
    font-family: "Open Sans Extra Bold";
    font-size: 18pt;
    color: #323e48;
    padding-bottom: 20px;
}
.blue-divider {
    width: 95%;
    margin-left: 0;
    color: #003a5d;
    border: 3px solid #003a5d;;
    clear: both;
}
.ms-isac-div h2 {
    display: inline-block;
    color: #003a5d;
    font-family: "Open Sans Extra Bold";
}
.ms-isac-div p:nth-of-type(1) {
    color: #003a5d;
    font-family: "Open Sans Regular";
    font-size: 10pt;
    margin: 0;
    margin-top: -15px;
    font-weight: bold;
}
.ms-isac-div p:nth-of-type(2) {
    color: #003a5d;
    font-family: "Open Sans Regular";
    font-size: 10pt;
    margin: 0;
    font-weight: bold;
}
.threats-image-div {
    margin: 15px 0;
}
.threats-image-div img {
    max-width: 100%;
    min-width: 100%;
}
.threats-image-div p {
    position: relative;
    font-family: "Open Sans Extra Bold";
    font-size: 14pt;
    color: #003a5d;
    margin-top: 10px;
}
.join-ms {
    position: relative;
    margin-top: 80px;
}
.join-ms p {
    font-family: "Open Sans Regular";
    font-size: 12pt;
    color: #697179;
    margin-bottom: 15px;
}
.subscribe-advisories-div p {
    font-family: "Open Sans Regular";
    font-size: 12pt;
    color: #323e48;
    padding: 7px 10px 10px 0;
    clear: both;
}
.subscribe-advisories-div .web-btn-green {
    width: 60%;
    float: left;
    margin: 10px 10px 10px 0;
}
.secure-platforms .web-btn-green {
    width: 370px;
    float: left;
    margin: 10px 10px 10px 0;
    margin-bottom: 50px;
    display: block;
}
.secure-platforms h3 span {
    color: #0c9bcf;
    display: block;
}
.secure-platforms .read-security-details {
    font-family: "Open Sans Regular";
    font-size: 10pt;
    color: #323e48;
}
.secure-platforms .alert-level {
    font-family: "Open Sans Extra Bold";
    font-size: 10pt;
    color: #323e48;
}
/* OBS page */
.banking-overview {
    min-height: 300px;
}
.banking-overview h4 {
    margin: 15px 10%;
}
.banking-overview p {
    width: 80%;
    margin: 15px 10%;
}
.download-banking-primer p {
    margin: 15px 15px 15px 0;
    font-weight: bold;
}
.download-banking-primer .btn-green-lg {
    width: 450px;
}
.download-banking-primer .btn-green-lg img {
    margin-top: 0;
}
.download-banking-primer .btn-green-lg span {
    padding-top: 5px;
}
.arrow-icon {
    color: #72a951;
}
.safety-discussed div{
    font-family:"Open Sans Extra Bold";
    border-top: 1px solid #0083c2;
}
.safety-discussed h4 {
    font-weight: 300;
    margin-bottom: 15px;
}
.safety-discussed p a {
    color: #000;
    text-decoration: none;
    font-weight: 200;
}
.secure-div {
    font-family:"Open Sans Extra Bold";
    font-size: 16pt;
    margin-bottom: 25px;
}
.secure-div .btn-green-lg {
    width: 370px;
}
.secure-div .btn-green-lg img {
    margin-top: 7px;
}
.secure-div .btn-green-lg p {
    font-size: 15pt;
    /*margin-top: -10px;*/
}
.secure-div .btn-green-lg span {
    font-family: "Open Sans Regular";
    font-size: 14pt;
    font-weight: bold;
}
.secure-div .btn-green-lg p {
    font-size: 12pt;
}
.secure-div > .lightblue {
    width: 400px;
}
.centos-paragraph {
    margin-right: 10%;
    margin-bottom: 10%;
}
.secure-div > p:nth-of-type(1) {
    margin-bottom: 15px;
}
.secure-div button{
    margin-top: 0;
}
.btn-desc {
    font-family: "Open Sans Regular";
    font-size: 10pt;
    margin-top: -8%;
    margin-bottom: 10%;
    width: 70%;
}
.btn-desc > a {
    color: #0f0f0f;
    font-weight: bold;
}
.other-benchmark-desc {
    font-family:"Open Sans Extra Bold";
    font-size: 12pt;
    margin-top: -15px;
    padding: 0;
}
.other-benchmark-desc a {
    color: #333;
}
.grey-casestudy-area {
    position: relative;
    background: #eeeeef;
    color: #333e48;
    padding-bottom: 25px;
}
.grey-casestudy-area > h3 {
    margin: 0;
    padding-top: 15px;
    padding-left: 10%;
    font-family: "Open Sans Extra Bold";
    font-size: 18pt;
}
.grey-casestudy-area > div{
    padding-left: 10%;
    padding-right: 10%;
}
.casestudy-col-div{
    padding: 0;
    padding-right: 20px;
}
.casestudy-col-div h4 {
    margin: 0;
    margin-top: 10px;
    font-family: "Open Sans Extra Bold";
    font-size: 12pt;
}
.casestudy-col-div p {
    font-family: "Open Sans Light";
    font-size: 11pt;
    font-weight: bold;
}
.casestudy-col-div img {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 60%;
}
.casestudy-col-div .commitment-description {
    margin-top: 20px;
    font-family: "Open Sans Italic";
}
.casestudy-col-div .commitment-description p {
    font-family: "Open Sans Italic";
}
.darkblue-font-color {
    color: #333e48;
}
.casestudy-div {
    background-color: #eeeeef;
    z-index:0;
}
.casestudy-div h2 {
    border-bottom: 3px solid #FFFFFF;
    font-family: "Open Sans Regular";
    font-size: 22pt;
    color: #333e48;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
}
.casestudy-div h2 span {
    padding-left: 10%;
    font-family: "Open Sans Extra Bold";
    font-size: 22pt;
}
.casestudy-testimonials {
    margin-top: 20px;
}
.casestudy-testimonials .casestudy-testimonial-text {
    font-family: "Open Sans Italic";
    font-size: 14pt;
    color: #333e48;
}
.casestudy-testimonials .casestudy-testimonial-author {
    font-family: "Open Sans Extra Bold";
    font-size: 10pt;
    color: #333e48;
}
.casestudy-testimonials .casestudy-testimonial-author span {
    font-family: "Open Sans Regular";
    font-size: 10pt;
    color: #333e48;
}
.casestudy-testimonials .casestudy-testimonial-company {
    font-family: "Open Sans Regular";
    font-size: 10pt;
    color: #333e48;
    margin-top: -10px;
}
.grey-testimonial-area {
    position: relative;
    background: #eeeeef;
    padding-top: 25px;
    padding-bottom: 35px;
}
.grey-testimonial-area .testimonial {
    padding-left: 10%;
    padding-bottom: 25px;
}
.grey-testimonial-area .testimonial p {
    color: #000;
    font-family: "Open Sans Italic";
    font-size: 14pt;
    font-weight: bold;
    padding-right: 25px;
}
.testimonial .testimonial-author-info {
    margin-top: 30px;
}
.testimonial .testimonial-author-info .casestudy-testimonial-author {
    font-family: "Open Sans Extra Bold";
    font-size: 12pt;
}
.testimonial .testimonial-author-info .casestudy-testimonial-author span {
    font-family: "Open Sans Regular";
    font-size: 12pt;
}
.testimonial .testimonial-author-info .testimonial-author-position {
    margin-top: -10px;
    font-family: "Open Sans Regular";
    font-size: 12pt;
}
.testimonial .testimonial-author-info .casestudy-testimonial-company {
    margin-top: -10px;
    font-family: "Open Sans Regular";
    font-size: 12pt;
}
.line-height-1-2 {
    line-height: 1.2;
}
.line-height-1-1 {
    line-height: 1.1;
}
#table {
    display: none;
}

/* PRIMER OBS*/
.post-details {
    padding: 0;
    font-family:"Open Sans Light";
    font-weight: bold;
    font-size: 10pt;
}
.post-author-details {
    color: #003b5c;
}
.post-author-details .author-name {
    font-family:"Open Sans Regular";
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.download-link a {
    color: #72a94e;
}
.controls-discussed {
    margin-top: 15px;
    color: #003b5c;
}
.controls-discussed ul {
    padding: 0;
    font-weight: bold;
    font-size: 12pt;
    list-style: none;
}
.controls-discussed ul li {
    list-style-type: none;
    font-weight: 100;
}
.primer-overview {
    font-family: "Open Sans Light";
    font-weight: bold;
    font-size: 10pt;
    color: #003b5c;
}
.primer-overview h4 {
    font-family: "Open Sans Extra Bold";
    font-size: 14pt;
}
.user-recommendations {
    padding: 0;
    margin-top: 15px;
    font-size: 12pt;
    color: #003b5c;
}
.user-recommendations h4{
    font-family: "Open Sans Extra Bold";
    font-size: 14pt;
    padding-left: 15px;
}
.user-recommendations ul > li {
    font-family: "Open Sans Light";
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 10pt;
}
.website-mark {
    font-family: "Open Sans Italic";
    font-weight: bold;
    font-size: 10pt;
    color: #003b5c;
}
/* BEYOND TRUST and POST FILTER PAGE */
.beyond-content{
    background-color: #F3F5F7;
    margin-top: 30px;
    padding: 20px;
}
.select-control{
    background: url(../images/black_arrow.png) no-repeat 97% 50% #e2cd00;
    color: #000;
    font-family:"Open Sans Extra Bold";
    border-radius: 3px;
    border: 2px solid #e2cd00;
    font-size: 12pt;
    padding: 10px 30px 10px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;

}
select.select-control::-ms-expand{
    display: none;
}
.select-control>option{
    font-size: 12pt;
}
.main-row{
    padding-top: 20px;
    padding-bottom: 40px;
}
.main-paragraph{
    font-family: "Open Sans Regular";
    text-align: justify;
}
.search-wrapper{
    background-color: gray;
    border-radius: 3px;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
}
.search-input{
    background-color: lightgray;
}
/* CLIENTS page*/
.clients-header {
    text-align: center;
    font-family: "Open Sans Extra Bold";
    color: #003b5c;
}
.clients-header h3 {
    font-family: "Open Sans Regular";
}
.client-div {
    text-align: center;
    padding: 5%;
}
.client-div img {
    max-width: 100%;
    width: 100%;
}
.clients-list {
    list-style-type: none;
    color: #A18A8D;
}
.clients-list a {
    display: block;
}
.certified {
    position: relative;
    font-family: "Open Sans Regular";
    font-size: 10pt;
    text-decoration: underline;
}
.padding-t-b-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*ADVISORY page */
.adv-row{
    padding-top: 20px;
}
.adv-row h2 {
    font-family: "Open Sans Extra Bold";
    font-size: 20pt;
    color: #053D5C;
}
.adv-content {
    background-color: #F5F7F7;
    color: #053D5C;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
    overflow-wrap: break-word;
    font-size: 12pt;
    font-family: "Open Sans Regular";
}
.adv-content h4 {
    font-family: "Open Sans Extra Bold";
    font-size: 14pt;
    margin-bottom: 0;
    padding-top: 10px;
}
.adv-content h5 {
    font-family: "Open Sans Extra Bold";
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 12pt;
}
.adv-content-right{
    text-align: center;
}
.adv-content-subtitle{
    margin-top: 0;
}
.adv-content p {
    padding-top: 20px;
}
.adv-content-list{
    padding-top: 20px;
    padding-left: 0;
}
.adv-content-link {
    color: #053D5C;
    text-decoration: underline;
}
.adv-content-link a{
    color: #053D5C;
    text-decoration: underline;
}
.adv-right-title{
    font-family: "Open Sans Extra Bold";
    font-size: 18px;
}
.adv-right-sub{
    font-family: "Open Sans Regular";
    font-size: 16px;
}
.btn-adv-subscribe{
    font-family: "Open Sans Regular";
    background-color: #de890a;
    color: #ffffff;
    margin-bottom: 50px;
    white-space: normal;
}
.btn-adv-control{
    font-family: "Open Sans Regular";
    background-color: #72a94e;
    color: #ffffff;
    margin-bottom: 30px;
    white-space: normal;
}
.btn-adv-google{
    font-family: "Open Sans Regular";
    background-color: #3F81FC;
    color: #ffffff;
    white-space: normal;
}

/* Advisory new */

.info-hub-title span {
    font-family: "Open Sans Regular";
}

.template-content {
    //margin-top: 50px;
    //margin-bottom: 25px;
}

.template-content {
    margin-top: 20px;
    margin-bottom: 25px;
}


.template-main-content {
    padding-left: 25px;
}
.template-content ul, ol {
    margin-top: 15px;
    margin-bottom: 15px;
}
.reference-list {
    margin-top: 15px;
}
.reference-list a {
    display: block;
}
.advisory-number {
    position: relative;
    display: block;
    font-family: "Open Sans Regular";
    font-size: 14pt;
    color: #003a5d;
    margin-top: -10px;
}
.advisory-date-issued {
    font-family: "Open Sans Regular";
    display: block;
    font-size: 14pt;
    color: #003a5d;
    margin-top: -10px;
    margin-bottom: 15px;
}
.template-sidebar-content {
    margin-left: 15px;
    width: 90%;
}
.sidebar-subtitle {
    font-family: "Open Sans Regular";
    font-size: 14pt;
    line-height: 1;
    display: block;
    margin-top: 15px;
}
.btn-sidebar{
    position: relative;
    font-family: "Open Sans Extra Bold";
    color: #ffffff;
    font-size: 12pt;
    white-space: normal;
    border-radius: 7px;
    text-align: left;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    width: 250px;
    line-height: 1.1;
}
.btn-sidebar > img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
/*apply margin ONLY after button*/
a.btn-sidebar + span.sidebar-subtitle {
    margin-top: 50px;
}
a.btn-sidebar + h4 {
    margin-top: 50px;
}
.green-background {
    background: #72a94e;
}
.orange-background {
    background: #DE890A;
}
.float-right {
    float: right;
}
.btn-green-lg > p {
    margin-top: 0 !important;
}

/* MS-ISAC page */

.ms-isac-headline {
    font-family: "Open Sans Light";
    font-size: 24pt;
    line-height: 1.2;
    color: #003b5c;
    padding-right: 0;
}
.sm-text-green {
    font-family: "Open Sans Extra Bold";
    color: #72a94e;
    /*font-size: 10pt;*/
    font-weight: bold;
    margin-top: 10px;
    display: block;
}
.logo-div {
    display: inline-block;
}
.ms-isac-logo-div .logo-div img {
    max-width: 70%;
}
.ms-isac-logo-text {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
}
.ms-isac-logo-div p:nth-of-type(1) {
    color: #003a5d;
    font-family: "Open Sans Regular";
    font-size: 10pt;
    margin: 0;
    margin-top: -15px;
    font-weight: bold;
    margin-left: 65px;
}
.ms-isac-logo-div p:nth-of-type(2) {
    color: #003a5d;
    font-family: "Open Sans Regular";
    font-size: 10pt;
    margin: 0;
    font-weight: bold;
    margin-left: 65px;
}
.web-btn-green-sm{
    position: relative;
    background-color: #72a94e;
    color: #ffffff;
    font-family:"Open Sans Extra Bold";
    border-radius: 7px;
    text-align: left;
    width: 200px;
}
.ms-isac-header .web-btn-orange-sm {
    width: 250px;
    margin-left: 0;
    margin-top: 25px;
}
.msisac-learn-more-links {
    margin-top: 35px;
}
.msisac-learn-more-links a {
    font-family: "Open Sans Extra Bold";
    color: #72a951;
    margin-right: 25px;
}
.ms-isac-bkg {
    padding-top: 25px;
    padding-bottom: 25px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(196,232,244,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(196,232,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(196,232,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c4e8f4',GradientType=1 ); /* IE6-9 */
}
.ms-isac-services-list {
    margin-top: 35px;
    font-size: 12pt;
    color: #323e48;
}
.ms-isac-services-list-col {
    padding-left: 0;
}
.ms-isac-services-list ul {
    font-family: "Open Sans Extra Bold";
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0;
}
.ms-isac-services-list ul li {
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    background-position: 0;
    padding-left: 7px;
}
.ms-isac-services-list ul li:first-of-type {
    font-family: "Open Sans Regular";
    border-top: 2px solid #6b6b6b;
    font-size: 10pt;
}
.ms-isac-services-list ul li {
    font-family: "Open Sans Regular";
    font-size: 10pt;
    border-top: 1px solid #6b6b6b;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}
.ms-isac-services-list ul li:last-of-type {
    font-family: "Open Sans Regular";
    font-size: 10pt;
    border-bottom: 1px solid #6b6b6b;
}
.display-block{
    display: block;
}
.margin-t-0 {
    margin-top: 0;
}
.margin-t-10 {
    margin-top: 10px;
}
.margin-b-10 {
    margin-bottom: 10px;
}
.ms-isac-banner {
    padding-left: 0;
}
.ms-isac-banner-title {
    color: #fff;
    position: absolute;
    top: 5%;
    left: 20%;
}
.ms-isac-banner > div {
    color: #fff;
    position: absolute;
    left: 20%;
    top: 35%;
    padding: 0;
}
.ms-isac-banner div p {
    line-height: 1;
}
.ms-isac-banner-contact {
    margin-top: 10px;
}
.ms-isac-banner-contact > p:first-of-type {
    margin-top: -5px;
}
.ms-isac-banner-contact p {
    margin-top: -10px;
}
.subscribe-links-div {
    padding: 0;
    margin-top: -10px;
    padding-bottom: 15px;
}
.subscribe-links {
    font-family: "Open Sans Regular";
    font-weight: bold;
    margin-right: 25px;
}
.ms-isac-latest-news {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
}
.ms-isac-latest-news-title {
    color: #0083c2;
    padding-left: 0;
    margin-bottom: 0;
}
.ms-isac-see-resources-div a {
    font-weight: bold;
    margin: 0;
}
.daily-tip-div {
    padding-bottom: 25px;
}
.daily-tip-div a {
    display: block;
}
.training-opportunities-bg {
    background: #faf7e1;
}
.training-opportunities-div div {
    margin-bottom: 25px;
}
.training-opportunities-div div h5 span {
    font-family: "Open Sans Regular";
}
.training-opportunities-div div p,a {
    margin: 0;
}
.training-opportunities-div {
    padding-bottom: 25px;
}
.training-opportunities-div a {
    display: block;
}
.green-color {
    color: #72a951;
}
.partners-div img {
    min-width: 100%;
    max-width: 100%;
}
.flex-align-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.alert-level-map {
    position: absolute;
    bottom: 10px;
    right: 15px;
    min-width: 90%;
    max-width: 90%;
}

/* hardened images page */
.fixedDivClass {
    z-index: 1;
}
.aws-header div {
    padding: 0;
}
.aws-header div i {
    margin-left: 10px;
}
.cloud-icon {
    /*background: #ffdb70;*/
    /*height: 50px;*/
    text-align: center;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.cloud-icon img {
    max-width: 100%;
    vertical-align: middle;
}

.platform-label {
    color: #000;
    background: #ffdb70;
    text-align: center;
    padding: 15px 10px;
    min-height: 50px;
}
.vertical-content {
    height:100%;
    width:100%;

    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
}

.vertical-content:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

.vertical-content > a {
    max-width: 100%;

    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    font: 10pt/1 "Helvetica Neue", Helvetica, Arial, sans-serif;        /* <-- reset the font property */
}
.purchase-btn-div {
    padding: 15px 0;
}
.purchase-btn-div a.dynamic-div-btn {
    width: 90%
}
.platform-div {
    padding-right: 50px;
}
.platform-list{
    background: url(../images/black_arrow.png) no-repeat 97% 50% #e2cd00;
    color: #000;
    border: 2px solid #e2cd00;
    padding: 10px;
    margin-right: 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 50px;
}
.platform-list-div {
    padding: 0;
}
select.platform-list::-ms-expand{
    display: none;
}
select.platform-list {
    text-align: center;
}
.platform-list > option{
    font-size: 12pt;
}
.platform-select-results {
    border-top: 2px solid #0f0f0f;
}
.platform-select-results a {
    cursor: pointer;
}
.hidden {
    display: none;
}
.results-border-top {
    border-top: 2px solid #0f0f0f;
}
.last-row {
    padding-bottom: 25px;
}
table.hardened-images-table tr.older-version {
    height: 40px;
    vertical-align: bottom;
}
table.hardened-images-table tr.older-version ~ tr.older-version {
    height: 0;
}
.colapsed-col {
    visibility: collapse;
    border-right: none;
}
.hardened-images-table td.colapsed-col {
    border-right: none;
}
.hardened-images-table p {
    margin: 0;
}
.hardened-images-table td {
    border-right: 2px solid #0f0f0f;
}
.hardened-images-table td:last-of-type {
    border-right: none;
}
.hardened-images-table-layout {
    margin-top: 25px;
    margin-bottom: 25px;
}
.table-first-row {
    height: 50px;
}
.access-hardened-images {
    font-size: 12pt;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

/*Client Specific*/
.footnote_section {
    border-top-style: solid;
    border-width:1px;
    padding-top:10px;
}

/*CIS Control 1: Inventory*/
.cover-banner-inventory {
    position: relative;
}
.cover-banner-inventory .title-and-logo {
    position: absolute;
    top: 5%;
    width: 30%;
}
.cover-banner-inventory > .cover-image-inventory {
    min-width: 100%;
    max-width: 100%;
    max-height: 450px;
}
.cover-banner-inventory-h1 {
    position: absolute;
    top: 10%;
    margin: 0;
    margin-left: 6%;
}
.cover-banner-inventory-h4 {
    position: absolute;
    top: 35%;
    margin: 0;
    margin-left: 12%;
}
.cover-banner-inventory-p {
    position: absolute;
    top: 45%;
    width: 30%;
    margin: 0 12%;
    line-height: 1;
}
.inventory-left-list {
    padding: 0;
}
.inventory-left-text {
    margin-top: 10px;
    padding: 10px 0 20px 0;
    border-top: 3px solid #00afff;
    display: flex;
}
.inventory-left-text i{
    padding: 5px 10px 0 0;
    color: #0097cf;
}
.inventory-right-text {
    background: #f3f4f4;
    padding: 20px;
}
.inventory-right-text-h4 {
    padding-right: 25%;
}
.inventory-right-text button {
    margin-bottom: 10px;
}
.paragraph-inventory{
    color: #1c2b39;
    font-family: "Open Sans Regular";
    font-size: 16pt;
    margin-bottom: 20px;
}
.label-inventory {
    color: #72a94e;
    font-family:"Open Sans Bold";
    margin-bottom: 5px;
}
.inventory-link {
    color: #72a94e;
    font-family:"Open Sans Bold";
    margin-bottom: 5px;
    float: right;
    padding-right: 50px;
}

.d-inline-block {
    display: inline-block;
}
/* 404 */
.page-not-found {
    height: 300px;
}
.page-not-found-p {
    font-family: "Open Sans Regular";
    font-size: 28pt;
    color: #003b5c;
    position: absolute;
    top: 20%;
    margin: 0 12%;
    line-height: 1;
}
.page-not-found-link {
    font-family: "Open Sans Bold";
    font-size: 9pt;
    color: #72a951;
    position: absolute;
    top: 40%;
    margin: 0 12%;
    line-height: 1;
}
/* Wrapped table CISPC-111 */
.wrapped-list--justify {
    text-align: justify;
}
.wrapped-list--center {
    text-align: center;
}
.wrapped-list {
    padding: 0;
}
.wrapped-list li {
    display:inline-block;
    vertical-align: middle;
    padding: 5px;
}
.wrapped-list:after{
    content:"";
    display:
    inline-block;
    width: 100%;
    height: 0;
}
.member-submit {
    font-size: 18pt;
    font-family: "Open Sans Bold";
}
/* Media page */

.contact-media-div {
    padding-top: 20px;
}
.contact-media-div div {
    border-left: 2px solid #f5f5f5;
}

/* 2017-11 Home update */
.noNegativePadding {
    margin-left: 0px;
    margin-right: 0px;
}
.homeBottomBlueRow {
    margin-top: 0px;
    margin-bottom: 55px;
}

.homeBottomBlueRow div {
    padding-top: 25px;
    height: 226px;
}

.homeBottomBlueRow p {
    margin-left: 26px;
}

.homeBottomBlueRow image {
    display: block;
    margin-top: 40px;
}

.homeBottomBlueRow .text-white {
    padding-bottom: 60px;
}

.homeBottomBlueRow .text-white-last {
    padding-bottom: 80px;
}

#arrowRow {
    background-color: #0486BF;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ms-iascCTA {
    margin-left: 0px;
}

.ms-iascCTA img {
    width: 150px;
    height: auto;
    margin-left: 8px;
}
.ms-isac-text{
    font-size: 13pt;
}

.arrowBoxes i {
  display: inline-block;
  font-style: normal;
  position: relative;
}

/* Additional formatting for arrow icon */
.arrowBoxes i.arrow {
    /* top: 2pt; Uncomment this to lower the icons as requested in comments*/
    width: 40px;
    height: 40px;
    border-right: 4px solid #FFFFFF;
    border-top: 4px solid #FFFFFF;
    transform: rotate(45deg);
    display: block;
    margin: auto 0px;
    margin-left: -19px;
}

.orangeCTA {
    padding: 20px;
    background: url("https://www.cisecurity.org/wp-content/uploads/2017/12/background-white-shield.png") no-repeat right;
    background-color: #de890a;
    margin-top: 40px;
    color: #FFFFFF;
    border-radius: 5px 5px 0 0;
    background-size: 40%;
    background-position: 102%;
}
.orangeCTA h2{
    color: #FFFFFF;
    line-height: 1.3em;
}
.orangeCTA img {
    width: 100%;
}
.orangeCTA a img {
    width: auto;
}

.orangeCTA .btn-group-lg > .btn, .btn-lg {
    padding: 10px;
}
.whiteLine {
    border-bottom: 3px solid #FFFFFF;
}
.arrowBox {
    position: relative;
    background: #FFFFFF;
    border: 4px solid #0086bf;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}

.arrowBoxBottomIcon {
    display: none;
}

.learn-more:hover {
    text-decoration: none !important;
}

.circle-plus {height:50px; width:50px; font-size:1em /*Will change icon size*/;}
.circle-plus .circle {position: relative; width: 50px; height: 50px; border-radius: 100%; border: none;}
.circle-plus .circle .horizontal {position: absolute; background-color: #FFFFFF; width: 40px; height: 4px; top: 1.9em; left: 12px;}
.circle-plus .circle .vertical {position: absolute; background-color: #FFFFFF; width: 4px; height: 40px; top: 12px; left: 1.9em;}
.circle-plus-container {display: inline-block; margin: 0 auto; padding-bottom: 20px;}
/* .arrowBox:after, .arrowBox:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrowBox:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #FFFFFF;
    border-width: 37px;
    margin-top: -37px;
}
.arrowBox:before {
    border-color: rgba(0, 134, 191, 0);
    border-left-color: #0086bf;
    border-width: 43px;
    margin-top: -43px;
} */



.arrowBox h2 {
    margin: -10px 0px 10px 0px;
    font-size: 16pt;
}

.arrowBox h2 img {
}

.arrowBox div, .arrowBox .p {
    //margin: 0px 5px;
}

.arrowBox .arrowBoxIcon {
    width: 27px;
    height: auto;
    margin-top: 0px;
    margin-right: 5px;
}

.arrowBox .btn-sm {
    padding: 5px 10px;
    font-size: 10px !important;
    line-height: 1.5;
    border-radius: 3px;
}

.arrowBox a.darkBlue {
    background-color: #003a5c !important;
    border: #003a5c !important;
    font-weight: normal;
}

.arrowBox .col-lg-9,.arrowBox .col-md-9 {
    font-size: 12px;
}

.alertLevel {
    margin-bottom: 20px;
}

.blueBorder {
    //border: 4px solid #0086bf;
    background-color: #FFFFFF !important;
    background: url("https://www.cisecurity.org/wp-content/uploads/2017/12/back-home-blue-border-box2.png") no-repeat right;
    margin: 0px 2px 0px -5px;
    padding: 25px;
    background-size: 27%;
    background-position: 102% 57%;
    min-height: 350px;
}

.blueBorder .col-lg-4 {
    color: #003a5c;
    font-size: 14px;
}

.blueBorder strong {
    color: #003a5c;
    display: block;
    margin-bottom: 5px;
}

.blueBorder li {
    margin-bottom: 10px;
    color: #003a5c;
    font-size: 14px;
}

.blueBorder p {
    margin: 0 0 10px 16px;
}

.blueBorder .headImage {
    width: 85%;
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: -16px;
}

.blueBorder li {
    font-size: 14pt;
}

.homeQuote .quote {
    color: #007b82;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}

.homeQuote .who {
    margin-left: 40px;
    color: #007b82;
    font-size: 11pt;
}

.fluidAdStrip {
     //background-color: #3ea1d1;
     background-image:
    linear-gradient(
      to right,
      #339acb, #FFFFFF
    );
}

.fluidAdStrip h5 {
     line-height: 1.4em;
}

.fluidAdStrip .col-lg-4 {
     padding-top: 30px;
}

.fluidAdStrip a {
    //display: inline-block !mportant;
}

#headerContainer {
    padding-top: 20px;
    background: url('https://www.cisecurity.org/wp-content/uploads/2018/02/Election-Fade-half2.jpg') no-repeat; //fixed right;
    background-size: cover;
    min-height: 200px;
    //margin-bottom: 20px;
}

#headerContainer2 {
    padding-top: 20px;
    background: url('https://www.cisecurity.org/wp-content/uploads/2018/02/Election-Fade-half2.jpg') no-repeat; //fixed right;
    background-size: cover;
    min-height: 200px;
}

#pageHeaderIntroText {
    color: #003b5c;
    font-style: italic;
    font-weight: 600;
    font-size: 14pt;
    line-height: 1.5em;
    padding: 20px 0px;
    margin-left: 6%;
    width: 75%;
    margin-bottom: 20px;
}

#pageHeaderText h2 {
    line-height: 1.5;
    margin-bottom: 10px;
    margin-left: 15px;
    font-style: normal;
    font-size: 26pt;
}

#pageHeaderSubText {
    color: #003a5d;
    margin-left: 15px;
    margin-top: 20px;
    //font-size: 14pt;
}

/* Secure Suite 2017-12 update */

.orange {
    color: #D98A28;
}
.ssQuote {
    margin: 50px 0px;
    border-top: 5px solid #007B82;
    border-bottom: 5px solid #007B82;
    padding: 20px 0px;
}

.ssQuote .quote {
    color: #007b82;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14pt;
}

.ssQuote .who {
    margin-left: 20%;
    color: #333F48;
    font-size: 12pt;
}

.noMargin {
    margin: 0px;
}

.numbersAndBorders {
    margin-top: 20px;
}

.numbersAndBorders td {
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: 1px solid #D98A28;
}

.numbersAndBorders tr {
}

#numbersAndBordersMobile {
    display: none;
}

#suiteJoinTodayMobile {
    display: none;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 30px;
    height: 30px;
    padding: 1px;

    background: #D98A28;
    border: 2px solid #D98A28;
    color: #FFFFFF;
    text-align: center;

    font: 20px Arial, sans-serif;
    margin: 0px 15px;
}

.numberCircle1{
    background-color: #1685bf;
    background: #1685bf;
    border: 2px solid #1685bf;
}
.numberCircle2{
    background-color: #c3c6c8;
    background: #c3c6c8;
    border: 2px solid #c3c6c8;
}
.numberCircle3{
    background-color: #053b5c;
    background: #053b5c;
    border: 2px solid #053b5c;
}
.blank {
    width: 30px;
    border: none !important;
}

.divTable {
    display: table;   /* Allow the centering to work */
    margin: 0 auto;
}

.logoRow {
    list-style: none;
    padding-left: 0px;
    padding-top: 20px;

}

.logoRow li {
    display: inline;
    margin-right: 11px;
}

.logoRow li img {
    height: 75px;
    width: auto;
}

.ssBlueBox {
    background-color: #0486BF;
    color: #FFFFFF;
    padding: 30px 30px 30px 20px;
    margin-top: 40px;
}


.vertAlign {
    //display: table-cell;
    //vertical-align: middle;
    //height: 90px;
}


#ssBlueBoxSSStar {
    //padding-bottom: 0px;
    background-color: #0486BF;
    color: #FFFFFF;
    padding: 0px 30px 0px 20px;
}

.ssBlueBoxLast p {
    padding: 0px 25px 0px 0px;
}


.ssBlueBox h2 {
    color: #FFFFFF;
}

.ssBlueBox img {
    margin-bottom: 15px;
    width: 93%;
}

#ssBlueBoxSSStar img{
    //margin-bottom: 15px;
    width: 93%;
}

#ssBlueBoxSSStar .leftDiv img {
    margin-left: 5px;
    margin-top: 20px;
}

#ssBlueBoxSSStar .middleDiv {
    padding: 20px 0px 10px 0px;
}

#ssBlueBoxSSStar img.arrow {
    width: auto !important;
    heigh: auto;
    //margin-top: 13px;
}

#ssBlueBoxSSStar a#ssLearnMore {
    padding: 5px 10px;
    margin-top: 35px;
    margin-left: 55px;
    font-size: 10pt !important;
    display: inline-block; vertical-align: middle; float: none;
}

#ssBlueBoxSSStar img.star {
    //position: absolute;
    width: 100px;
    heigh: auto;
    display: inline-block;
    float: left;
    margin-right: 20px;
    //margin-top: -30px;
    margin-bottom: 0px;

}



.ssSideLogo img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-top: 25px;
}

.ssSideLinks a {
    font-size: 12pt;
}
#consensus .bg-lightblue {
    padding-top: 20px;
}

#consensus .theLastCol {
    margin-left: 20px;
}

#consensus p.paragraph-title:first-child, #consensus p.paragraph-text:first-child {
    //margin-left: -20px;
}

#consensus .col-lg-12 {
    //padding-left: 0px;
}

#consensus p.paragraph-text {
    padding-right: 20px;
}

.fa-2x {
    font-size: 26.6667px;
}

.alertLevel a {
    display: block !important;
    margin-top: -5px !important;
}

/* controls */
h2.controlsExcerpt  {
    color: #D5750D !important;
    font-size: 28px;
    text-align: center;
    margin-top: 0px;
}

.controlContainer {
    padding: 20px;
    //-webkit-border-radius: 10px;
    //-moz-border-radius: 10px;
    //border-radius: 10px;
}

.controlsContainer a, .controlsContainer a:hover {
}

.controlContainer .row {
    margin-bottom: 5px;
}

.controlContainer .row div {
    line-height: 1.5em;
    font-weight: 600;
}

.controlContainer .row div a, .controlContainer .row div a:hover {
    line-height: 1.5em;
    font-weight: 600;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.controlContainer h2 {
    color: #FFFFFF;
    margin: 5px 0px 30px 0px;
}

.controlContainer li {
    line-height:1.5em;
    border-bottom:1px solid #ccc;
    float:left;
    display:inline;
}

.ei-IsacBlueContainer {
    padding: 20px;
    background-color: #1986C2;
    color: #FFFFFF;
}

.ei-IsacBlueContainer {
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom:30px;
}

.ei-IsacBlueContainer h2 {
    color: #FFFFFF;
    margin: 5px 0px 30px 0px;
    font-size: 16pt;
    font-weight: 300 !important;
}

.ei-IsacBlueContainer ul {
    width:100%;
    margin-bottom:20px;
    //overflow: hidden;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.ei-IsacBlueContainer li {
  line-height: 1.5em;
  margin-bottom: 15px;
  margin-left: 11px;
}

ul.quickLinks {
//    text-align: center !important;
}

ul.quickLinks a {
//    color: #000000;
}

.quickLinks li {
//    display: inline-block;
//    //border: 1px solid red;
//    margin-left: 40px;
}


.quickLinks li:first-child {
//    margin-left: -60px;
}


.controls1 {
    background-color: #1986C2;
    color: #FFFFFF;
}

.controls2 {
    background-color: #79858C;
    color: #FFFFFF;
}

.controls3 {
    background-color: #003A5D;
    color: #FFFFFF;
}

.controls1 .numberCircle {
    width: 35px;
    height: 35px;
    color: #1986C2;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.controls2 .numberCircle {
    width: 35px;
    height: 35px;
    color: #79858C;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.controls3 .numberCircle {
    width: 35px;
    height: 35px;
    color: #003A5D;
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.rRail h3 {
    margin-top: 0px;
}

.rRail li {
    margin-bottom: 15px;
}

.greyEventsBox {
    background-color: #C9C9C9;
    padding: 25px 20px;
    text-align: center;
    margin-bottom: 30px;
}

.rRail .greyEventsBox .btn-white-lg {
    background-color: #FFFFFF;
    color: #000000;
    font-family: "Open Sans Bold";
    font-size: 12pt;
    border-radius: 7px;
    text-align: center;
    width: 100px;
    margin-top: 5px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 400;
}

/* Styling for Controls V7 Detail Templates */
.dot {
  height: 13px;
  width: 13px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 0px;
}

.controlDetail {
    padding-left: 10px !important;
}
.controlDetail p, .controlDetail li {
    //line-height: 1.6em;
}
.controlDetail h2 {
    font-size: 30pt;
}

.controlDetail img {
    width: 30%;
    display: inline-block;
}

.controlDetail .controlIntro {
    font-size: 16pt !important;
}

.controlDetail .greyEventsBox {
    margin: 40px 0px 60px 0px !important;
}

.controlDetail .controlIntro p {
    font-size: 16pt !important;
}

.controlDetail h2 div {
    display: inline-block;
    margin-top: 10px;
    font-size: 25pt;
    //color: #0086bf !important;
}
.controlDetail h2 em {
    display: inline-block;
    margin-left: 10px;
    font-size: 14pt !important;
}
.basicControl h2 div{
    color: #0086bf !important;
}
.controlDetail h5{
    //color: #0086bf !important;
    font-size: 18pt;
    margin-top: 30px;
    margin-bottom: 10px;
}
.basicControl h5,
.basicControl .inventory-left-text i {
    color: #0086bf !important;
}

.basicControl .dot{
    background-color: #0086bf !important;
}

.foundationalControl h2 div,
.foundationalControl h5,
.foundationalControl .inventory-left-text i
{
    color: #0086bf !important;
}
.foundationalControl .inventory-left-text {
    border-top: 3px solid #0086bf !important;
}

.foundationalControl .dot{
    background-color: #0086bf !important;
}

.organizationalControl h2 div{
    color: #0086bf !important;
}
.organizationalControl h5,
.organizationalControl .inventory-left-text i
{
    color: #0086bf !important;
}
.organizationalControl .inventory-left-text {
    border-top: 3px solid #0086bf !important;
}
.organizationalControl .dot{
    background-color: #0086bf !important;
}
.controlDetail .organizationalControl {
    background-color: #0086bf !important;
}

/* Election Resources Best Practices*/
#searchLink, #navigation{
    display: none;
}

.noDecoration, .noDecoration:hover {text-decoration: none;}
.border{
    border: 1px solid black;
}
.headTable, .contentTable { width: 100%; }

.electionsContainer, .electionsContainer p, .electionsContainer li {
    line-height: 1.5em;
}
.electionsContainer a {
    color: #215e9e;
    text-decoration: underline;
}

.electionsContainer img {
    display: block;
    text-align: center;
    margin: 40px 0px;
}

.electionsContainer li {
    margin-bottom: 15px;
}

.electionsNavigation {margin: 50px 0px;}
.electionsNavigation a {
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
}
.electionsNavigation a.active, .electionsNavigation a:hover {
    background-color: #72a94e;
    color: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
}
.electionsContainer h1 {margin-bottom: 50px; }
.electionsContainer h2 {
    color: #005f86;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 24pt;
    font-weight: 700;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 2px solid #005f86;
    margin-bottom: 20px;
}
.electionsContainer h3 {
    color: #0086bf;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 18pt;
    font-weight: 700;
    margin-bottom: 5px;
}
.electionsContainer h4 {margin-top: 30px; }

.electionsSearch {
    margin-bottom: 30px;
    overflow-x:auto;
}
.electionsSearch > form > table > thead > tr > th {
    border-top: 5px solid #0096be;
    vertical-align: top;
}
.electionsSearch > form >  table > thead > tr:last-child > th {
    border-top: 4px solid #82857f;
}
.electionsSearch > form >  table > tbody > tr:hover {
    background-color: #E5F3F9;
}
.electionsSearch > form >  table > tbody > tr > td {
    border-top: 1px solid #0096be;
}
.electionsSearch > form >  table > tbody > tr > td, .electionsSearch > form >  table > thead > tr > th {
    padding: 15px 10px;
}
.electionsSearch > form >  table > thead > tr > th > input, .electionsSearch > form >  table > thead > tr > th > select {
    width: 100%;
}

.electionsSearch .noBorder:hover {
    background-color: #FFFFFF;
}


.electionResourceTable {
    margin-bottom: 30px;
     font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
     width: 100%;
}
.electionResourceTable h2 {
    font-size: 18pt;
    font-weight:700;
    margin-bottom: 10px;
}
.electionResourceTable tr:nth-child(2n) td:nth-child(2n) { border-top: 4px solid #82857f; }
.electionResourceTable .headTable thead tr { border-top: 5px solid #0096be; }
.electionResourceTable .headTable thead tr th {
    color: #0096be;
    font-size: 14pt;
}
.electionResourceTable .headTable tbody tr td {
    color: #000000;
    font-size: 26pt;
    font-weight: 900;
    padding-bottom: 25px;
    line-height: .8em;
}
.electionResourceTable .contentTable {
    border-spacing: 5px;
    border-collapse: separate;
}
.electionResourceTable .contentTable tbody tr:nth-child(odd) {
    color: #0096be;
    font-size: 14pt;
    font-weight: bold;
}
.electionResourceTable .contentTable tbody tr:nth-child(odd) td { border-top: 2px solid #0096be; }
.electionResourceTable .contentTable tbody tr:nth-child(even) td {
    padding-bottom: 20px;
    font-size: 14pt;
    border: none;
}
.electionResourceTable .contentTable h3 {
    font-size: 16pt;
    font-weight: 600;
    margin-bottom: 0px;
}
.electionResourceTableNumberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 30px;
    height: 30px;
    padding: 1px;
    background: #82857f;
    border: 2px solid #82857f;
    color: #FFFFFF;
    text-align: center;
    font: 20px Arial, sans-serif;
    margin: 0px 15px;
}

.electionResourceTableNumberCircle:hover {
    background: #0096BE;
    border: 2px solid #0096BE;
}

.blueCTA {
    background-color: #0086bf;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 25px 30px;
    margin: 30px 0px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.blueCTA h2 {
    color: #FFFFFF;
    font-size: 20pt;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: none !important;
}
.blueCTA h3 {
    color: #FFFFFF;
    font-size: 16pt;
    margin-bottom: 5px;
    font-weight: 700;
}
.blueCTA hr {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 20pt;
    margin: 20px 0px 10px 0px;
}
.blueCTA a {
    color: #000;
    text-decoration: underline;
}

.greenInsetHeader {
  margin-top: 20px;
  margin-left: 60px;
  border-top: 1px solid #74aa58;
  padding-bottom: 30px;

}
.greenInsetHeader h2{
  color: #74aa58;
  font-size: 16pt;
  font-weight: 600;
  border-bottom: none !important;
}
img.electionsNavArrow {
    display: inline-block;
    margin: 0px;
}
.blueNumberList {width: 100%;}
.blueNumberList td {
    vertical-align: top;
    padding: 0px 7px 7px 7px;
}
.blueNumberList td:first-child, .blueNumberList span:first-child {
    color: #0086bf;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16pt;
    font-weight: 700;
}

.caption {
    font-size: 14pt;
    font-style: italic;
}
.caption strong {
    font-style: normal;
    font-weight: 900;
}

.summaryTable {
    width: 100%;
    border-spacing: 5px;
    border-collapse: separate;
}
.summaryTable tr:first-child {}
.summaryTable th {
    border-bottom: 1px solid #0086bf;
    font-size: 12pt;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: bold;
    vertical-align: top;
    padding: 0px 0px 10px 0px;
}
.summaryTable td {
    font-size: 12pt;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    vertical-align: top;
    border-top: 1px solid #0086bf;
}
.summaryTable td:last-child {
    width: 20%;
}
.summaryTable td.noBorder {
    border: none;
    //font-weight: bold;
}

.summaryTableHeader {
    margin-left: 10px;
    margin-bottom: 0px;
    border-bottom: 5px solid #0086bf;
    padding-bottom: 10px;
}

.jw-state-idle .jw-controls, .jw-controls-backdrop {
  background-color: transparent !important;
}
.gdpr-preferences {display: none !important;}
.jw-slider-time{ background:transparent!important;}

.jw-state-idle .jw-controls {
background: rgba(0,0,0,0.0) !important;
}
.jw-controls-backdrop {
background: rgba(0,0,0,0.0) !important;
}
.jw-controls-backdrop, .jw-controls {
background: none !important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 30px 0px;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#botr_GySUaTRR_KvXsAByA_div {
  float: right;
  margin-left: 15px;
}


.longLinkWrap {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.fontNormal {
    font-family: "Open Sans Regular" !important;
}

.hs-cta-node, .hs-cta-wrapper {
    display: block !important;
    width: 100% !important;
}

a.cta_button {
    display: block !important;
    width: 100% !important;
}

#breadcrumbs a, #breadcrumbs span {
    color: #303e48 !important;
}


@media(min-width: 2000px){
    #pageHeaderText h2 {
        //line-height: .7;
        margin-bottom: 10px;
        margin-left: 15px;
        font-style: normal;
        font-size: 26pt;
        //border: 1px solid red;
    }
    .container{
        max-width: 2000px;
    }
    .last-element {
        height: 100px;
    }
    .vertical-divider-custom {
        height: 65px;
    }

}
@media(min-width: 1600px){
    .red-div {
        margin-top: 35px;
        height: 480px !important;
        //border: 8px solid purple;
    }

    .darkyellow_div {
        height: 630px;
    }

    h1 {
        font-size: 42pt;
        margin-top: 0;
    }
    h2 {
        font-size: 32pt;
    }
    h3 {
        font-size: 24pt;
    }
    h4 {
        font-size: 18pt;
    }

    h5 {
        font-size: 14pt;
    }
    div, p, ul, ol {
        font-size: 14pt;
    }
    .font-p-smaller {
        font-size: 12pt;
    }
    p img {
        padding: 0;
        max-width: 100%;
    }
    .ms-isac-text {
        font-size: 13pt;
    }
    .download {
        line-height: 1;
    }
    .template-content {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .template-content p {
        margin-bottom: 25px;
    }
    .template-sidebar-content {
        width: 85%;
    }
    .sidebar-subtitle {
        font-size: 18pt;
    }
    .btn-sidebar{
        font-size: 14pt;
        padding-right: 45px;
        width: 300px;
    }
    .advisory-number {
        font-size: 18pt;
    }
    .advisory-date-issued {
        font-size: 18pt;
    }
    .paragraph-title {
        font-size: 14pt;
    }
    .popular-title > a {
/*         TODO */
        /*font-size: 12pt;*/
    }
    .small {
/*         TODO */
        font-size: medium;
    }
    .dynamic-div-title {
/*         TODO */
        font-size: inherit;
    }
    .popular-searches {
        font-size: 10pt;
    }
    .select-control {
        font-size: 14pt;
    }
    .text-top{
        font-size: 18pt;
    }
    .tagline-image-width {
        max-width: 90%;
    }
    .home-orange-div {
        padding-top: 5px;
    }
    .home-orange-div div {
        font-size: 12pt;
    }
    .home-orange-div div a {
        font-size: 12pt;
    }
    .btn-green-lg {
        font-size: 16pt;
        width: 400px;
    }
    /* controls page */
    .controls-become-member {
        padding-left: 30px;
    }
    /* hardened images page */

    .platform-label {
        font-size: 14pt;
    }
    .platform-list {
        font-size: 14pt;
    }
    .last-platform-label {
        padding: 5px 20px;
        line-height: 1;
    }
    .platform-label {
         padding: 10px;
     }

    /*MS ISAC page*/
    .ms-isac-logo-div {
        margin: 0;
    }
    .logo-div {
        position: relative;
        display: inline-block;
    }
    /*.logo-div img {*/
        /*width: 100%;*/
        /*height: 100%;*/
    /*}*/
    .ms-isac-logo-div p:nth-of-type(1) {
        font-size: 14pt;
    }
    .ms-isac-logo-div p:nth-of-type(2) {
        margin-top: -5px;
        font-size: 14pt;
    }
    .msisac-learn-more-links a {
        font-size: 14pt;
    }
    .ms-isac-headline {
        font-size: 26pt;
    }
    .ms-isac-services-list ul {
        font-size: 14pt;
    }
    .ms-isac-services-list ul li {
        font-size: 14pt;
    }
    .ms-isac-services-list ul li:first-of-type {
        font-size: 14pt;
    }
    .ms-isac-services-list ul li:last-of-type {
        font-size: 14pt;
    }
    .ms-isac-banner img {
        min-height: 150px;
    }
    .ms-isac-banner div p {
        font-size: 14pt;
    }
    .daily-tip-div p {
        font-size: 14pt;
    }
    .training-opportunities-div p {
        font-size: 14pt;
    }
    .large-div{
        margin-top: 20px;
    }
    .image-text{
        font-size: 32pt;
    }
    .main-image-text {
        font-size: 32pt;
    }
    .image-text-bold{
        font-size: 34pt;
    }
    .cover-banner p {
        width: 55%;
        margin: 2% 12%;
    }
    .button-div .btn-green-lg {
        width: 340px;
        font-size: 14pt;
    }
    .date-and-register-div p {
        font-size: 12pt;
    }
    .community-title{
        font-size: 32pt;
    }
    .community-text{
        width: 80%;
        font-size: 32pt;
    }
    .web-logo > img {
        width: 25%;
        margin-left: 3.5%;

    }
    /*cent os */
    .secure-div {
        font-size: 18pt;
    }
    .centos-paragraph {
        width: 80%;
    }
    .btn-desc {
        width: 50%;
        font-size: 12pt;
    }
    /* threats page */

    .latest-advisory h2{
        display: inline-block;
        color: #cf102d;
        font-family: "Open Sans Extra Bold";
        font-size: 20pt;
    }
    .latest-advisory p {
        font-size: 10pt;
    }
    .latest-advisory-headline {
        font-family: "Open Sans Extra Bold";
        font-size: 20pt;
        color: #323e48;
        margin-top: 20px;
        width: 80%;
    }
    .read-security-details {
        font-family: "Open Sans Extra Bold";
        font-size: 10pt;
        color: #323e48;
    }
    .left-security-col h3 {
        font-family: "Open Sans Extra Bold";
        font-size: 16pt;
        color: #323e48;
        padding-bottom: 50px;
    }
    .ms-isac-div h2 {
        display: inline-block;
        color: #003a5d;
        font-family: "Open Sans Extra Bold";
        font-size: 20pt;
    }
    .ms-isac-div p:nth-of-type(1) {
        font-size: 14pt;
    }
    .ms-isac-div p:nth-of-type(2) {
        margin-top: -5px;
        font-size: 14pt;
    }
    .join-ms {
        margin-top: 30px;
    }
    .join-ms p {
        font-size: 14pt;
    }
    .threats-image-div p {
        position: relative;
        font-family: "Open Sans Extra Bold";
        font-size: 14pt;
        color: #003a5d;
        margin-top: 10px;
    }
    .subscribe-advisories-div .web-btn-green {
        width: 230px;
        float: left;
        margin: 10px 10px 10px 0;
    }
    .secure-platforms .alert-level {
        font-size: 12pt;
    }
    .secure-platforms .read-security-details {
        font-family: "Open Sans Regular";
        font-size: 12pt;
        color: #323e48;
    }
    .banking-overview p {
        font-size: 12pt;
    }
    label.label-download {
        font-size: 14pt;
    }
    .txt-ctg-sm {
        font-size: 12pt;
    }
    .resource-row-height p.medium-paragraph {
        height: 110px;
    }
    .resource-row-height {
        height: 200px;
    }
    /* CIS Contorl */
    .paragraph-inventory{
        font-size: 18pt;
    }

    /* 404 */
    .page-not-found-p {
        font-size: 32pt;
    }
    .page-not-found-link {
        font-size: 10pt;
    }
    /*TOOLS page */
    .diy-content-box h5 {
        font-size: 16pt;
    }
    .red-div {
        //height: 400px;
    }
    .red-div {
        margin-top: 35px;
        height: 485px;

    }
    .red-div p {
        width: 250px;
    }
    .darkyellow_div {
        height: 630px;
        //border: 1px solid red;
    }
    .darkyellow_div p {
        width: 250px;
    }
    .membership-yellow-empty-div {
        height: 330px !important;
    }
    .membership-yellow-content-div {
        height: 330px !important;
    }
    .membership-red-div {
        height: 330px !important;
    }

    .commercial-use-yellow-empty-div {
        height: 200px;
    }
    .commercial-use-yellow-content-div {
        height: 200px
    }
    .last-tools-empty-box {
        height: 240px;
    }
    .member-submit {
        font-size: 24pt;
    }
}
@media(min-width: 1599px){


    .darkyellow_div {
        //height: 535px;
        //border: 8px solid purple;
    }
}
@media only screen and (max-width : 1240px) {  /* md */
    .alertLevel a {
        display: block !important;
        margin-top: -0px !important;
    }
    .red-div {
        margin-top: 35px;
        height: 350px;
        //border: 8px solid purple;
    }

    .darkyellow_div {
        height: 475px;
        //border: 8px solid purple;
    }
    .orangeCTA {
        background-position: 102% 290%;
        //border: 3px solid red;
    }

    .arrowBoxes i.arrow {
        /* top: 2pt; Uncomment this to lower the icons as requested in comments*/
        margin-left: -29px;
    }

    h1 {
        font-size: 24pt;
    }
    h2 {
        font-size: 18pt;
    }
    h3 {
        font-size: 14pt;
    }
    h4 {
        font-size: 12pt;
    }

    h5 {
        font-size: 10pt;
    }
    div, p, ul, li, ol {
        font-size: 10pt;
    }
    .font-p-smaller {
        font-size: 8pt;
    }
    label.label-download {
        font-size: 10pt;
    }
    .navbar-inverse {
        font-size: 10pt;
        text-align: left;
        padding: 0;
    }
    .select-control {
        font-size: 10pt;
    }
    .image-text{
        font-size: 18pt;
    }
    .image-text-bold{
        font-size: 22pt;
    }
    .medium-align{
        text-align: center;
    }
    /* md-ribbon */
    /*.ribbon {*/
        /*position: absolute;*/
        /*top: 0;*/
        /*right: 15px;*/
        /*background: green;*/
        /*border-radius:0 0 5px 5px ;*/
        /*padding: 5px;*/
    /*}*/
    /* md-ribbon*/
    .home-image-div {
        /* TODO: check this */
        /*height: 200px;*/
        height:100%;
    }
    .blue-homepage-box {
        height: 200px;
    }
    .blue-homepage-box-text-div {
        height: 120px;
    }
    .ms-isac-title{
        color: #003a5d;
        font-family: "Open Sans Extra Bold";
        font-size: 18pt;
    }
    .ms-isac-text{
        font-size: 10pt;
    }
    .image-md{
        padding: 0;
    }
    .heavy{
        font-family: "Open Sans Regular";
        font-size: 9.5pt;
    }
    .info-title{
        font-family: "Open Sans Extra Bold";
        font-size: 12pt;
    }
    .secure-title{
        font-family: "Open Sans Extra Bold";
        font-size: 12pt;
        margin-bottom: 0;
    }
    .home-icon-div > img,
    .home-icon-div > a > img {
        width: 80%;
    }
    .medium-paragraph{
        font-size: 10pt;
    }
	.download{
        right: 50px;
        position: absolute;
        font-size: 8pt;
        padding: 5px;
    }
    .become-member-sm{
        right: 50px;
        position: absolute;
    }
    .padding-md{
        padding-right: 0;
        padding-left: 0;
    }
    .button-div .btn-green-lg {
        margin-left: -30px;
        width: 250px;
        font-size: 10pt;
    }
    .main-image-abs{
        position: absolute;
        top: 30px;
        left: 0;
        padding-left: 35px;
        padding-right: 70px;
    }
    .main-image-abs-communities{
        position: absolute;
        top: 10px;
        left: 0;
        padding-left: 35px;
        padding-right: 35px;
    }
    .main-image-title{
        font-family: "Open Sans Extra Bold";
        font-size: 23pt;
        color: #003b5c;
        margin-bottom: -5px;

    }
    .main-image-text{
        font-family: "Open Sans Light";
        font-size: 18pt;
        color: #003b5c;
    }
    .community-title{
        font-family: "Open Sans Extra Bold";
        font-size: 20pt;
        color: #003b5c;
        margin-bottom: -5px;

    }
    .community-text{
        font-family: "Open Sans Light";
        font-size: 20pt;
        line-height: 40px;
        color: #003b5c;
    }
    .web-content{
        padding-left: 12px;
        padding-right: 0;
    }
    .web-logo > img {
        margin-left: 0;
    }
    .web-btn-green{
        position: relative;
        background-color: #72a94e;
        color: #ffffff;
        font-family:"Open Sans Extra Bold";
        font-size: 9pt;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 7px;
        text-align: left;
        width: 49%;
        float: right;
    }
    .web-btn-orange{
        background-color: #de890a;
        color: #ffffff;
        font-family:"Open Sans Extra Bold";
        font-size: 9pt;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 7px;
        text-align: left;
        width: 49%;
    }
    .btn-green-lg {
        font-family: "Open Sans Bold";
        font-size: 12pt;
        width: 250px;
    }
    .download-banking-primer .btn-green-lg {
        font-family: "Open Sans Extra Bold";
        font-size: 14pt;
        width: 380px;
    }
    .secure-div .btn-green-lg {
        font-family: "Open Sans Regular";
        font-size: 12pt;
        width: 370px;
    }
    .secure-div .lightblue {
        width: 400px;
    }
    .ctg-div > div {
        top: 70%;
        font-weight: 100;
        padding-top: 50px;
    }
    .diy-content-box {
        padding-top: 15px;
    }
    .tools-empty-box {
        height: 120px;
    }
    .diy-content-box h5 {
        font-size: 12pt;
        line-height: 1.2;
        padding-bottom: 25px;
    }

    .blue-text {
        color: #003a5d;
        font-family: "Open Sans Extra Bold";
        font-size: 12pt;
        display: inline-block;
    }
    .logo-icon-sm {
        min-height: 30px;
        min-width: 30px;
        max-width: 30px;
        max-height: 30px;
        display: inline-block;
    }
    .txt-ctg-sm {
        font-size: 8pt;
    }
    .diy-controls{
        height: 70px;
        margin-top: 10px;
        padding: 0px;
        margin-bottom: 10x;
    }
    .tools-and-services-empty-div {
        padding: 15px;
        height: 80px;
        width: 130%;
    }
    .tools-and-services-content-div {
        padding: 15px;
        height: 80px;
    }
    .blue_div {
        margin-top: -120px;
        height: 350px;
    }
    .diy-controls-blue {
        height: 80px;
    }
    .purple-div {
        margin-top: 30px;
        width: 50%;
        height: 70px;
    }
    .purple-div p {
        font-size: 8pt;
    }

    .membership-yellow-empty-div {
        height: 180px;
    }
    .membership-yellow-content-div {
        height: 180px;
    }
    .membership-red-div {
        height: 180px;
        padding: 15px;
    }
    .commercial-use-yellow-empty-div {
        padding: 15px;
        height: 150px;
    }
    .commercial-use-yellow-content-div {
        padding: 15px;
        height: 150px
    }

    /*.commercial-use-yellow-content-div div {
        position: absolute;
        left: -65%;
        height: 80%;
        width: 130%;
    }*/
    .last-tools-empty-box {
        height: 190px;
    }
    .darkyellow_div {
        height: 475px;
    }
    .diy-controls-noborder {
        padding: 15px;
        height: 80px;
        margin-left: 0;
    }
    .diy-controls-noborder p {
        font-size: 8pt;
    }
    /*.overview-banner h4 {
        left: 160px;
        width: 30%;
    }*/
    .adv-content {
        padding-left: 10px;
    }
    .div-paragraphs > div {
        padding-bottom: 25px;
    }
    /* hardened images page */
    .platform-label {
        line-height: 1;
    }
    .access-hardened-images {
        width: 100%;
        margin: 0;
        font-size: 10pt;
        text-align: left;
    }
    .last-row a {
        font-size: 10pt;
    }
    table.hardened-images-table tr.older-version {
        height: 30px;
        vertical-align: bottom;
    }
    table.hardened-images-table tr.older-version ~ tr.older-version {
        height: 0;
    }
    /*ms isac page */
    .ms-isac-headline {
        font-size: 20pt;
    }
    .resource-row-height p.medium-paragraph {
        height: 80px;
    }
    .resource-row-height {
        height: 160px;
    }
/*    .xs-display-block {
        height: auto;
    }*/
    /* CIS Control */
    .paragraph-inventory{
        font-size: 12pt;
    }
    /* 404 */
    .page-not-found-p {
        font-size: 24pt;
    }
    .page-not-found-link {
        font-size: 8pt;
    }
    .member-submit {
        font-size: 14pt;
    }
}

@media(min-width: 1240px){
    .red-div {
        margin-top: 35px;
        height: 425px;
    }

    .darkyellow_div {
        height: 530px;
        //border: 8px solid purple;
    }
    .learn-more {
        //border: 2px solid red;
        font-size: 12pt !important;
    }

    .large-div{
        padding-left: 60px;
    }
    .home-orange-div {
        font-size: 12pt;
    }

    .ms-isac-text {
        font-size: 11pt;
    }

    .ms-isac-text a {
        font-size: 14pt;
    }
}

@media(min-width: 1124px){
    #headerContainer {
        background-position: right;
        //min-height: 450px;
    }
}
@media (min-width: 992px){

    #headerContainer {
        background-position: right;
        //min-height: 450px;
    }

    #cis-harness {
        font-size: 17pt;
    }
    /*--navbar--*/
    .navbar-inverse{
        min-height:35px;
        height: 35px;
    }
    .navbar-inverse .navbar-nav > li {
        border-radius: 10px 10px 0 0;
        background-color: #303e48;
        box-shadow: 5px -5px 10px #CCC;
    }
    .nav-container{
        margin-bottom:0;
        padding-bottom:0;
        border: none
    }
    .navbar-inverse .navbar-brand{
        padding: 0 12px;
        font-size: 16px;
        line-height: 35px;
    }
    .navbar-inverse .navbar-nav > li > a{
        padding-top: 0;
        padding-bottom: 0;
        line-height: 33px;
        border-radius: 10px 10px 0 0;
    }
    .padding-sm-xs-0 {
        padding: 0;
    }
    /*-----*/
}
@media only screen and (max-width : 991px) { /* sm */
    /* controls */

    .red-div {
        margin-top: 35px;
        height: 370px !important;
        //border: 8px solid purple;
    }

    .darkyellow_div {
        height: 495px;
        //border: 8px solid purple;
    }
    .controlContainer .col-md-10 {
        padding-left: 30px;
        margin-bottom: 10px;
    }

    #suiteJoinTodayMobile {
        display: block;
    }

    #headerContainer {
        background-position: right;
        min-height: 450px;
    }
    .orangeCTA {
        background-position: 102% 290%;
        //border: 3px solid red;
    }
    .arrowTableTD {
        //border: 1px solid red;
        display: none;
    }

    .arrowBoxes table, .arrowBoxes td {
        width: 100%;
    }
    .arrowBoxBottomIcon {
        display: block;
        margin: 0 auto;
    }
    .arrowBoxBottomIcon td {
        width: 100%;
        //border: 1px solid red;
    }
    .arrowBoxBottomIcon img {
        padding-bottom: 10px;
        display: block;
        width: 25px;
        height: auto;
        margin: 0 auto;
    }

    h1 {
        font-size: 22pt;
    }
    h2 {
        font-size: 18pt;
        color: #003a5d;
        font-family: "Open Sans Extra Bold";
    }
    h3 {
        font-size: 14pt;
        color: #003a5d;
        font-family: "Open Sans Extra Bold";
    }
    h4 {
        font-size: 12pt;
        color: #003a5d;
        font-family: "Open Sans Extra Bold";
    }

    h5 {
        font-size: 10pt;
    }
    /* small ribbon
    .xs-ribbon span {
        position: absolute;
        background: #79A70A;
        padding: 5px 10px;
        transform: rotate(-25deg);
        -webkit-transform: rotate(-25deg);
    }
     small ribbon */
    .xs-orange-div-links, .xs-orange-div-links > * {
        display: inline-block;
    }
    .template-sidebar-content {
        margin-top: 25px;
    }
    .btn-sidebar {
        margin-top: 15px;
        margin-bottom: 25px;
        width: 250px;
    }
    .sidebar-subtitle {
        font-size: 12pt;
    }
    .advisory-number {
        font-size: 12pt;
    }
    .advisory-date-issued {
        font-size: 12pt;
    }
    .large-div{
        margin-top: 30px;
    }
    .home-download-buttons > div:nth-of-type(1){
        padding-left: 40px;
    }
    .image-text{
        font-size: 14pt;
    }
    .image-text-bold{
        font-size: 18pt;
    }
    .img-responsive{
        display: inline;
    }
    .navbar-inverse{
        border-radius: 0;
        border: none;
    }
    .container-sm{
        padding-left: 0;
        padding-right: 0;
    }
    .abs-image{
        position: absolute;
        top: -30px;
        right: 0;
        z-index: -1;
    }
    .last-element-sm-xs{
        background-color: #de890a;
        color: white;
        font-family: "Open Sans Extra Bold";
        margin-bottom: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }
    .last-element-sm-xs > div:first-of-type {
        padding: 0 60px;
    }
    .orange-div-image-sm-xs {
        display: inline-block;
    }
    .orange-div-image-sm-xs img {
        max-width: 250px;
    }
    .alert-level{
        font-size: 11pt;
    }
    .sm-pull-right{
        float: right;
    }

    /*nav breakpoint*/
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nav-lr-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
    .collapse.in{
        display:block !important;
    }
    .home-icon-div, .home-ctg-div {
        padding-left: 15px;
        border: none;
    }
    .main-image-title{
        font-family: "Open Sans Extra Bold";
        font-size: 16pt;
        color: #003b5c;
        margin-bottom: -5px;

    }
    .main-image-text{
        font-family: "Open Sans Light";
        font-size: 14pt;
        color: #003b5c;
    }
    .logo{
        text-align: left;
        padding-top: 10px;
    }
    .community-title{
        font-family: "Open Sans Extra Bold";
        font-size: 14pt;
        color: #003b5c;
        margin-bottom: -5px;

    }
    .community-text{
        font-family: "Open Sans Light";
        font-size: 14pt;
        line-height: 1.2;
        color: #003b5c;
    }
    .web-logo > img {
        width: 40%;
    }
    .web-btn-green{
        background-color: #72a94e;
        color: #ffffff;
        font-family:"Open Sans Extra Bold";
        font-size: 10pt;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
        border-radius: 7px;
        text-align: left;
        width: 100%;
    }
    .web-btn-orange{
        background-color: #de890a;
        color: #ffffff;
        font-family:"Open Sans Extra Bold";
        font-size: 10pt;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
        border-radius: 7px;
        text-align: left;
        width: 100%;
    }
    .btn-green-lg {
        font-size: 10pt;
        width: 200px;
    }
    .centos-paragraph {
        margin-bottom: 5%;
    }
    .btn-desc {
        width: 350px;
        margin-top: -5%;
        margin-bottom: 5%;
    }
    .bench-select-title{
        font-size: 12pt;
        text-align: center;
    }
    .bench-title{
        font-size: 9pt;
        margin-bottom: 0;
        line-height: 18px;
    }
    .bench-subtitle{
        font-size: 8.5pt;
        line-height: 18px;
    }

    .btn-selectable-blue{
        width: 24%;
        margin-top: 15px;
    }
    .btn-selectable-gray{
        width: 24%;
        margin-top: 15px;
    }
    .btn-moved{
        margin-left: 0;
    }
    .diy-controls{
       /* padding: 0; */
    }
    .diy-controls-blue {
        padding: 5px;
    }
    .tools-logo-content {
        text-align: center;
        display: block;
    }
    .tools-logo-content img {
        float: none;
    }
    .sm-title-display {
        color: #003a5d;
        font-family: "Open Sans Extra Bold";
        font-size: 12pt;
        display: block;
        margin-top: -2px;
    }
    .sm-icon-display {
        margin-top: 5px;
        min-height:30px;
        min-width: 30px;
        max-width: 30px;
        max-height: 30px;
        display: block;
        margin-left: 40%;
    }
    .cover-banner h1 {
        top: 5%;
        margin-left: 30px;
    }
    .cover-banner .title-and-logo {
        width: 33%;
    }
    .cover-banner-inventory .title-and-logo {
        width: 33%;
    }
    .cover-banner p {
        top: 30%;
        width: 65%;
        margin: 1% 17%;
    }
    .sm-width-50 {
        width: 50%;
        text-align: center;
        padding: 5px;
    }
    .tools-and-services-content {
        position: absolute;
        top: 5%;
        left: -60%;
        height: 90%;
        width: 120%;
    }
    .tools-logo-ctg {
        max-width: 90%;
    }
    .tools-darkblue-text {
        font-size: 10pt;
    }
    .membership-red-div {
        padding: 0;
        height: 180px;
    }
    .membership-yellow-empty-div {
        height: 180px;
    }
    .membership-yellow-content-div {
        padding: 0;
        padding-top: 20px;
        height: 180px;
    }
    .membership-yellow-content-div .community-content {
        width: 130%;
        left: -65%;
        padding: 0;
    }
    .font-10 {
        font-size: 8pt;
    }
    .red-border-div {
        border-color: #d2232a;
    }
    .blue_div {
        margin-top: -125px;
        height: 350px;
    }
    .blue_div p {
        width: 250px;
        transform: rotate(90deg);
        transform-origin: left bottom 0;
        color: #fff;
        font-weight: bold;
        padding-bottom: 40%;
    }
    .diy-content-box h5 {
        margin-top: -5px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .commercial-use-yellow-empty-div {
        height: 150px;
    }
    .commercial-use-yellow-content-div {
        height: 150px;
    }
    .commercial-use-yellow-content-div > div {
        width: 130%;
        left: -65%;
    }
    .last-tools-empty-box {
        height: 190px;
    }
    .darkyellow_div {
        margin-left: 30%;
        background: #de890a;
        //height: 390px;
        width: 45%;
    }
    .ctg-div {
        font-size: 8pt;
    }
    .ctg-div > div .web-btn-white {
        margin-left: -10px;
        width: 110px;
    }
    .ctg-div > div p {
        margin-top: 20px;
    }

    .beyond-title{
        font-size: 15pt;
    }
    .select-control{
        font-size: 12pt;
        margin-bottom: 10px;
        background-size: 16px 15px;
    }
    .select-control>option{
        font-size: 10pt;
    }
    .search-wrapper{
        height: 45px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 6px;
        margin-bottom: 10px;
    }
    .adv-row h2 {
        padding-left: 10px;
        font-size: 18pt;
    }
    .adv-content {
        padding-left: 10px;
    }
    .adv-content h4 {
        font-size: 12pt;
    }
    .adv-content-subtitle{
        font-family: "Open Sans Regular";
        font-size: 10pt;
        margin-top: 0;
    }
    .adv-content h5{
        font-size: 10pt;
    }
    .adv-content p {
        font-size: 10pt;
    }
    .adv-content-list{
        font-size: 10pt;
    }
    .adv-content-link a{
        font-size: 10pt;
    }
    .adv-right-title{
        font-family: "Open Sans Extra Bold";
        font-size: 16px;
    }
    .adv-right-sub{
        font-family: "Open Sans Regular";
        font-size: 14px;
    }
    .btn-adv-subscribe{
        font-size: 12pt;
    }
    .btn-adv-control{
        font-size: 12pt;
    }
    .btn-adv-google{
        font-size: 12pt;
    }
    .div-download-label-left a {
        width: 200px;
    }
    .select-platform{
        width: 200px;
    }
    .div-download-label-right > a {
        width: 200px;
    }
    /* msisac page */
    .web-btn-green-sm{
        width: 160px;
    }
    .alert-level-map {
        position: relative;
        margin-left: 10%;
        min-width: 80%;
        max-width: 80%;
    }
    .xs-display-block {
        display: block;
    }
    .resource-row-height p.medium-paragraph {
        height: 110px;
    }
    .resource-row-height {
        height: 210px;
    }
    /* CIS Control */
    .paragraph-inventory{
        font-size: 10pt;
    }
    /* 404 */
    .page-not-found-p {
        font-size: 22pt;
    }
    /*  The main logo has id controls logo    */
    .page-not-found-link {
        font-size: 8pt;
    }
    .title-and-logo {
        padding-left: 15px;
    }
    .member-submit {
        font-size: 14pt;
    }
    .aws-header div i {
        margin-left: 0;
    }
    .purchase-btn-div a.dynamic-div-btn {
        width: 90px;
    }
    .purchase-btn-div a.dynamic-div-btn img {
        display: none;
    }
    .bench-table-info {
        padding: 20px 15px;
    }
}
@media (max-width: 852px){
   #headerContainer {
        background-image: none;
        background-position: right;
        min-height: 750px;
        //border: 1px solid red;
    }
    .red-div {
        margin-top: 35px;
        height: 370px;
    }
}
@media only screen and (max-width : 767px) { /* xs */
    .red-div {
        margin-top: 35px;
        height: 478px;
        border: 2px solid purple;
    }
    #headerContainer {
        background-position: right;
        min-height: 550px;
    }
    .orangeCTA {
        background-position: 102% 150%;
        //border: 3px solid red;
    }

    .arrowTableTD {
        //border: 1px solid red;
        display: none;
    }

    .arrowBoxes table, .arrowBoxes td {
        width: 100%;
    }

    .arrowBoxBottomIcon {
        display: block;
        margin: 0 auto;
    }
    .arrowBoxBottomIcon td {
        width: 100%;
        //border: 1px solid red;
    }

    .arrowBoxBottomIcon img {
        padding-bottom: 10px;
        display: block;
        width: 25px;
        height: auto;
        margin: 0 auto;
    }


    h1 {
        margin-top: 0;
        font-size: 18pt;
    }
    h2 {
        font-size: 14pt;
    }
    h3 {
        font-size: 12pt;
    }
    h4 {
        font-size: 10pt;
    }
    .xs-float-right {
        float: right;
    }
    .template-sidebar-content {
        margin-top: 25px;
    }
    .btn-sidebar {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .sidebar-subtitle {
        font-size: 10pt;
    }
    .advisory-number {
        font-size: 10pt;
    }
    .advisory-date-issued {
        font-size: 10pt;
    }
    .popular-searches {
        font-size: 8pt;
    }
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .large-div{
        margin-top: 0;
    }
    .last-element-sm-xs{
        font-size: 9pt;
        font-family: "Open Sans Bold";
    }
    .orange-div-image-sm-xs img {
        max-width: 200px;
    }
    .popular-title{
        font-family: "Open Sans Bold";
    }
    .image-text{
        font-size: 11pt;
    }
    .image-text-bold{
        font-size: 12pt;
    }
    .home-image-div {
        background-position: right;
        /*height: 200px;*/
    }
    .home-icon-div, .home-ctg-div {
        padding-bottom: 15px;
    }
    .home-icon-div > img,
    .home-icon-div > a > img {
        width: 60%;
    }
    .home-ctg-btn-div {
        position: relative;
    }
    /*.logo-div img {*/
        /*width: 100%;*/
    /*}*/
    .ms-isac-title{
        font-family: "Open Sans Extra Bold";
        font-size: 16pt;
    }
    .stars-image {
        top: 25px;
        right: 0;
    }
    /*.ms-isac-text{
        font-size: 10pt;
    }*/
    .learn-more{
        font-size: 10pt;
    }
    .blue-homepage-box{
        height: 250px;
    }
    .blue-homepage-box-text-div {
        height: 180px;
    }
    .blue-homepage-box-img {
        padding-left: 15px;
    }
    .blue-homepage-box-img > img {
        width: 50%;
    }
    .paragraph-text{
        font-size: 10pt;
    }
    .paragraph-title{
        font-size: 10pt;
    }
    .center-xs{
        text-align: center;
    }
    .abs-image{
        top: -50px;
        right: 50px;
        height: 80%;
    }
    .medium-paragraph{
        font-size: 9pt;
    }
    .info-title{
        font-size: 10pt;
    }
	.cis-controls-image{
        text-align: center;
        padding-right: 10px;
    }
    .cis-controls-title{
        text-align: center;
    }
    .five-controls-xs{
        border: 2px solid #0083c2;
        padding: 10px;
        border-radius: 5px;
        text-align: center;
    }
    .all-controls-xs{
        border: 2px solid #de8b05;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
    }
    .link-xs{
        width: 100px;
        padding: 5px;
    }
    .main-image-title{
        font-family: "Open Sans Extra Bold";
        font-size: 12pt;
        color: #003b5c;
        margin-bottom: -5px;

    }
    .main-image-text{
        font-size: 11pt;
    }
    .community-title{
        font-family: "Open Sans Extra Bold";
        font-size: 12pt;
        color: #003b5c;
        margin-bottom: -5px;

    }
    .community-text{
        display: none;
    }
    .web-logo > img {
        width: 50%;
    }
    .main-image-abs{
        position: absolute;
        top: 20px;
        left: 10px;
        padding-left: 35px;
        padding-right: 70px;
    }
    .text-div{
        height: 100%;
        padding-top: 10px;
    }
    .secure-title{
        font-family: "Open Sans Extra Bold";
        font-size: 12pt;
        margin-bottom: 0;
        /*padding-top: 30px;*/
    }
    .select-platform{
        background-color: #e2cd00;
        color: #000;
        font-family:"Open Sans Extra Bold";
        border-radius: 7px 0 0 7px;
        width: 270px;
        border: 2px solid #e2cd00;
    }
    .div-download-label-right > a{
        width: 270px;
    }
    .inner-content-right{
        padding-left: 0;
    }
    .inner-content-left{
        text-align: center;
        padding-right: 0;

    }
    .web-comm-paragraph{
        color: #36424b;
        font-family: "Open Sans Regular";
        font-size: 12pt;
        line-height: 25px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left;
    }
    .web-comm-title{
        color: #003a5d;
        font-family: "Open Sans Extra Bold";
        font-size: 20pt;
        margin-bottom: 0;
    }
    .web-comm-subtitle{
        color: #de890a;
        font-family: "Open Sans Regular";
        font-size: 15pt;
        margin-top: -10px;
    }
    .cover-banner h1 {
        top: 40%;
        margin-left: 50px;
    }
    .btn-green-lg {
        font-size: 10pt;
        width: 200px;
    }
    .btn-dynamic-blue{
        color: white;
        font-family: "Open Sans Extra Bold";
        background-color: #00acbd;
        border: none;
        border-radius: 5px;
        width: 60%;
    }
    .btn-dynamic-gray{
        color: white;
        font-family: "Open Sans Extra Bold";
        background-color: #72808b;
        border: none;
        border-radius: 5px;
        width: 60%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .currently-showing {
        padding-top: 10px;
        text-align: center;
    }
    .dynamic-divs{
        padding: 20px;
        text-align: center;
    }
    .dynamic-div-title{
        font-family:"Open Sans Extra Bold";
        font-size: 10pt;
        color: #323e48;
        margin-bottom: 0;
    }
    .dynamic-div-text{
        font-family: "Open Sans Regular";
        font-size: 10pt;
        color: #323e48;
        margin-top: 0;
    }
    .filter-back-button {
        font-size: 10pt;
    }
    .dynamic-div-link, .dynamic-div-link:hover{
        font-family: "Open Sans Regular";
        color: #72a951;
        font-size: 8pt;
    }
    .dynamic-div-link{
        padding-bottom: 20px;
    }
    .dynamic-div-btn{
        background-color: #72a94e;
        color: #ffffff;
        font-family:"Open Sans Extra Bold";
        font-size: 9pt;
        border-radius: 7px;
        text-align: left;
        width: 200px;
        margin-top: 20px;
    }
    .hardened-images{
        font-family: "Open Sans Regular";
        color: #323e48;
        font-size: 9pt;
    }
    .btn-selectable-blue{
        width: 45%;
    }
    .btn-selectable-gray{
        width: 45%;
    }
    .selectable-buttons-container{
        text-align: center;
    }
    .dynamic-div-title-smaller{
        font-size: 9pt;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .dynamic-div-link-smaller, .dynamic-div-link-smaller:hover{
        font-size: 9pt;
    }
    .bench-tab{
        background-color: #323e48;
        border-radius: 8px 8px 0 0;
        border: 1px solid white;
        height: 100%;
        padding-left: 2px;
        padding-right: 2px;
        padding-top: 5px;
    }
    .bench-outer{
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        height: 80px;
    }
    .bench-title{
        color: #ffffff;
        font-family:"Open Sans Extra Bold";
        font-size: 7pt;
        margin-bottom: 0;
        line-height: 10px;
        overflow-wrap: break-word;
    }
    .bench-subtitle{
        color: #59aed7;
        font-family:"Open Sans Regular";
        font-size: 7pt;
        line-height: 10px;
        overflow-wrap: break-word;
    }
    .bench-inner-center{
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }
    .sm-bench-p {
        font-size: 10pt;
    }
    .xs-bench-table-info {
        padding: 10px;
    }
    .bench-rows {
        height: auto;
    }

    /* TOOLS */
    .diy-content-box {
        background: #efe9e9;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-right: 25px;
        padding-bottom: 50px;
    }
    .diy-controls{
      /*  margin: 20px; */
    }
    .xs-tools-logo-ctg {
        max-width: 60%;
    }
    .xs-commercial-use-yellow-content-div {
        position: relative;
        margin: 20px;
        padding: 15px;
        border: 3px solid #de890a;
        height: 140px;
    }
    .tools-darkblue-text {
        font-size: 10pt;
    }
    .community-content-box {
        background: #efe9e9;
        margin-right: 25px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .tools-empty-box {
        height: 150px;
        margin-right: 25px;
        background: #efe9e9;
    }
    .tools-and-services-content-div {
        position: relative;
        margin: 20px;
        padding: 15px;
        border: 3px solid #0083c2;
        color: #003a5d;
        font-family: "Open Sans Extra Bold";
        font-size: 15pt;
        height: 90px;
    }
    .tools-and-services-content-div div:nth-of-type(2) {
        margin-left: 0;
    }
    .membership-yellow-content-div {
        position: relative;
        margin: 20px;
        padding: 15px;
        border: 3px solid #de890a;
        height: 180px;
    }
    .xs-margin-t-10 {
        margin-top: 10px;
    }
    .commercial-use-yellow-content-div {
        position: relative;
        margin: 20px;
        padding: 25px;
        border: 3px solid #de890a;
        height: 100px;
    }
    .xs-padding-a-20 {
        padding: 20px;
    }
    .xs-blue-side-div {
        position: absolute;
        background: #0083c2;
        height: 420px;
        width: 50%;
        margin-top: 75px;
        margin-left: -15px;
    }
    .xs-blue-side-div p {
        width: 150px;
        transform: rotate(90deg);
        transform-origin: left bottom 0;
        color: #fff;
        font-weight: bold;
        padding-bottom: 40%;
    }
    .xs-blue-side-div-extended {
        position: absolute;
        background: #0083c2;
        height: 420px;
        width: 50%;
        margin-top: 75px;
        margin-left: -15px;
    }
    .xs-blue-side-div-extended p {
        width: 150px;
        transform: rotate(90deg);
        transform-origin: left bottom 0;
        color: #fff;
        font-weight: bold;
        padding-bottom: 40%;
    }
    .xs-blue-side-div-extended {
        height: 600px;
    }
    .xs-yellow-side-div {
        position: absolute;
        background: #de890a;
        height: 400px;
        width: 50%;
        margin-top: 40px;
        margin-left: -15px;
    }
    .xs-yellow-side-div p {
        width: 150px;
        transform: rotate(90deg);
        transform-origin: left bottom 0;
        color: #fff;
        font-weight: bold;
        padding-bottom: 40%;
    }
    .xs-purple-side-div {
        position: absolute;
        margin-left: -15px;
        margin-top: 40px;
        width: 50%;
        height: 70px;
        background: #54437e;
        color: #fff;
        font-weight: bold;
        font-size: 10pt;
        padding-left: 2%;
        padding-right: 2%;
        text-align: center;
        line-height: 1;
    }
    .xs-side-div-height {
        height: 120px;
    }
    .xs-side-div-height p{
        width: 150px;
        transform: rotate(90deg);
        transform-origin: left bottom 0;
        color: #fff;
        font-weight: bold;
        padding-bottom: 30%;
    }
    .membership-red-div {
        /* height: 150px; */
        height: 220px;
        padding: 20px;
    }
    .xs-red-side-div {
        position: absolute;
        background: #d2232a;
        height: 300px;
        width: 50%;
        margin-top: 40px;
        margin-left: -15px;
    }
    .xs-red-side-div p {
        width: 150px;
        transform: rotate(90deg);
        transform-origin: left bottom 0;
        color: #fff;
        font-weight: bold;
        padding-bottom: 30%;
    }
    .xs-red-side-div-height {
        height: 200px;
    }
    .casestudy-div h2 {
        font-size: 16pt;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .casestudy-div h2 span {
        font-size: 14pt;
    }
    .grey-casestudy-area > h3 {
        padding-top: 10px;
        padding-left: 10%;
        font-family: "Open Sans Extra Bold";
        font-size: 14pt;
    }
    /* BEYOND TRUST and POST FILTER PAGE */
    .select-control{
        font-size: 10pt;
        padding: 6px;
        margin-bottom: 10px;
        /*width: 55%;*/
        background-size: 11px 9px;
    }
    .search-wrapper{
        height: 45px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 6px;
        margin-bottom: 10px;
        background: none;
        /*width: 70%;*/
    }
    .client-div {
        text-align: center;
        padding: 5%;
    }
    .client-div img {
        width: 60%;
    }
    .adv-content {
        margin-bottom: 40px;
    }
    .adv-content-right{
        margin-bottom: 40px;
    }
    .btn-adv-subscribe{
        font-size: 10pt;
        width: 50%;
        display: inline-block;
    }
    .btn-adv-control{
        font-size: 10pt;
        width: 50%;
        display: inline-block;
    }
    .btn-adv-google{
        font-size: 10pt;
        width: 50%;
        display: inline-block;
    }
    /* hardened images page */
    .platform-label {
        margin-top: 15px;
    }
    .xs-platform-label .platform-label p {
        text-align: center;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .cloud-icon img {
        max-width: 50%;
    }
    .xs-purchase-btn-div {
        padding: 15px 0;
    }
    .xs-purchase-btn-div .dynamic-div-btn {
        display: block;
        margin: auto;
    }
    .cloud-icon img {
        max-width: 50%;
    }
    .platform-select-results {
        margin-top: 20px;
    }
    .xs-padding-r-20 {
        padding-right: 15px;
    }
    .hardened-images-div {
        padding-right: 100px;
    }
    .xs-hardened-images-heading {
        margin-bottom: 5px;
    }
    .current-version {
        border-top: 2px solid black;
    }
    .older-version {
        margin-top: 15px;
    }
    .access-hardened-images {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
    /*msisac page */
    .join-ms-isac-button {
        padding-left: 25%;
    }
    .subscribe-links:first-of-type {
        margin-top: 10px;
    }
    .subscribe-links {
        display: block;
    }
    .xs-display-block {
        display: inline;
    }
    .display-block {
        display: inline;
    }
    .resource-row-height p.medium-paragraph {
        height: 30px;
    }
    .resource-row-height {
        height: 100px;
    }
    .flex-align-center {
        display: inherit;
    }
    .member-submit {
        font-size: 12pt;
    }

}
@media (min-width: 767px){

    .navbar-nav {
        margin: 0 auto;
        float: none;
        width: 100%;
        padding: 0;
        background-color: #fff;
        display: flex;
    }
    .navbar-nav > li {
        float: none;
        width: 100%;
        margin: 0 1% 0 1%;
    }
    .nav-container, .navbar-collapse{
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 540px) {
    #headerContainer {
        //background-image: none !important;
        background-position: right;
        //min-height: 650px;
        //border: 1px solid red;
    }
    #pageHeaderIntroText {
        font-size: 11pt;
    }
    #ssBlueBoxSSStar .middleDiv {
        padding: 20px 20px;
    }
    #numbersAndBordersMobile {
        display: block;
    }
    #numbersAndBordersDesktop {
        display: none;
    }

    .orangeCTA {
        background-position: 102% 70%;
    }

    .arrowBoxBottomIcon {
        display: block;
        margin: 0 auto;
    }
    .arrowBoxBottomIcon td {
        width: 100%;
        //border: 1px solid red;
    }

    .arrowBoxBottomIcon img {
        padding-bottom: 10px;
        display: block;
        width: 25px;
        height: auto;
        margin: 0 auto;
    }

    .arrowTableTD {
        display: none;
    }

    h1 {
        margin-top: 0;
        font-size: 14pt;
    }
    h2 {
        font-size: 12pt;
    }
    h3 {
        font-size: 11pt;
    }
    h4 {
        font-size: 10pt;
    }
    .main-image-text {
        font-size: 10pt;
    }
    .image-text {
        font-size: 10pt;
    }
    .image-text-bold {
        font-size: 12pt;
    }
    .home-icon-div > img {
        width: 80%;
    }
    .secure-div .btn-green-lg {
        font-size: 8pt;
        width: 280px;
    }
    .secure-div .btn-green-lg span {
        font-size: 10pt;
    }
    .secure-div .btn-green-lg p {
        margin-top: 0;
        font-size: 10pt;
    }
    .btn-green-lg img {
        display: none;
    }
    .btn-desc {
        width: 280px;
    }
    .web-btn-orange-sm {
        text-align: center;
        width: 150px;
        margin-left: 0;
    }
    .web-btn-orange-sm img {
        display: none;
    }
    .join-ms {
        margin-top: 180px;
    }
    .subscribe-advisories-div .web-btn-green {
         width: 180px;
    }
    .subscribe-advisories-div .web-btn-green img {
        display: none;
    }
    .secure-platforms .web-btn-green {
        width: 180px;
        white-space: normal;
        float: left;
        margin: 10px 0;
        margin-bottom: 50px;
    }
    .secure-platforms .web-btn-green img {
        display: none;
    }
    .xs-newline {
        display: block;
    }
    .logo-icon-sm {
        min-width: 20px;
        min-height: 20px;
        max-width: 20px;
        max-height: 20px;
    }
    .sm-icon-display {
        width: 20px;
        height: 20px;
    }
    .xs-blue-side-div {
        height: 420px;
    }
    .xs-side-div-height {
        height: 120px;
    }
    /*.xs-tools-logo-ctg {
        max-width: 80%;
    }*/
    .font-10 {
        font-size: 6pt;
    }
    .tools-darkblue-text {
        font-size: 8pt;
    }
    .commercial-use-yellow-content-div {
        margin: 10px;
        padding: 15px;
    }
    .div-download-label-left > a {
        width: 60%;
    }
    .div-download-label-left > a img {
        display: none;
    }
    .select-platform{
        width: 60%;
    }
    .web-logo > img {
        width: 65%;
    }
    .form-group-sm > button img {
        display: none;
    }
    .div-download-label-right > a{
        width: 60%;
    }
    .div-download-label-right > a img {
        display: none;
    }
    .blue-homepage-box-img > img {
        width: 70%;
    }
    .msisac-learn-more-links a {
        display: block;
    }
    .all-services {
        width: 100%;
    }
    .join-ms-isac-button {
        padding-top: 25px;
        padding-left: 30%;
        width: 100%;
    }
    .join-ms-isac-button .sm-pull-right {
        float: none;
    }
    .report-incident-button {
        margin-left: 15%;
    }
    .m540-hide{
        display: none;
    }
    .m540-show{
        display: block;
    }
    .member-submit {
        font-size: 11pt;
    }
}
@media only screen and (max-width: 400px) {
    #headerContainer {
        background-position: right;
        min-height: 650px;
    }
    .diy-content-box .web-btn-green img {
        display: none;
    }
    .diy-content-box h5 {
        padding: 0;
        font-size: 10pt;
    }
    .xs-tools-logo-ctg {
        max-width: 90%;
    }
    .membership-red-div {
        padding: 0;
    }
    .xs-blue-side-div {
        margin-top: 45px;
    }
    .xs-side-div-height p {
        line-height: 1;
    }
    .download-banking-primer .btn-green-lg {
        width: 340px;
    }
    .last-element-sm-xs {
        text-align: left;
    }
    .last-element-sm-xs > div:first-of-type {
        padding: 0;
    }
/*    .main-image-text {
        display: none;
    }
    .image-text {
        display: none;
    }
    .image-text-bold {
        display: none;
    }*/
}

@media(min-width: 1600px){
    .darkyellow_div {
        height: 630px;
    }
    .mobile_button {
        display:none;
    }
    .desktop_button {
        display:block;
    }
}

@media(max-width: 1600px){
    .hide_md_lg {
        display:none;
    }
    .mobile_button {
        display:block;
    }
    .desktop_button {
        display:none;
    }
}

@media print {
    /* This is now in the header/header-internal.php file. needs to be after the cookiebot javascript to hide the banner during print.
    //#blog-post,
    //.masthead,
    //.template-sidebar-content,
    //.learn-more,
    //.btn,
    //#cookiebanner,
    //.noPrint,
    //#printTest {
    //    display: none;
    //}*/
}

.btn-sm:link{
    color:white;
}
.btn-sm:hover{
    color:#ddd;
}
.btn-sidebar-cta{
    background-color:#003a5d;
    font-family:"Open Sans Bold";
    padding-left:30px;
    padding-right:40px;
    padding-top:20px;
    padding-bottom:20px;
}
.btn-sidebar-cta > img {
    right: 18px;
}
