@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:200,200i,400,600,800');

/* ==========================================================================
Tests
========================================================================== */

/*div {
  border:1px #ccc solid;
}*/


/*section {
  border:5px #F0F solid;
}*/

/*ul {
  border:1px #F0F solid;
}

li {
  border:1px #F0F solid;
}*/

/* ==========================================================================
Typography and Basic Styles
========================================================================== */
body {
  font-family: "Libre Franklin", sans-serif;
}

section {
  padding: 40px 0px;
}

p {
  font-size: 18px;
  line-height: 150%;
  color: #222222;
  font-weight: 200;
  letter-spacing: .02em; 
}

ul li {
  font-size: 18px;
  line-height: 150%;
  color: #222222; 
  font-weight: 200;
  margin-left: -20px;
  letter-spacing: .01em;
  margin-bottom: 14px;
  padding-left: 6px;
}

ol li {
  font-size: 18px;
  line-height: 150%;
  color: #222222; 
  font-weight: 200;
  margin-left: -20px;
  letter-spacing: .01em;
  margin-bottom: 14px;
  padding-left: 8px;
}

h1 {
  font-size: 28px;
  color: #222222;
  font-weight: 600;
  line-height: 135%; 
}

h2 {
  font-size: 32px;
  color: #222222;
  font-weight: 600;
  line-height: 135%;
  margin: 0;
}

h3 {
  font-size: 28px;
  color: #222222;
  font-weight: 600;
  line-height: 135%; 
}

h4 {
  font-size: 22px;
  color: #222222;
  font-weight: 400;
  line-height: 135%;
  margin: 0; 
}

h5 {
  font-size: 14px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .02em; 
}

a {
  color: #0000AA; 
}

label {
  font-size: 18px;
  font-weight: 200;
}

strong {
  font-weight: 600;
}

.emphasis {
  font-weight: 600;
}

a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s; 
}

.btn {
  max-width: 300px;
  background-color: #043058;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  display: block;
  padding: 12px 0px; 
}

.btn:hover, .btn:focus {
    background-color: #999;
    color: #ffffff;
}



/*Variable Responsive*/

@media (min-width: 200px) and (max-width: 430px) {

  .btn {
    max-width: 100%
  }

}



/* ==========================================================================
Longform Typography Styles
========================================================================== */

/*begin reset*/

.longform h1 {
  padding: 0px;
  margin: 0px;
}

.longform h4 {
  padding: 0px;
  margin: 0px;
}

.longform p {
  padding: 0px;
  margin: 0px;
}

.longform ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

.longform ol {
  margin-top: 0px;
  margin-bottom: 0px;
}

.longform li {
  margin-top: 0px;
  margin-bottom: 0px;

}

.longform img {
  margin-top: 0px;
  margin-bottom: 0px;

}

/*end reset*/


/*begin main styles*/

.longform h1 {
  margin-bottom: 20px;
} 

.longform h4 {
  margin-bottom: 20px;
} 

.longform p {
  margin-bottom: 40px;
  line-height: 165%;
} 

.longform ul {
  margin-top: -30px;
  margin-bottom: 40px;
}

.longform ul.resources {
  margin-top: -14px;
}

.longform ol {
  margin-top: -30px;
  margin-bottom: 40px;
}

.longform li {
  margin-bottom: 8px;
  line-height: 165%;

}

.longform img {
  margin-top: 50px;
  margin-bottom: 50px;
  border:1px #ccc solid;

}

.longform a {
  color: #043058;
  font-weight:400;
  letter-spacing: .03em;
}

.longform a:hover {
  color: #666;
}

/*end main styles*/







/* ==========================================================================
  Navigation
========================================================================== */


section#header {
  padding: 34px 0px 34px 0px;
  background: #ffffff;
  position: fixed;
  margin: auto;
  width: 100%;
  z-index: 2;
  border-bottom: 1px #ccc dotted;
}

/*Headroom Classes*/
.headroom {
    will-change: transform;
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.headroom--pinned {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}

.headroom--unpinned {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}

/*End Headroom Classes*/

.logo img {
  width: 100%;
  max-width: 300px;
}

#desktop-view {
  display: none;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #b6e2f2;
    overflow-y: hidden;
    transition: 0.2s;
}

.overlay-content {
    position: relative;
    top: 25%;  /* For PHASE 2 change to 5%!*/
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #222222;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #666;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.mobile-menu {
  text-align: right;
  font-size:16px;
  line-height: 100%;
  cursor:pointer;
  color: #222222;
  text-transform: uppercase;
  padding-top: 22px;
  padding-right:10px; 
}

