@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}


* {
  margin:0px;
  padding:0px;
}

body {
  font-family: 'Open Sans', sans-serif;
  color:#1658a8;
  font-size:16px;
}

p{
  line-height: 1.5em;
  margin-bottom:20px;
}


input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

.show-menu {
  text-decoration: none;
  color: white;
  background: #1658a8;
  text-align: center;
  padding: 10px 0;
  display: none;
  width:100%;
}

a {
  color: #1658a8;
  transition: .2s;
}

a:hover {
  text-decoration:none;
}

.content h1{
   color:#253163; 
   margin-bottom: 20px;
  }

.content p{
  color:#253163;
}



@media (min-width: 1100px) {

  .container {
    width:1100px;
    margin:0 auto;
  }

  .container h1{
    font-size:2.5em;
    color:#253163;
    text-align:center;
    margin-top:60px;
  }


  /***** HEADER DESKTOP STYLES *****/

  #hero{
     background-image: linear-gradient(to bottom, rgb(0, 0, 0, .3), rgb(0, 0, 0, .3)), 
     url('../images/homepage-hero-gradient.jpg');
     background-position: center;
     background-size: cover;
     background-repeat:no-repeat;
     width:100%;
     height: 700px;
  }

  header{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:30px 0;
  }

  .sub-header{
    width:100%;
    background-color:#010101;
  }

   #logo img{
    width:100px;
    height:auto;
  }

  #logo img:hover{
    opacity:80%;
  }

  #nav{
    width:800px;
  }

  #nav ul{
    display:flex;
    justify-content: space-between;
    align-items: center;
  }

  #nav ul li{
    list-style-type: none;
  }

  #nav ul li a{
    /*color:#919191; */
    color:#aaaaaa;
    text-decoration:none;
    font-weight: bold;
  }

  #nav ul li a:hover{
    color:#fff;
  }

  /*Display the dropdown on hover*/
 /* #nav ul li a:hover + .hidden, .hidden:hover {
    display: block;
  }

  ul.dropdown ul{
    visibility:hidden;
  }*/


  .contact-button{
    padding:10px 30px;
    background-color:#253163;
    border: 1px solid #253163;
    font-weight: bold;
  }

  a.contact-button{
    color:#fff;
    text-decoration:none;
  }


  .contact-button:hover{
    background-color:#fff;
    cursor:pointer;
  }

  a.contact-button:hover{
    color:#253163;
  }

  #hero-content{
    margin:0 auto;
    width:100%;
    height:500px;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
  }

  #hero-content h1,p{
    color:#fff;
    text-align:center;
    margin-bottom:40px;
  }

  #hero-content h1{
    font-size: 3em;
    margin-top:0;
  }

  #hero-content p{
    font-size:1.5em;
    width:600px;
  }

  .hero-btns{
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  a.request-button {
    margin:20px 5px 0;
    color:#fff;
    text-decoration: none;
    padding:15px;
    border:3px solid #010101;
    background:#010101;
    font-weight:bold;
    font-size:1.25em;
    width: 218px;
    text-align: center;
  }

  a.request-button:last-of-type{
    background: #253163;
    color: #fff;
    border:3px solid #253163;
  }

  a.request-button:hover{
    background:#fff;
    color:#253163;
    border:3px solid #fff;
  }

  #ready-to-discuss{
    background-color: #253163;
    width:100%;
    height:80px;
  }

  #ready-to-discuss p{
    color:#fff;
    margin-bottom:0;
    font-size:1.25em;
  }

  #ready-to-discuss .container{
    display:flex;
    justify-content: space-between;
    align-items: center;
    height:100%;
  }

  #ready-to-discuss .contact-button{
    border:2px solid #fff;
    width:120px;
    text-align:center;
  }

  #ready-to-discuss .contact-button:hover{
    border:2px solid #253163;
  }


  /***** HOMEPAGE MAIN BODY DESKTOP STYLES *****/

  .blue-border{
    margin: 0 auto;
    background-color:#253163;
    width:60px;
    height:4px;
    margin-bottom:40px;
  }

  #our-services{
    display:flex;
    flex-flow:row wrap;
    justify-content: center;
    margin-top:40px;
    padding:40px 0 0;
  }

  .service{
    width:305px;
    display:flex;
    flex-direction:column;
    align-items: center;
    margin:0 30px 40px;
    padding:20px 0;
  }

  .service a{
    text-decoration:none;
    color:#010101;
  }

  .service img{
    height:52px;
    margin-bottom:20px;
  }

  .service img:hover{
    opacity:80%;
  }

  .service h3{
    color:#010101;
    text-align:center;
  }

  .service p{
    text-align:justify;
    color:#010101;
    margin-top:20px;
  }

  #how-we-work{
    width:100%;
    display:flex;
    justify-content: space-between;
  }

  #how-we-work-img{
    width:50%;
    height:525px;
    background-image: url('../images/how-we-work.jpg');
    background-position: center;
    background-size: cover;
    background-repeat:no-repeat;
  }

  #how-we-work-text{
    width:50%;
    height:525px;
    background-color:#010101;
    display:flex;
    flex-direction:column;
    justify-content: center;
    padding-left:80px;
  }

  #how-we-work-text h2{
    color:#fff;
    margin-bottom:20px;
  }

  #how-we-work-text ul li{
    list-style-type: none;
  }

  #how-we-work-text p.item{
    background-color: #292929;
    color:#fff;
    text-decoration: none;
    margin:10px 0;
    padding: 10px 0 10px 25px;
    width:400px;
    text-align:left;
  }

  #how-we-work-text p.item:hover{
    background-color:#253163;
    cursor:pointer;
  }

  div.acc p{
    background-color: #010101 !important;
    border-left:1px solid #aaaaaa;
    width:350px;
    padding:0 0 20px 20px;
    margin:10px 0 10px 30px;
    text-align:left;
  }

  /***** CALL BACK FORM DESKTOP STYLES *****/

  #call-back{
    width:100%;
    height:250px;
    background-color:#253163;
    display:flex;
    justify-content: center;
    align-items: flex-start;
    padding-top:60px;
  }

  #call-back-text{
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: flex-end;
    width:550px;
    margin-right:40px;
  }

  #call-back-text h2{
    margin-bottom:20px;
    color:#fff;
    text-align:right;
  }

  #call-back-text p{
    text-align:right;
    width:300px;
    line-height:1.5em;
  }

  #call-back-form{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width:550px;
    margin-left:40px;
  }

  #call-back-form label{
    color:#fff;
    margin-bottom:10px;
    font-weight:bold;
  }

  #call-back-form select{
    background-color:#253163;
    border:1px solid #fff;
    color:#fff;
    height:40px;
    width:320px;
    margin-bottom:20px;
    padding-left:10px;
    font-size:1em;
  }

  #call-back-form input{
    width:140px;
    height:40px;
    margin-bottom:20px;
    font-size:1em;
  }

  #name, #email{
    margin-right:6px;
    padding-left:10px;
    background-color:#253163;
    color:#fff;
    border:1px solid #fff;
  } 

  #phone-number{
    margin-left:6px;
    padding-left:10px;
    background-color:#253163;
    color:#fff;
    border:1px solid #fff;
  }

  #submit{
    width:140px;
    height:30px;
    color:#253163;
    border:1px solid #292929;
    margin-left: 6px;
  }

  #submit:hover{
    background-color:#292929;
    color:#fff;
    cursor: pointer;
  }


  /***** TESTIMONIALS DESKTOP STYLES *****/

 /* #testimonial-container{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    padding-bottom:80px;
  }

  .testimonial{
    border:1px solid #aaaaaa;
    width:300px;
    height:300px;
    display:flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items:center;
    padding:20px;
  }

  .testimonial img{
    width:100px;
    margin-right:20px;
  }

  .testimonial p{
    color:#555555;
    text-align:left;
    margin-bottom:0px;
  }

  .testimonial-description{
    width:100%;
  }*/


  /***** FOOTER DESKTOP STYLES *****/

  footer {
    height:375px;
    background-color:#010101;
    color:#fff;
    padding-bottom:1px;
  }

  #footer-content{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width:100%;
    padding: 60px 0 40px;
    border-bottom: 1px solid #292929;
  }

  #logo-content{
    width:500px;
    height:210px;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    border-right:1px solid #292929;
  }

  #logo-content img{
    width:150px;
    height:auto;
  }

  #logo-content img:hover{
    opacity:80%;
  }

  #footer-services{
    display:flex;
    justify-content: flex-start;
    padding-top:20px;
  }

  #footer-services a{
    color:#fff;
    text-decoration:none;
    margin-bottom:20px;
    width:fit-content;
  }

  #footer-services a:hover{
    color:#aaaaaa;
  }

  #services-col-1{
    display:flex;
    flex-direction:column;
    width:250px;
    margin-right:60px;
  }

  #services-col-2{
    display:flex;
    flex-direction:column;
    width:200px;
  }

  #contact-us {
    border-right: 1px solid #292929;
    padding: 0 40px;
    width:225px;
    height:210px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #contact-us h3{
    margin-bottom:20px;
    text-align:left;
  }

  #contact-us p{
    margin-bottom:10px;
    text-align:left;
    color:#aaaaaa;
  }

  #contact-us a{
    color:#aaaaaa;
    text-decoration: none;
  }

  #contact-us a:hover{
    color:#fff;
  }

  #social-media{
    padding-left:40px;
    width:200px;
    height:210px;
  }

  #social-media h3{
    margin-bottom:20px;
  }

  #social-icons i{
    width:25px;
    height:25px;
    font-size:20px;
    text-align:center;
    vertical-align: middle;
    line-height:25px;
    color:#fff;
    background-color:#292929;
    border-radius:50%;
    padding:8px;
    margin-right:5px;
  }

  #social-icons i:hover{
    background-color:#253163;
  }

  #copyright{
    padding:60px 0;
    margin:0 auto;
    background-color:#010101;
  }

  #copyright p{
    font-size:14px;
    color:#cdcdcd;
    margin-bottom:0px;
  }

  #copyright a{
    color:#fff;
    text-decoration:none;
  }

  #copyright a:hover{
    border-bottom:1px solid #fff;
  }

}


