html, body {
   overflow-x: hidden;
 }
 body {
   font-family: "Open Sans", Helvetica, Arial, sans-serif;
   color:#333333;
 }
 h1, h2, h3, h4, h5, h6 {
   font-family: "Montserrat", Helvetica, Arial, sans-serif;
 }
 h2 {
   font-size: 28px;
   font-weight: normal;
   margin-bottom: 5px;
 }

 p {
   font-size: 16px;
   line-height: 24px;
   font-weight: 100;
 }

/* GRID */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

/* .one-half, one-third, and .one-fourth STYLES and MEDIA QUERIES */
.one-half, .one-third, .one-fourth {
  width: 96%;
  float: left;
  position: relative;
  min-height: 1px;
  margin: 0 2% 25px;
}

/* Tablet */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }

  .one-half {
    margin: auto;
    width: 50%;
  }
}

/* Laptop */
@media (min-width: 992px) {
  .container {
    width: 970px;
    margin: auto;
  }
  .one-half {
    width: 46%;
  }

  .one-third {
    width: 29.33333%;
  }

  .one-fourth {
    width: 21%;
  }
}

/* Desktop */
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .one-half {
    width: 50%;
  }
}

/* HEADER Styles and Media Queries */

header {
  color: #FFFFFF;
  background: #318EE4;
  background-image: linear-gradient(206deg, #002A55 0%, #118BFE 100%);
}

header nav {
  padding: 1em 0;
}

/* header nav img styles and media queries */
header nav img {
  display: block;
  margin: auto;
  width: auto;
  height: 50px;
}

@media (min-width: 768px) {
  header nav img {
    margin: 0;
  }
}

/* header nav ul styles and media queries */
header nav ul {
  display: block;
  text-align: center;
  margin: 0;
  padding-right: 35px;
}

@media (min-width: 768px) {
  header nav ul {
  display: inline;
  text-align: right;
  float: right;
  padding-right: 0px;
}
}

header nav ul > li {
  list-style-type: none;
  display: inline-block;
  margin: 0 15px;
}
header nav ul > li.btn-outline {
  padding: 10px 15px;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
}
header nav ul > li.btn-outline:hover {
  background: #FFFFFF;
}
header nav ul > li > a {
  color: #FFFFFF;
  text-decoration: none;
}
header nav ul > li.btn-outline:hover > a {
  color:#34495E;
}

header .hero {
  text-align: center;
  display: block;
  position: relative;
}

/* header .hero h1 styles and media queries */
header .hero h1 {
  font-size: 32px;
  font-weight: normal;
  margin: 15px 0 0;
}

@media (min-width: 768px){
  header .hero h1 {
    font-size: 38px;
    margin: 45px 0 0;
  }
}

@media (min-width: 1200px){
  header .hero h1 {
    font-size: 48px;
  }
}

/* header .hero p styles and media queries */
header .hero p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  margin: 10px 0 40px;
}

@media (min-width: 768px) {
  header .hero p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 1200px) {
  header .hero p {
    font-size: 22px;
    line-height: 28px;
  }
}
/* header .hero img styles and media queries */
header .hero img {
  display: block;
  margin: 3em auto 0;
  width: auto;
  height: 230px;
}

@media (min-width: 768px){
  header .hero img {
    height: 450px;
  }
}

@media (min-width: 1200px){
  header .hero img {
    height: 500px;
  }
}

/* BUTTONS */

.btn {
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 30px;
  background: #FF790B;
  border: 2px solid #FF790B;
  box-shadow: 0px 2px 0px 0px #743E11;
}

/* BENEFITS */
.benefits {
  text-align: center;
  display: block;
  position: relative;
}

.benefits ul {
  margin: 0 auto;
  padding: 4em 0;
}

.benefits ul li {
  list-style-type: none;
  display: inline-block;
}

.benefits i {
  color: #118BFE;
  font-size: 60px;
  margin: 0;
  vertical-align: middle;
}

.benefits h2 {
  color: #118BFE;
}

/* PRICING */
.pricing {
  background: #118BFE url("../images/background.png") top center no-repeat;
  background: url("../images/background.png") top center no-repeat, linear-gradient(206deg, #118BFE 0%,#002A55 94%);
  background-size: cover;
  text-align: center;
  padding:4em 0;
}
.pricing h2, .pricing p {
  color: #FFFFFF;
}
.pricing ul {
  margin: 0 auto;
  padding: 2em 0;
}
.pricing ul li {
  list-style-type: none;
}

.box {
  padding:0 15px 15px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
  min-height: 439px;
  position: relative;
  margin-top: 25px;
}
.box.middle {
  min-height: 485px;
  margin-top: 0px;
}
.box h3 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background: #E2E2E2;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.40);
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  margin:0 -15px 40px;
  padding:10px 0;
}