/*Responsive Padding/Logo for MENU */


@media (min-width: 200px) and (max-width: 399px) {
  
  section#header {
    padding: 20px 0px 20px 0px;
    
  }

  .mobile-menu {
    padding-top: 10px;  
  }

}

@media (min-width: 400px) and (max-width: 767px) {
  
  section#header {
    padding: 24px 0px 24px 0px;
    
  }

  .mobile-menu {
    padding-top: 16px;  
  }

}


@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}


@media screen and (min-width: 767px) {
  #desktop-view {
    display: block;
  }

  #mobile-view {
    display: none;
  }    

  .desktop-nav {
    text-align: right;
    padding-right: 16px;

  }

  .desktop-nav ul {
    padding-right: 0px;
    padding-bottom: 0px;
    
  }

  .desktop-nav li {
    display: inline-block;
    font-size: 14px;
    line-height: 100%;
    color: #222222;
    padding-top: 24px;
    margin-left: 7px;
    margin-bottom: 0px;
    letter-spacing: 0em;
  }

  .desktop-nav a {
    color: #222222;
  }

  .desktop-nav a:hover {
    color: #222222;
  }

}

/* ==========================================================================
  Home Panel
========================================================================== */

section#home {
  padding: 180px 0px 60px 0px;
  background: #b6e2f2;
  border-bottom: 1px #ccc dotted;

}


.home h2 {
  font-size: 44px;
  line-height: 125%;
  color: #043058;
  text-align: center;

  width: 70%;
  margin: auto;
  margin-bottom: 16px;
}


.home h1 {
  font-size: 20px;
  line-height: 145%;
  color: #222222;
  font-weight: 200;
  letter-spacing: .01em; 
  text-align: center;
  width: 70%;
  margin: auto;
}

.home .btn {
  max-width: 420px;
  margin-bottom: 20px;
}

.home img {
  width: 80%;
  margin: auto;
  display: block;
  margin-top: 50px;
  
}


@media (min-width: 200px) and (max-width: 350px) {

  section#home {
    padding: 120px 0px 60px 0px;

  }

  .home h2 {
    font-size: 36px;
    width: 100%;
  }


  .home h1 {
    font-size: 16px;
    width: 100%;
    margin: auto;
  }
  
  .home img {
    width: 100%;
    margin-top: 30px;
    
  }

}


@media (min-width: 351px) and (max-width: 767px) {

  section#home {
    padding: 150px 0px 60px 0px;

  }

  .home h2 {
    font-size: 36px;
    width: 100%;
  }


  .home h1 {
    font-size: 16px;
    width: 100%;
    margin: auto;
  }
  
  .home img {
    width: 100%;
    margin-top: 30px;
    
  }

}






/* ==========================================================================
  Portfolio
========================================================================== */

section#portfolio-container {
  padding-top: 60px;
}

.portfolio h2 {
  margin-bottom: 10px;
}

.portfolio-intro {
  border-bottom: 1px #ccc dotted;
  padding-bottom: 60px;
}


.portfolio-item {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px #ccc dotted;
}

.portfolio-item-last {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 0px #ccc dotted;
}

.portfolio-item h4 {
  margin-bottom: 20px;
 
}

.portfolio-item img {
  border:0px #ddd solid;
  margin-bottom: 30px;
  margin-top: 0px;
  margin: auto;
  max-width: 250px;
}

.portfolio-item-last img {
  border:0px #ddd solid;
  margin-bottom: 30px;
  margin-top: 0px;
  margin: auto;
  max-width: 250px;
}

.portfolio-item p {
  font-size: 16px;
}



@media(min-width:200px) and (max-width:767px) {

  section#portfolio-container {
    padding-top: 40px;
  }

  section#portfolio-container h2 {
    text-align: center;
  }

  section#portfolio-container h4 {
    text-align: center;
  }

  section#portfolio-container p {
    text-align: center;
  }

  .portfolio-intro {
    padding-bottom: 40px;
  }

  .portfolio-item img {
    margin-top: 30px;
  }

  .portfolio-item5 img {
    max-width: 220px;
  }

  .portfolio-item6 img {
    max-width: 130px;
  }

  .portfolio-item7 img {
    margin-top: 40px;
  }


}