/***** MOBILE STYLES *****/

@media (max-width: 1099px) {

  .content{
    padding-bottom: 40px;
  }

   .container {
    width:100%;
    margin:0 auto;
  }

  p{
    font-size:1em;
/*    text-align:center;*/
    margin-bottom:20px;
  }

  .content p{
    padding:0 20px;
  }

  h1{
    margin-top:60px;
    text-align:center;
    color:#253163;
  }

  .blue-border{
    margin: 0 auto;
    background-color:#253163;
    width:60px;
    height:4px;
    margin-bottom:40px;
  }

  /***** HEADER MOBILE STYLES *****/

   header{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width:100%;
    background-color:#010101;
  }

  #logo img{
    padding:20px 0;
  }

  #nav{
    width:100%;
  }

  .show-menu {
    display:flex;
    justify-content: center;
    align-items: center;
    width:100%;
    background-color: #253163;
    color:#fff;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 3px 0;
  }

  .show-menu:hover{
    background-color:#fff;
    color:#253163;
    border-top: 2px solid #010101;
    border-bottom: 2px solid #010101;
  }

  input[type=checkbox]:checked ~ ul.dropdown{
      display: block;
  }
  input[type=checkbox]:not(:checked) ~ ul.dropdown{
      display: none;
  }

   li{
    width:100%;
    text-align:center;
    margin-bottom:1px;
    line-height:2em;
  }

  ul.dropdown{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    background-color: #aaaaaa;
    border-bottom: 1px solid #253163;
  }

  ul.dropdown li {
    font-size: 1em;
    background-color:#010101;
  }

  ul.dropdown a{
    text-decoration: none;
    color:#fff;
  }

  .dropdown li:hover {
    background-color:#253163;
  }

  ul.dropdown img{
    display:none;
  }

  ul.dropdown .contact-button{
    display:none;
  }

  #hero-content{
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, rgb(0, 0, 0, .3), rgb(0, 0, 0, .3)), 
     url('../images/homepage-hero-gradient.jpg');
    background-position: center;
    background-size: cover;
    background-repeat:no-repeat;
    height:530px;
  }

  #hero-content h1{
    color:#fff;
    text-align:center;
    width:80%;
    margin-bottom:40px;
    margin-top:0px;
  }

  #hero-content p{
    color:#fff;
    font-size:1em;
    font-weight:bold;
    padding: 0 40px;
    text-align:center;
    margin-bottom:40px;
  }

  .hero-btns{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
  }

  a.request-button {
    margin:20px 5px 0;
    color:#fff;
    text-decoration: none;
    padding:15px;
    border:3px solid #010101;
    background:#010101;
    font-weight:bold;
    font-size:1.25em;
    width: 218px;
    text-align: center;
  }

  a.request-button:last-of-type{
    background: #253163;
    color: #fff;
    border:3px solid #253163;
  }

  a.request-button:hover{
    background:#fff;
    color:#253163;
    border:3px solid #fff;
  }

  #ready-to-discuss{
    display:none;
  }


  /***** HOMEPAGE MAIN BODY MOBILE STYLES *****/

  #our-services{
    margin-top: 60px;
  }

  .service{
    padding:0 15px;
    display:flex;
    flex-direction:column;
    align-items:center;
/*    text-align:center;*/
    margin-bottom:60px;
  }

  .service a{
    color:#253163;
    text-decoration:none;
  }

  .service img{
    margin-bottom:20px;
  }

  .service h3{
    margin-bottom:20px;
    text-align: center;
  }

  .service p{
    margin-bottom:20px;
    width:80%;
    text-align: justify;
  }


  /***** CALL BACK FORM MOBILE STYLES *****/

