body {
    height: 100%;
}

body {
  background: #f2f2f2;
}
header {
  padding: 20px 0;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.body-div {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
max-width: 1600px;
height:auto;
margin: 0 auto;
padding: 0px 0px 0px 0px;
background: #fff;
overflow: visible;
}
.container {
  max-width: 1260px;
  margin: 0 auto;
 padding: 0px 20px;
}

.logo{
 margin: 0px auto;
 padding: 29px 0px 29px 0px;
 box-shadow: 0 2px 5px 0 rgba(0,0,0,.12);
 
}  



.inner-container{
 max-width: 1200px;
}

.grey-container{
 background-color:#f8f8f8;
 padding: 30px 0px;

}


.blue-container{
 padding: 0px 0px;
 background-color: #00bceb;
 }
 
.darkblue-container{
 padding: 30px 0px;
 background-color: #0d274d;
 }
 
.oceanblue-container{
 padding: 30px 0px;
 background-color: #1e4471;
 } 
 
.community-container{
 
 padding: 24px 40px 24px 40px;
 border:solid 1px #dfdfdf;
 border-radius:0;
 
}
 
h1 {
 
  font-family: "CiscoSans", Arial, "sans-serif";
  font-size: 35px;
  line-height: 55px;
  font-style: normal;
  font-weight: 100;
  color: #58585B;
  margin-bottom: 20px;
  margin-top: 60px;
 
}

.titlebold {
  font-weight: 300;
}

h2 {
  font-family: "CiscoSans", Arial, "sans-serif";
  font-size: 24px;
  line-height: 34px;
  font-style: normal;
  font-weight: 200;
 
}

h3 {
  font-family: "CiscoSans", Arial, "sans-serif";
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
 color: #212529;
 
  
}

h4 {
  font-family: "CiscoSans", Arial, "sans-serif";
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  font-weight: 200;
  
}

.atx-subheader {
  font-family: "CiscoSans", Arial, "sans-serif";
  font-size: 20px;
  line-height: 27px;
  font-style: normal;
  font-weight: 200;
  color: #00bceb;
 margin-bottom: 20px;
  
}
.atx-title {
  font-family: "CiscoSans", Arial, "sans-serif";
  font-size: 20px;
  line-height: 27px;
  font-style: normal;
  font-weight: 400;

 
}


.body-txt{
  font-family: "CiscoSans", Arial, "sans-serif";
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  color: #212529;
 
}

.blue-line{
 background-color: #017CAD;
 height: 3px;
 width: 70px;
 
}
.grey-line{
 background-color: #DFDFDF;
 height: 3px;
 
}

a {
 color: #0175A2;
}
.blue-txt{
 color: #00bceb;
}
.dark-blue-txt{
 color: #005073;
}
.white-txt{
 color: #ffffff;
}
.orange-txt{
 color: #fbab18;
}
.green-txt{
 color: #6ebe4a;
}

.vertical-align {
    display: flex;
    align-items: center;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


.btn-blue {
 padding: .45em 2.0em;
 background: #00bceb;
 border-radius: 40px;
 border: none;
 margin: 0px 0px 20px 0px;
 position: relative;
 cursor: pointer;
 color: #212529;
 font-family: "CiscoSans", Arial, "sans-serif";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400; 
 
}

.btn-blue:hover {
 background: #00bceb;
}

.btn-blue a {text-decoration:none;} 
 
 
.btn-green {
 padding: .45em 2.0em;
 background: #6ebe4a;
 border-radius: 40px;
 border: none;
 margin: 0px 0px 20px 0px;
 position: relative;
 cursor: pointer;
 color: #212529;
 font-family: "CiscoSans", Arial, "sans-serif";
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400; 

 
}

.btn-green:hover {
 background: #579839;
}

.btn-green a {text-decoration:none;} 
 
 
.grey-border {
 border-bottom: 1px solid #dee2e6;
 
}



/******************* Accordions *****************/

#stage1-accordion .panel-title a {
 display: block;
    padding: 15px 15px 15px 0px;
    background: #ffffff;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0px;
 font-family: "CiscoSans", Arial, "sans-serif";
    font-weight:300;
 font-style:normal;
 font-size:20px;
 line-height: 27px;
 color: #212529;
    position: relative;
 
}

#stage1-accordion .panel-title a:hover {
 text-decoration: none;
 
}

#stage1-accordion .panel-title a:before{
content:url('https://image.path.cisco.com/lib/fe40157175640478751676/m/2/chevron-up-light_20x20.png'); 
width: 20px;
height: 20px;
text-align: center;
position: absolute;
top: 15px;
right: 15px;
}


#stage1-accordion .panel-title a.collapsed:before{ content:url('https://image.path.cisco.com/lib/fe40157175640478751676/m/2/chevron-down-light_20x20B.png'); }
#stage1-accordion .panel-body{
 margin-bottom: 8px;
 margin-top: -9px;
    padding: 30px 0px;
    font-size: 16px;
    line-height: 20px;
 
}