@media(min-width:768px) and (max-width:991px) {

  .portfolio-item0 img {
    margin-top: 50px;
    max-width: 160px;
  } 
  
  .portfolio-item1 h4 {
    margin-top: 100px;
  }

  .portfolio-item2 h4 {
    margin-top: 120px;
  }

  .portfolio-item3 img {
    margin-top: 50px;
  }

  .portfolio-item4 img {
    margin-top: 60px;
  }

  .portfolio-item5 img {
    margin-top: 30px;
    max-width: 220px;
  }  

  .portfolio-item6 img {
    margin-top: 60px;
    max-width: 160px;
  } 

  .portfolio-item7 img {
    margin-top: 90px;
    
  }      

}



@media(min-width:992px) and (max-width:1500px) {

  .portfolio-item1 h4 {
    margin-top: 120px;
  }

  .portfolio-item2 h4 {
    margin-top: 150px;
  }

  .portfolio-item3 img {
    margin-top: 30px;
  }

  .portfolio-item4 img {
    margin-top: 30px;
  }

  .portfolio-item5 img {
    margin-top: 4px;
    max-width: 220px;
  }  

  .portfolio-item6 img {
    margin-top: 20px;
    max-width: 160px;
  } 

  .portfolio-item7 img {
    margin-top: 50px;
    
  }      

}




/* ==========================================================================
  Email Form Sidebar
========================================================================== */

.email-sidebar {
  background: #f8f8f8;
  padding: 30px 20px 20px 20px;

}

.email-sidebar h4 {
  line-height: 125%;
  margin-bottom: 20px;
}

.email-sidebar img {
  border:1px #dddddd solid;
  margin-bottom: 20px;
}

.email-sidebar p {
  font-size: 16px;
  margin-bottom: 30px;
}

.email-sidebar a {
  color: #043058;
  font-weight:400;
}

.email-sidebar p.free {
  font-size: 15px;
  border-bottom:1px #ccc dotted;
  padding-bottom: 6px;
  margin-bottom: 30px;
}

.email-sidebar .btn {
  background: #043058;
  width: 100%;
}

.email-sidebar .btn:hover {
  background: #666;
}


/* ==========================================================================
  Navigation Clearance
========================================================================== */

.nav-clearance {
  padding-top: 170px;
}


/*Variable Responsive*/

@media(min-width:768px) and (max-width:991px) {
  
  .nav-clearance {
    padding-top: 160px;
  }

}

@media(min-width:400px) and (max-width:767px) {
  
  .nav-clearance {
    padding-top: 140px;
  }

}

@media(min-width:200px) and (max-width:399px) {
  
  .nav-clearance {
    padding-top: 110px;
  }

}


/* ==========================================================================
  About Us
========================================================================== */


section#aboutUs img {
  margin-top:60px;
  margin-bottom:40px;
}


/* ==========================================================================
  Contact Us
========================================================================== */


.email-form {
  margin-top: 30px;
}


.contact-us-space {
  margin-top: 20px;
}

.antispam {
  display: none;
}

section#contactUsPage .form-group .btn {
  width: 100%;
  max-width: 180px;
  margin-top: 44px;

}

section#contactUsPage .longform p {
  margin-bottom: 30px;
}

section#contactUsPage .longform p.address-content {
  margin-top:60px;
  margin-bottom:50px;
}

.address-content a {
  font-weight: 400;
  color: #043058;

}

section#contactUsPage img {
  margin-top:80px;
}

/*Variable Responsive*/


@media(min-width:200px) and (max-width:399px) {

  section#contactUsPage label {
    font-size: 15px;
  }

}


@media(min-width:200px) and (max-width:450px) {

  section#contactUsPage .form-group .btn {
    max-width: 100%;
  }

}

/*Contact Supplement*/



section#landingPage .form-group .btn {
  width: 100%;
  max-width: 180px;
  margin-top: 44px;
  margin-bottom: 60px;

}

.validation-page .email-form {
  margin-top: 0px;
}

section#landingPage .email-sidebar label {
  font-size: 16px;
}

/*Variable Responsive*/


@media(min-width:200px) and (max-width:399px) {

  section#landingPage label {
    font-size: 15px;
  }

  section#landingPage .email-sidebar label {
    font-size: 14px;
  }

}


@media(min-width:200px) and (max-width:450px) {

  section#landingPage .form-group .btn {
    max-width: 100%;
  }

}




/* ==========================================================================
	Footer
========================================================================== */

.footer {
  text-align: left;
  background-color: #222222;
  padding: 28px 0px 20px 0px;
}
  
.footer p {
  color: #ffffff;
  font-size: 14px;
}

@media (min-width: 200px) and (max-width: 399px) {

  .footer p {
    font-size: 10px;
    text-align: center;
  }

}


@media (min-width: 400px) and (max-width: 767px) {

  .footer p {
    text-align: center;
  }

}