#call-back{
    width:100%;
    background-color:#253163;
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-top:60px;
  }

  #call-back-text{
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    margin-bottom:20px;
  }

  #call-back-text h2{
    margin-bottom:20px;
    color:#fff;
    text-align:center;
  }

  #call-back-text p{
    color:#fff;
    text-align:center;
    width:300px;
    line-height:1.5em;
  }

  #call-back-form{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom:50px;
  }

  #call-back-form label{
    color:#fff;
    margin-bottom:10px;
    font-weight:bold;
  }

  #call-back-form select{
    background-color:#253163;
    border:1px solid #fff;
    color:#fff;
    height:40px;
    width:320px;
    margin-bottom:20px;
    padding-left:10px;
    font-size:1em;
  }

  #call-back-form input{
    width:140px;
    height:40px;
    margin-bottom:20px;
    font-size:1em;
  }

  #name, #email{
    margin-right:6px;
    padding-left:10px;
    background-color:#253163;
    color:#fff;
    border:1px solid #fff;
  } 

  #phone-number{
    margin-left:6px;
    padding-left:10px;
    background-color:#253163;
    color:#fff;
    border:1px solid #fff;
  }

  #submit{
    width:140px;
    height:30px;
    color:#253163;
    border:1px solid #292929;
  }

  #submit:hover{
    background-color:#292929;
    color:#fff;
  }


