/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/* CSS Document */

body{
   font-family: 'Montserrat', sans-serif !important;
    
	}

ul{
	margin-top: 0px;
	padding-top: 0px;
}

li{
	font-size:18px;
	line-height: 1.5em;
    font-family: 'Montserrat', sans-serif ;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul {
  list-style: none; 
}

ul li::before {
  content: "\25AA"; 
  color: #ff8e00; 
  font-weight: bold; 
  display: inline-block;
  width: 1em;
    font-size: 20px;
  margin-left: -1em;
}

ol {
  list-style: none; 
}

ol {
  color: #00314D;
  font-weight:600; !important;
}

ol li::marker {
  color: #ff8e00;
  font-weight: 700;
  
}

ol li::before {
  content: "\25AA"; 
  color: #ff8e00; 
  font-weight: 600; 
  display: inline-block;
  width: 1em;
    font-size: 20px;
  margin-left: -1em;
}

h1{
    font-size: calc(1.75rem + 2.5vw);    
    font-weight:800;
    line-height: 1em; 
    letter-spacing: -0.025em;
    orphans: 3;
    position: relative;
     color:#FFFFFF;
    padding-top:20px;
}


h1 span{ white-space: nowrap;}

h2{
    font-weight:700;
     font-size:24px;
    margin-bottom: 20px;
}
h3{
    font-weight:700;
     font-size:22px;
    margin-bottom: 5px;
}
h4{
    font-weight:300;
     font-size:18px;
    margin-bottom: 10px;
}
h5{    
    font-weight:700;
     font-size:14px;
    margin-bottom: 20px;
}
.smallTitle{
    font-size:18px;
    font-weight:300;
    color: #00ffff;
}
.smallTitle.pretitle:before {
    background: #00ffff;
    content: '';
    display: block;
    height: 1px;
    margin-bottom: 10px;
    width: 250px;
}
p{
	line-height: 1.5em;
	margin-bottom: 12px;	
    font-family: 'Montserrat', sans-serif;
	}
.date{
    color: #00ffff;
    font-weight:300;
    font-size:22px;
    margin-bottom: 20px;
}

a,
.button,
.bigSearchSubmit {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
a.block,
.button.block,
.bigSearchSubmit.block {
  display: block;
}

.button {
  display: inline-block;
  height: 46px;
  padding: 0 48px 0 0;
  position: relative;
  text-align: left;
    text-decoration: none;
}
.button.block {
  width: 100%;
}
.button.wide {
  min-width: 250px;
}

.button .text {
  background: #33FF66;
    border-radius: 5px;
  color: #011E2E;
  display: block;
    font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.05em;
  line-height: 46px;
  padding: 0 30px;
font-weight:700;
  position: relative;
  transition: background 0.3s;
  z-index: 1;
}


.button .text:hover {
  background-color: #00F53D;
    
}





.img-fluid {
    max-width: 100%;
    height: auto;
}

.logo{
    max-width:90px;
    padding-bottom:80px;
    padding-top: 50px;
}


.header{
    background-color:#011e2e;
    position: relative;
}
.header img{
    height: 100%;
}
.header h2{
    color: #FF8E00;
}
.header h1{
    color: #FFFFFF;
    line-height: 1.125em;
    font-size: 60px;
}
.header h3{
    font-size: 20px;
    margin-bottom: 30px;
    color: #FFFFFF;
}
.hero-bg{
    background-image: url(//20640700.fs1.hubspotusercontent-na1.net/hubfs/20640700/raw_assets/public/NileTemplates/LandingPages/Your%20Office%20Network/Enterprise-stock-1.png);
    background-size: cover;
   background-position: right 35% bottom 65%;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    right: 0px;
    position: absolute;
}
.hero-content{
    padding-top:100px;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
}




.intro-block{
    color:#FFFFFF;
    padding-bottom:20px;
}

.content-section{
    padding-top:50px;
    padding-bottom:50px;
}
.main-content {
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 18px;
}
.main-content p{
    color:#175d81;
    font-size: 1.125em;
}

.main-content ul li{
    font-weight: 300;
}


ul li::marker, {
    color: #00ffff !important;
    font-weight: 700;
}

.fa-li{
    color:#8eff00;
    margin-top: 7px;
}

.text-box{
    background-color: #f5f8fa;
    padding: 30px ;
    position: relative;
}

.text-box ol li{
    color:#00314d;
    font-weight:600;
}

.text-box ul li{
    color:#00314d;
    font-weight:400;
}



.text-box h3{
    font-weight: 800;
    color:#00314d;
    font-size:1.25em;
}

.cta-box{
    background-color: #05089f;
    padding: 20px 65px 25px 25px;
    position: relative;
    border:solid 1px #00ffff;
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}
.cta-box:after {
  background: #8eff00 url("images/arrow-button.svg") center center no-repeat;
  content: '';
  height: 46px;
  position: absolute;
  right: 0;
  top:43px;
  width: 46px;
}


.guide{
    background-color:#33FF66;
    color: #011E2E;
    display: inline-block;
    padding:4px 8px;
    font-weight: 700;
    top: 0px;
    position: absolute;
}

.guide-mob{
    background-color:#33FF66;
    color: #011E2E;
    display: none;
    padding:4px 8px;
    font-weight: 700;
    top: 0px;
    position: absolute;
  
}

.cta-content{
    padding-top:30px;
    padding-bottom:30px; 
}

.cta-content h3{
    margin-bottom: 0px;
    text-align: right;
}

.text-box h5{
    color: #00ffff;
}
a{
    color:#8eff00;
}
.text-box p{
    font-size:15px;
    line-height: 1.75em;
}

.form-section {
    padding-top:20px;
    width: 100%;
    background: #fff;
    /*box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);*/
}
.form-section h2 {
    color: #004fff;
    margin-bottom: 5px;
    
}
.breakout-section {
    background: #004fff;
    color: #FFFFFF;
    padding: 40px;
    width: 100%;
    margin-top: 40px;
}


.breakout-section h2{
    margin-top: 0px;
    margin-bottom: 10px;
}
.breakout-section .name{
    font-size:18px;
    font-weight:600;
    color: #00ffff;
    margin-bottom: 0px;
    margin-top: 5px;
}
.title{
    font-size:13px;
    margin-bottom: 20px;
}



.hs-error-msgs{
 margin-top:5px !important;   
}
.hs-error-msg{
    font-size:13px;
    color: #FF0000;
    font-weight:400;
}

.form-section .hbspt-form fieldset .hs-form-field .hs-input {
    background: #FFFFFF;
    border: 1px solid #F0F2F5;
    border-radius: 2px;
    color: #000;
    padding: 15px 16px;
    width: 100% !important;
    font-size: 13px;
    font-weight: 400;
}

.form-section .hbspt-form .hs-submit .actions .hs-button {
    background: #EB00C0;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    padding: 13px 24px;
    line-height: 22px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    min-width: 175px;
    width: 100%;
    margin-top: 20px;
}

.form-section .hbspt-form .form-columns-1 .legal-consent-container .hs-input[type="checkbox"] {
    display: block !important;
    margin-top: 4px;
    width: auto !important;
}

.inputs-list{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 100%;
    list-style: none;
    background: transparent;
    font-family: 'Montserrat', arial, sans-serif;
}

.inputs-list li:before{
    content:none;
}


.feature-section{
    background-color:#00314d;
    z-index: 2;
    position: relative;
}

.feature-section-img {
    margin-top:-40px;
}
.feature-section h2{
     color:#FFFFFF;
    font-size: 2.1275em;
    margin-bottom:10px;
}
.feature-section h3{
     color:#FF8E00;   
    font-size: 1.125em;
    font-weight: 600;
    margin-bottom: 30px;
}
.feature-section p{
     color:#FFFFFF;
}

.feature-section-content{
    padding-top:70px;
    padding-bottom: 70px;
}

.form-section .hbspt-form .form-columns-1 .inputs-list span p {
    font-size: 12px;
    color: #fff;
    line-height: 14px;
    letter-spacing: normal;
}

.cta-section{
    background-color: #05089f;
    padding-top:40px;
    padding-bottom:40px;
}

.documentLink{
    background-position:left;
    background-size:50%;
    background-repeat: no-repeat;
}
.footer{
    background-color: #00314d;
}
.footer .logo{
    padding-bottom: 40px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media only screen and (max-width: 1200px) {
    .header h1{
        font-size: 40px;
    }
}

@media only screen and (max-width: 800px) {
  
    .hero-content{
        padding-top:30px;
        padding-bottom: 70px;
    }
    .hero-content h2{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .feature-section-content{
    padding-top: 30px;    
        padding-bottom: 30px;
    }
    
    .feature-section h2{
        font-size: 25px;
    }
    .feature-section h3{
        font-size: 16px;
    }
    
    .hero-bg{
        position: relative;
        width: 100%;
        height: 240px;
    }
    
    .hero-bg img{
        display: none;
    }
    
.header h1{
    font-size: 34px;
}
    .breakout-section {
        margin-top: 0px;
    }
    .date{
        font-size:18px;
    }
    .main-content {
        margin-top: 0px;
    }
    .main-content p {
    font-weight: 400;
    font-size: 16px;
    }
  .guide{
        position: relative;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    
    

    .guide{
        position: relative;
        margin-bottom: 10px;
       display: none;
    }
  
  .guide-mob{
    background-color:#33FF66;
    color: #011E2E;
    display: inline-block;
    padding:4px 8px;
    font-weight: 700;
    top: 0px;
    position: absolute;
  
}