.panel-body{
 font-family: "CiscoSans", Arial, "sans-serif";
 font-size: 20px;
 line-height: 27px;
 font-style: normal;
 font-weight: 300;
 color: #212529;
 
}


.upgrade-column{
 width: 14.2857%;
}

footer {
 font-family: "CiscoSans", Arial, "sans-serif";
  padding: 45px 50px 10px 50px;
  border-top: 1px solid #cfdbef;
}

footer .link-f {
  text-align: center;
  color: #70859f;
}
footer .link-f a {
  color: #70859f;
  text-decoration: none;
  line-height: 30px;
}

footer a {
  color: #007bff;
  text-decoration: none;
  line-height: 30px;
}


.dnac-table{
 color: #212529;
 font-family: "CiscoSans", Arial, "sans-serif";
 font-size: 14px;
 line-height: 19px;
 font-style: normal;
 font-weight: 400; 
}

.dnac-table th, .dnac-table td {
 padding: 11px 12px 10px 12px;
 vertical-align: top;
}

.dnac-table-mobile {
 color: #212529;
 font-family: "CiscoSans", Arial, "sans-serif";
 font-size: 14px;
 line-height: 19px;
 font-style: normal;
 font-weight: 400; 
}

.table-grey {
 background-color: #f2f2f2;
}

.table-border {
 border-top:solid 1px #DEE2E6;
}

.table-border-bottom {
 border-bottom:solid 1px #DEE2E6;
}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00bceb;
  -webkit-transition: .4s;
  transition: .4s;
 margin-top: 8px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 0px;
  top: -5px;
  background-color: white;
   border: 1px solid #00bceb; 
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #00bceb;
}


input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 22px;
}

.slider.round:before {
  border-radius: 50%;
} 

.threeNode {
 display: none;
}

.alertBox {
 display: none;
}


/* ---NEW STYLE */
div{
 -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

.orange-container{
 border:solid 4px #fbab18;
 border-radius:10px;
 
}

.orange-bg{
 background-color: #fbab18;
 
}

.blue-circle{
 width:48px;
 height:48px;
 border:solid 1px #00bceb;
 background-color: #f8f8f8;
 border-radius:50%;
 margin:0 auto;
 float:left;
 display:inline-block;
 padding:12px 19px 14px 18px;
 font-family: "CiscoSans", Arial, "sans-serif";
 font-size: 16px;
 line-height: 22px;
 font-style: normal;
 font-weight: 400;
 color: #017CAD;
  position: relative;
  z-index: 2;
}


.circle-container{
 width:20%;
 padding:0;
 float:left;
 -moz-box-sizing: border-box; 
    box-sizing: border-box;
 display:inline-block;
 
}

.circle-desc{
 width:80%;
 padding:0;
 float:left;
 text-align: left;
 -moz-box-sizing: border-box; 
    box-sizing: border-box;
 display:inline-block;
}

.connecting-line {
 
    height: 70%;
    background: #00bceb;
    position: absolute;
    width: 1px;
    margin: 0px 0px 0px 38px;
    left: 0;
    top: 22px;
    z-index: 1;
}

#circle1, #circle2, #circle3{
 float: left
}



.dropdown-list ul{
 padding:0px 0px 0px 0px;
 
}

.dropdown-list li{
 padding:5px 0px 2px 0px;
} 
 
.blue-block{
 display:block;
 height:32px;
 width:107px;
 font-size:14px;
 background-color:#0076D5;
 text-align: center;
 border-radius:4px;
 color:#fff;
 padding:6px 8px;
 margin:0 0 .5em;
}

 
@media screen and (min-width: 376px) {
.circle-container{
 width:15%;
 padding:0;
 float:left;
 -moz-box-sizing: border-box; 
    box-sizing: border-box;
 display:inline-block;
 
}

.circle-desc{
 width:85%;
 padding:0;
 float:left;
 text-align: left;
 -moz-box-sizing: border-box; 
    box-sizing: border-box;
 display:inline-block;
}
 
h1 {
 font-size: 45px;
  line-height: 55px;
 
}

h2 {
  font-size: 28px;
  line-height: 38px; 
}

h3 {
  font-size: 20px;
  line-height: 27px;
 
  
}

h4 {
  font-size: 24px;
  line-height: 38px;
  
}

.body-txt{
  font-size: 14px;
  line-height: 22px;
 
}
 

}