/***** FOOTER MOBILE STYLES *****/

  footer{
    background-color:#010101;
    color:#fff;
    padding:40px 0;
  }

  footer a{
    text-decoration: none;
    color:#fff;
  }

  #footer-content{
    display:flex;
    flex-direction:column;
    align-items: center;
  }

  #logo-content{
    display:flex;
    flex-direction:column;
    align-items: center;
    border-bottom:1px solid #292929;
    margin-bottom:40px;
    padding-bottom:20px;
    width:80%;
  }

  #logo-content img{
    margin-bottom:20px;
  }

  #logo-content a{
    margin-bottom:20px;
  }

  #services-col-1, #services-col-2{
    display:flex;
    flex-direction:column;
    align-items: center;
  }

  #contact-us{
    text-align:center;
    border-bottom:1px solid #292929;
    padding-bottom:40px;
    margin-bottom:40px;
    width:80%;
  }

  #contact-us h3{
    margin-bottom:20px;
  }

  #contact-us p{
    margin-bottom:10px;
    color:#aaaaaa;
  }

  #contact-us a{
    color:#aaaaaa;
  }

  #contact-us a:hover{
    color:#fff;
  }

  #social-media{
    text-align:center;
    border-bottom:1px solid #292929;
    padding: 10px 0 50px;
    margin-bottom:40px;
    width:80%;
  }

  #social-media h3{
    margin-bottom:20px;
  }

  #social-icons i{
    width:25px;
    height:25px;
    font-size:20px;
    text-align:center;
    vertical-align: middle;
    line-height:25px;
    color:#fff;
    background-color:#292929;
    border-radius:50%;
    padding:8px;
    margin: 0 5px;
  }

  #social-icons i:hover{
    background-color:#253163;
  }

  #copyright{
    margin:0 auto;
    text-align:center;
    padding:0 20px;
    font-size:.75em;
  }




}