.box h4 {
  font-size: 50px;
  font-weight: normal;
  margin: 40px 0 10px;
  color: #118BFE;
}
.box h4 span {
  font-size: 32px;
  vertical-align: top;
}
.box h4 span.month {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #888888;
  font-size: 20px;
  vertical-align: middle;
}
.box ul li {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 100;
}
  .box .btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .small {
    font-size: 12px;
    color: #FEFEFE;
    line-height: 15px;
    font-style: italic;
  }

  @media (min-width: 992px) {
  .box {
    margin: 25px 0;
  }
}

 /* TESTIMONIALS */
.testimonials {
  padding: 4em 0;
  text-align: center;
}
.testimonials h2 {
  color:  #118BFE;
}
.testimonials ul li {
  list-style-type: none;
}
.testimonials blockquote {
  color: #FFFFFF;
  text-align: left;
  font-style: italic;
  background: #002A55;
  position: relative;
  padding: 30px;
  width: auto;
  margin:0;
}
.testimonials blockquote:after {
  top: 100%;
  left: 13%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #002A55;
  border-width: 10px;
  margin-left: -10px;
}
  .testimonials img {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  float: left;
  display: inline-block;
  margin: 20px 10px 0 0;
}
.testimonials p.name {
  float: left;
  display: inline-block;
  text-align: left;
  font-size: 12px;
  margin-top: 30px;
}

.testimonials .one-fourth:nth-child(even) {
  position: relative;
  bottom: -20px;
}