@media screen and (min-width: 600px) {
.container {
  padding: 0px 30px;
}
 
.circle-container{
 width:10%;
 padding:0;
 float:left;
 -moz-box-sizing: border-box; 
    box-sizing: border-box;
 display:inline-block;
 
}

.circle-desc{
 width:90%;
 padding:0;
 float:left;
 text-align: left;
 -moz-box-sizing: border-box; 
    box-sizing: border-box;
 display:inline-block;
} 



@media screen and (min-width: 768px) {
.container {
padding: 0px 40px;
} 
 
}
 
@media screen and (min-width: 960px) {
.container {
  padding: 0px 40px;
}
 
h1 {
 font-size: 40px;
  line-height: 52px;
 
}

h2 {
  font-size: 32px;
  line-height: 44px; 
}

h3 {
  font-size: 20px;
  line-height: 27px;
 
  
}

h4 {
  font-size: 28px;
  line-height: 38px;
  
}

.body-txt{
  
  font-size: 16px;
  line-height: 22px;
 
} 
  
  

@media screen and (max-width: 768px) {
.upgrade-column{
width: 100%;
}

 
} 
 


@media screen and (min-width: 992px) {
 
.blue-circle{
 width:48px;
 height:48px;
 border:solid 1px #00bceb;
 background-color: #f8f8f8;
 border-radius:50%;
 margin:0 auto;
 padding:12px 19px 14px 18px;
 float:none;
 font-family: "CiscoSans", Arial, "sans-serif";
 font-size: 16px;
 line-height: 22px;
 font-style: normal;
 font-weight: 400;
 color: #017CAD;

 
}
 
.circle-desc{
 width:100%;
 padding:1.25em;
 float:none;
 text-align:center;
 -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
 
.circle-container{
 width:100%;
 padding:0;
 float:none;
 -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
 
.connecting-line {
 display: block;
    height: 1px;
    background: #00bceb;
    position: absolute;
    width: 65%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 22px;
    z-index: 1;
} 
 
 
}
 



/* CISCO FONT */
 /* CISCO FONT FACE */ 
 
 @font-face {
    font-family: "CiscoSans";
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTThin.eot");
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTThin.eot?#iefix") format("embedded-opentype"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTThin.woff") format("woff"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTThin.ttf") format("truetype");
    font-weight: 100;
    font-stretch: normal;
    font-style: normal
  }

  @font-face {
    font-family: "CiscoSans";
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTThinOblique.eot");
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTThinOblique.eot?#iefix") format("embedded-opentype"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTThinOblique.woff") format("woff"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTThinOblique.ttf") format("truetype");
    font-weight: 100;
    font-stretch: normal;
    font-style: italic
  }

  @font-face {
    font-family: "CiscoSans";
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTExtraLight.eot");
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTExtraLight.eot?#iefix") format("embedded-opentype"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTExtraLight.woff") format("woff"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-stretch: normal;
    font-style: normal
  }

  @font-face {
    font-family: "CiscoSans";
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTExtraLightOblique.eot");
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTExtraLightOblique.eot?#iefix") format("embedded-opentype"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTExtraLightOblique.woff") format("woff"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTExtraLightOblique.ttf") format("truetype");
    font-weight: 200;
    font-stretch: normal;
    font-style: italic
  }

  @font-face {
    font-family: "CiscoSans";
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTRegular.eot");
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTRegular.eot?#iefix") format("embedded-opentype"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTRegular.woff") format("woff"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTRegular.ttf") format("truetype");
    font-weight: 400;
    font-stretch: normal;
    font-style: normal
  }

  @font-face {
    font-family: "CiscoSans";
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTRegularOblique.eot");
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTRegularOblique.eot?#iefix") format("embedded-opentype"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTRegularOblique.woff") format("woff"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTRegularOblique.ttf") format("truetype");
    font-weight: 400;
    font-stretch: normal;
    font-style: italic
  }

  @font-face {
    font-family: "CiscoSans";
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTBold.eot");
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTBold.eot?#iefix") format("embedded-opentype"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTBold.woff") format("woff"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTBold.ttf") format("truetype");
    font-weight: 700;
    font-stretch: normal;
    font-style: normal
  }

  @font-face {
    font-family: "CiscoSans";
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTBoldOblique.eot");
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTBoldOblique.eot?#iefix") format("embedded-opentype"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTBoldOblique.woff") format("woff"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTBoldOblique.ttf") format("truetype");
    font-weight: 700;
    font-stretch: normal;
    font-style: italic
  }

  @font-face {
    font-family: "CiscoSans";
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTHeavy.eot");
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTHeavy.eot?#iefix") format("embedded-opentype"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTHeavy.woff") format("woff"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTHeavy.ttf") format("truetype");
    font-weight: 900;
    font-stretch: normal;
    font-style: normal
  }

  @font-face {
    font-family: "CiscoSans";
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTHeavyOblique.eot");
    src: url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTHeavyOblique.eot?#iefix") format("embedded-opentype"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTHeavyOblique.woff") format("woff"), url("//www.cisco.com/c/dam/assets/fonts/cisco-sans/CiscoSansTTHeavyOblique.ttf") format("truetype");
    font-weight: 900;
    font-stretch: normal;
    font-style: italic
  }
 