/*Call to Action*/
.bottom-signup {
  padding: 2em 0 4em 0;
  text-align: center;
  color: #FFFFFF;
  height: 125px;
  background: #118BFE;
  background-image: linear-gradient(206deg, #002A55 0%, #118BFE 100%);
}
.bottom-signup p {
  margin: 0px 0 30px;
}

/* FOOTER */

/* Footer styles and media queries */
footer {
  background-color: #C6E4FF;
  color: #FFFFFF;
  height: 200px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 0;
}

  @media (min-width: 992px) {
    footer {
      background: color: #118BFE;
      background-image: linear-gradient(to left,
          #118BFE 0%, #118BFE 33.33337%, #002A55 33.33337%, #002A55 100%);
      height: 100px;
      padding: 0;
    }
}
/* footer p, footer nav ul styles and media queries */
footer p, footer nav ul {
  font-size: 14px;
  color: #333333;
  font-weight: 100;
  text-align: center;
  margin: 10px auto 0;
}

@media (min-width: 992px) {
  footer p, footer nav ul {
    color: #FFFFFF;
  }
}

@media (min-width: 992px) {
  footer p, footer nav ul {
    padding: 2em 0;
    text-align: left;
  }
}

footer nav ul li {
  list-style-type: none;
  display: inline;
}

footer nav ul li a {
  color: #333333;
  text-decoration: none;
}

@media (min-width: 992px) {
  footer nav ul li a {
    color: #FFFFFF;
  }
}

/* footer .logo styles and media queries */
footer .logo {
  color: #ffffff;
  display: block;
  margin: auto;
  width: auto;
  height: 50px;
  padding: 5px;
}
@media (min-width: 992px) {
footer .logo {
  margin: 0 auto;
  display: block;
  padding-bottom: 30px;
}
}

/* Right footer block on larger devices */
@media (min-width: 992px) {
  footer .right-footer-block {
    background-color: #118BFE;
    height: 100px;
    padding: 22px 0;
  }
}

  /* DASHBOARD */

  .dashboard {
    background: #F7F7F7;
  }
  .left-nav {
     height: 100vh;
     height: 100%;
     width:14.66666667%;
     width:280px;
     color:#FFFFFF;
     background: #118BFE;
     background-image: linear-gradient(206deg, #118BFE 0%, #002A55 94%);
     float:left;
     position: fixed;
     position:absolute;
     display:block;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     transform: translate(-280px,0);
       -webkit-transform: translate(-280px,0); /** Chrome & Safari **/
       -o-transform: translate(-280px,0); /** Opera **/
       -moz-transform: translate(-280px,0); /** Firefox **/
   }

   .left-nav.open {
     display:block;
   width:280px;
   background: #118BFE;
   background-image: linear-gradient(206deg, #118BFE 0%, #002A55 94%);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   transform: translate(0,0);
     -webkit-transform: translate(0,0); /** Chrome & Safari **/
     -o-transform: translate(0,0); /** Opera **/
     -moz-transform: translate(0,0); /** Firefox **/
     z-index: 100;
   }

   .hamburger {
     position:absolute;
     z-index: 1000;
     background:#118BFE;
     color:#FFF;
     text-decoration: none;
     font-size: 22px;
     padding: 10px 15px;
     border-radius: 4px;
     left: 5px;
     top: 15px;
   }

   @media (min-width:992px) {
   .left-nav {
     height: 100vh;
     width:14.66666667%;
     color:#FFFFFF;
     background: #34495E;
     background-image: linear-gradient(206deg, #118BFE 0%, #002A55 94%);
     float:left;
     position: fixed;
     display:block;
     transform: translate(0,0);
     -webkit-transform: translate(0,0); /** Chrome & Safari **/
     -o-transform: translate(0,0); /** Opera **/
     -moz-transform: translate(0,0); /** Firefox **/
   }
   .left-nav.open {
     width:14.66666667%;
     transform: translate(0,0);
     -webkit-transform: translate(0,0); /** Chrome & Safari **/
     -o-transform: translate(0,0); /** Opera **/
     -moz-transform: translate(0,0); /** Firefox **/
   }
   .hamburger {
     display:none;
   }
 }

  .left-nav .site-logo {
   padding: 20px 0;
   display: block;
   text-align: center;
 }
 .left-nav .items {
   padding: 0 7%;
 }
 .left-nav .items p {
   font-weight: 600;
   text-transform: uppercase;
   font-size: 12px;
   color: #E2E2E2;
   line-height: 15px;
 }
 .left-nav .items ul {
   margin: 0 0 40px;
   padding: 0;
 }
 .left-nav .items ul li {
   list-style-type: none;
   margin-bottom: 15px;
 }
 .left-nav .items ul li a {
   color: #FFFFFF;
   text-decoration: none;
   font-weight: 100;
   padding-left: 10px;
 }
 .left-nav .items ul li a i {
   width: 16px;
   text-align: center;
   margin-right: 8px;
 }

 .active {
   background-color: #002A55;
   padding: 4px;
 }

 /* LEFT NAVBAR SETTINGS */
 .left-nav .settings {
   position: absolute;
   width: 100%;
   bottom: 0;
   left: 0;
   right: 0;
   padding: 10px 0;
 }
 .left-nav .settings img {
   height: 35px;
   width: 35px;
   border-radius: 50%;
   margin-left: 10px;
   display: inline-block;
 }
 .left-nav .settings p {
   display: inline-block;
   vertical-align: top;
   padding-top: 8px;
   font-weight: 400;
   margin: 0 0 0 10px;
 }
 .left-nav .settings a {
   color: #FFFFFF;
   text-decoration: none;
   text-align: right;
   float: right;
   margin-right: 10px;
   margin-top: 8px;
 }

 /* CONTENT */

 /* .content styles and media queries */
.content {
  padding: 6em 1% 1.5em;
  float: right;
  width: 98%;
  position: relative;
}
/* Larger Mobile Device */
@media (min-width:460px) {
  .content {
    padding: 1.5em 1%;
    float: right;
    width: 90%;
    position: relative;
  }
}
/* Tablet */
@media (min-width:768px) {
  .content {
    padding: 1.5em 5%;
    float: right;
    width: 90%;
    position: relative;
  }
}

/* Laptops and Desktops */
 @media (min-width:992px) {
   .content {
     padding: 1.5em 1%;
     float: right;
     width: 83.33333333%;
     position: relative;
   }
 }

.content .header {
  margin: 0 1% 20px;
}
.content .header h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 100;
  margin: 0 0 30px;
  font-size: 36px;
  color: #118BFE;
  line-height: 44px;
  float: left;
  display: inline-block;
}
.content .header > a {
  float: right;
}

/* .content-item styles and media queries */
.content-item {
  width: 96%;
  margin: 0 2% 25px;
  float: left;
  display: block;
}

/* .content-item Larger Mobile Devices */
 @media (min-width:460px) {
   .content-item {
     width: 46%;
     margin: 0 2% 25px;
     float: left;
     display: block;
   }
 }
/*Tablet*/
 @media (min-width:768px) {
   .content-item {
     width: 31.33333%;
     margin: 0 1% 25px;
   }
 }

/* Laptop and Desktop */
@media (min-width:992px) {
.content-item {
  width: 23%;
  margin: 0 1% 25px;
}
}
.item-box {
  display: block;
  height: 230px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.40);
  position: relative;
  overflow: hidden;
  padding: 20px;
}

/* .content > .container media queries */
/* Tablet */
 @media (min-width:768px) {
   .content > .container {
     width: 700px;
   }
 }
/* Laptops and Desktops */
 @media (min-width:992px) {
   .content > .container {
     width: auto;
   }
 }

 .item-box > img {
   position: absolute;
   height: 100%;
   width: auto;
   top: 0;
   left: 0;
   right: 0;
 }
 .item-box h2 {
   font-family: 'Open Sans', Helvetica, Arial, sans-serif;
   font-weight: 700;
   color: #118BFE;
   font-size: 15px;
   line-height: 17px;
   margin: 0;
 }
 .item-box h2 a {
   color: #118BFE;
   text-decoration: none;
 }
 .item-box h2 img {
   width: 16px;
   height: 16px;
   position: relative;
   top: 2px;
   margin-right: 5px;
 }
 .item-box p {
   font-size: 14px;
   color: #333333;
   line-height: 18px;
   margin: 5px 0 0;
 }
