/*
font-family: 'Lato', sans-serif;
font-family: 'Raleway', sans-serif;

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

body {
  font-family: 'Lato', sans-serif;
}

.show-menu {
	text-decoration: none;
	color: #fff;
	background: #114578;
	text-align: center;
	padding: 10px 0;
	display: none;
	width:100%;
	margin-bottom:1px;
  text-transform: uppercase;
}

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

p {
  margin-bottom: 20px;
}

.sub-content {
  /*border-top:solid 3px #114578;*/
}

#sub-slide h1 {
  color: #114578;
  text-transform: uppercase;
  font-size: 22pt;
  margin-bottom: 5px;
  text-align: center;
}  

.sub-content a {
  color: #114578 !important;
}

a:hover {
  text-decoration: none;
}

.client-column a {
  color: white;
  text-decoration: none;
}

.client-column a:hover {
  color: #cdcdcd;
}

.item {
  font-weight: bold;
  cursor: pointer;
}
.item a{
  text-decoration: none;
  font-weight: 700;
}
ul li{
  list-style: none;
}
.acc {
  background: #114578;
  color: white;
  padding:40px;
  margin-bottom: 20px;
}
.acc a {
  color: white !important;
}




@media (min-width: 1100px) {
  .container {
    width:1100px;
    margin:0 auto;
  }

  #top-header {
    background: #1a1c27;
    height:24px;
    padding-top:5px;
    font-size: 8pt;
    color: white;
  }

  #top-header-right {
    float: right;
    width:400px;
    text-align: right;
  }

  .item {
    line-height: 5px;
  }

  #top-header-right i {
    color: #3c7eae !important;
    margin-left: 10px;
  }

  #top-header-right a {
    color: #a1b1bc;
    text-decoration: none;
  }

  #top-header-right a:hover {
    color: white;
  }

  #header {
    background: white; 
    padding:20px 0px;
    height:30px;
  }


  #logo {
    float: left;
    width: 230px;
    margin-right: 20px;
  }

  #nav {
    float: left;
    width:571px;
    margin-top:8px;
    text-align: right;
  }

  #nav a {
    padding:0px 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9pt;
    color: #114578;
    text-decoration: none;
  }

  #buttons {
    float: right;
    width:279px;
  }

  #buttons a {
    padding:10px 15px;
    border-radius: 15px;
    border:solid 1px #114578;
    color: #114578;
    text-decoration: none;
    margin-left: 10px;
    font-size: 9pt;
    font-weight: bold;
    float: right;
  }

  #buttons a:hover {
    background: #74b5e4;
  }

  #slider {
    height: 565px;
    width:100%;
    background-image: url('../images/slide1.jpg');
    background-position: top center;
    background-size: cover;
    color: white;
    position: relative;
  }

  #slider h1{
    font-size: 27pt;
    width:600px;
    padding-top:200px;
    margin:0px auto 10px 60px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
  }

  #slider h3 {
    font-family: 'Raleway', sans-serif;
    font-weight:400;
    font-size: 18pt;
    width:600px;
    margin:0 auto 10px 60px;
  }

  #sub-slide {
    height: 250px;
    width:100%;
    background-position: top center;
    background-size: cover;
    color: white;
    position: relative;
  }

  #sub-slide h1 {
    font-size: 27pt;
    color: white !important;
    padding-top:100px;
    margin:0px auto 10px 60px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
  }

  .healthcare {
    background-image:url('../images/healthcare.jpg');
  }

  .rent-recovery {
    background-image:url('../images/rent-recovery.jpg');
  }

  .utilities {
    background-image:url('../images/utilities.jpg');
  } 

  .commercial {
    background-image:url('../images/commercial.jpg');
  } 

  .about-us {
    background-image:url('../images/about-us.jpg');
  }

  .communications {
    background-image:url('../images/communications.jpg');
  } 

  .education {
    background-image:url('../images/education.jpg');
  } 

  .financial {
    background-image:url('../images/financial.jpg');
  } 

  .government {
    background-image:url('../images/government.jpg');
  } 

  .legal {
    background-image:url('../images/legal.jpg');
  } 

  .small-business {
    background-image:url('../images/small-business.jpg');
  } 


  .button-solid {
    float:left;
    background: white;
    text-align: center;
    display: block;
    margin-right: 10px;
    height: 22px;
    width: 100px;
    padding:8px 20px 8px 20px;
    text-decoration: none;
    color: #222533;
    border: solid 3px white;
    margin-left: 60px;
  }

  .button-clear {
    float:left;
    background: transparent;
    text-align: center;
    display: block;
    margin-right: 10px;
    height: 22px;
    width: 100px;
    padding:8px 20px 8px 20px;
    text-decoration: none;
    color: white;
    border: solid 3px white;
  }

  .button-solid:hover, .button-clear:hover {
    color: #cdcdcd;
  }

  #slider-buttons {
    position: absolute;
    bottom: 0px;
    height: 65px;
    width: 100%;
    background: linear-gradient(to left, #3c7eae 50%, #114578 50%);
    font-size: 20pt;
    font-weight: 900;
  }

  #slider-buttons a {
    text-decoration: none;
    color: white;
  }

  #slider-buttons i {
    margin-right: 10px;
    font-size: 24pt;
    display: inline-block;
    vertical-align: top;
  }

  #pay-bill {
    float:left; 
    width:366px;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
  }

  #consumers {
    float:left;
    width: 367px;
    padding-top:15px;
    text-align: center;
    background: #74b5e4;
    height: 50px;
    text-transform: uppercase;
  }

  .client-container {
    width:620px;
    margin:0 auto;
  }

  #clients {
    float:right;
    width:367px;
    padding-top:15px;
    text-align: center;
    text-transform: uppercase;
  }

  .content {
    background: white;
    padding:60px 0px;
  }

  .content h2 {
    color: #114578;
    text-transform: uppercase;
    font-size: 18pt;
    margin-bottom: 5px;
    text-align: center;
  }

  .grey-border {
    height: 3px;
    width: 80px;
    margin: 5px auto 20px auto;
    background: #a1b1bc;
  }

  .callout-container {
    width: 909px;
    margin:0 auto;
  }

  .callout {
    float:left;
    width:283px;
    margin:0px 10px;
    text-align: center;
    color: #616d75;
  }

  .callout img {
    display: block;
    margin:0px auto 20px auto;
  }

  .callout-title {
    font-weight: 900;
    font-size: 12pt;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #3d404b;
  }

  .blue-content {
    background:#114578;
    color: white;
  }

  .float-right {
    float:right;
  }

  .blue-content {
    background: #114578;
    width:100%;
    /*height: 400px;*/
  }

  #who-we-are {
    padding:60px 0px;
    float: left;
    width:690px;
    background: #114578;
  }

  #who-we-are h3 {
    color: #74b5e4;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18pt;
  }

  .white-border {
    height: 2px;
    width: 40px;
    background: white;
  }

  .black {
    color: black !important;
  }

  .service {
    float:left;
    width:283px;
    margin:0px 10px;
    text-align: left;
    color: #a1b1bc;
  }

  .content-grey {
    background: #f9fafb !important;
  }

  .service-icon {
    float:left;
    margin-right: 20px;
    width: 47px;
  }

  .service-text {
    float:left;
    width: 216px;
    color: #687177;
    font-size: 12pt;
    line-height: 1.6;
  }

  .service-text h3 {
    color: black;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 11pt;
  }

  .associations  {
    padding:40px 0px;
  }

  .association {
    display: inline-block;
    margin: 0px 81px;
    text-align: center;
    float: left;
  }

  .content-dark-blue {
    padding:40px 0px;
    background: #242a39;
    color: white;
    text-align: center;
  }

  .client-column {
    float: left;
    width: 135px;
    margin:0px 10px;
    text-align: left !important;
    line-height: 1.6;
    color: white;
    font-size: 10pt;
  }

  .content-dark-blue h3 { 
    text-transform: uppercase;
  }

  #footer {
    background: #222533;
    color: #a1b1bc;
    height: 32px;
    padding-top: 12px;
    font-size: 8pt;
  }

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

  #footer a:hover {
    color: white;
  }

  #footer-left {
    width:400px;
    float: left;
  }

  #footer-right {
    float: right;
    width:500px;
  }

  #footer-right a {
    padding:0px 20px;
  } 

  @charset "UTF-8";

  ul.dropdown,
  ul.dropdown li,
  ul.dropdown ul {
   list-style: none;
   margin: 0;
   padding: 0;
   text-align: left !important;
  }

  ul.dropdown {
   z-index: 597;
   list-style-type: none;
  }

  ul.dropdown li {
   float: left;
   line-height: 1.3em;
   vertical-align: middle;
   zoom: 1;
  }

  ul.dropdown li.hover,
  ul.dropdown li:hover {
   position: relative;
   z-index: 599;
   cursor: default;
  }

  ul.dropdown ul {
   visibility: hidden;
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 598;
   width: 100%;
  }

  ul.dropdown ul li {
   float: none;
  }

  ul.dropdown ul ul {
   top: 1px;
   left: 99%;
  }

  ul.dropdown li:hover > ul {
   visibility: visible;
  }

  ul.dropdown {
   text-transform: uppercase;
  }

  ul.dropdown li {
   padding: 7px 0;
   color: #114578;
   line-height: normal;
  }

  ul.dropdown li.hover,
  ul.dropdown li:hover {
   
  }

  ul.dropdown a:link,
  ul.dropdown a:visited { color: #114578; text-decoration: none; }
  ul.dropdown a:hover { color: #cdcdcd; text-decoration: none; }
  ul.dropdown a:active { color: #114578; }


/* ----- END LEVEL */


  /* ----- NON-FIRST LEVEL */

  ul.dropdown ul {
   width: 170px;
   background-color: #333;
   color: #fff;
   font-size: 11px;
   text-transform: none;
   filter: alpha(opacity=90);
   -moz-opacity: .9;
   KhtmlOpacity: .9;
   opacity: .9;
  }

  ul.dropdown ul li {
   background-color: transparent;
   color: #000;
   filter: none;
  }

  ul.dropdown ul li.hover,
  ul.dropdown ul li:hover {
   background-color: transparent;
  }

  ul.dropdown ul a:link,
  ul.dropdown ul a:visited { color: #fff !important; }
  ul.dropdown ul a:hover { color: #fff; text-decoration: none; }
  ul.dropdown ul a:active { color: #fff; }

  ul.dropdown *.dir {
   padding-right: 12px;
   background-image: none;
   background-position: 100% 50%;
   background-repeat: no-repeat;
   padding-right: 25px !important;
  }

  ul.dropdown li a {
   display: block;
   padding: 7px 14px !important;
  }

  ul.dropdown li {
   padding: 0;
  }

  ul.dropdown li.dir {
   padding: 7px 20px 7px 14px;
  }

  ul.dropdown ul li.dir {
   padding-right: 15px;
  }

  ul.dropdown li {
    line-height: 2.4;
  }
  
  ul.dropdown li.current {
  background-color: #636060;
  }

  ul.dropdown ul a {
   padding: 4px 5px 4px 14px;
  }

  ul.dropdown ul a:hover {
   background-color: #636060;
  }

  ul.dropdown a.open {
   background-color: #2e2e2e;
   color: #636060;
  }

  ul.dropdown ul a.open {
   background-color: #636060;
   color: #fff;
  }

  ul.dropdown li:hover > a.dir {
   background-color: white;
   color: #cdcdcd !important;
  }

  ul.dropdown ul li:hover > a.dir {
   background-color: #636060;
   color: black;
  }

  .service-page {
    float:left;
    width:366px;
    margin-bottom: 40px;
    text-align: center;
  }

  .service-page i, .client-link i {
    display: block;
    margin-bottom: 10px;
    font-size: 32pt;
    color: #114578;
  }

  .service-page a, .client-link a {
    text-decoration: none;
    font-size: 14pt;
  }

  label {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  input[type="text"], input[type="email"], select, textarea {
    background: #fbfbfb;
    color: black;
    padding: 5px;
    font-size: 11pt;
    font-family: 'Lato';
    border: solid 1px #cdcdcd;
    border-radius: 5px;
  }

  form {
    width:45%;
    margin:0px 2.5%;
    float: left;
  }

  input[type="submit"] {
    background:#114578;
    color: white;
    padding:10px 20px;
    width:120px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Lato';
  }

  fieldset {
    padding:20px;
  }

  .form-header {
    font-size: 14pt;
    margin-bottom: 20px;
    text-align: center;
  }

  .form-header i {
    display: block;
    margin: 0 auto 10px;
    font-size: 46pt;
  }


  /***** BLOG INDEX PAGE DESKTOP STYLES *****/

  .blog-post{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    width:100%;
    margin-bottom:40px;
    padding-bottom:40px;
    border-bottom: 1px solid #74b5e4;
  }

  .blog-description{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    margin-left: 40px;
  }

  .blog-description h3{
    margin-bottom:40px;
  }

  .blog-description p{
    margin-bottom: 40px;
    line-height:1.5em;
  }

  .read-more{
    text-align:center;
    background-color: #114578;
    padding:10px 15px;
    border:1px solid #fff;
  }

  a.read-more {
    text-decoration:none;
    color:#fff !important;
  }

  a.read-more:hover{
    background:#74b5e4;
    border:1px solid #114578;
    /*color:#114578 !important;*/
  }


  /***** BLOG INDIVIDUAL PAGE DESKTOP STYLES *****/

  .post{
    margin:40px 0 80px;
  }

  .post img{
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:40px;
  }

  .post h3{
    margin-bottom:20px;
    color:#74b5e4;
  }

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

  .post a{
    color: #74b5e4 !important;
  }

  .back-to-blog{
    text-align:center;
    background-color: #114578;
    padding:10px 15px;
    border:1px solid #fff;
  }

  a.back-to-blog {
    text-decoration:none;
    color:#fff !important;
    margin-top:40px;
  }

  a.back-to-blog:hover{
    background:#74b5e4;
    border:1px solid #114578;
    /*color:#114578 !important;*/
  }

  /*footer desktop */

  .association-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .association{
    margin:0;
  }

  .association-container img{
  }



}



@media screen and (max-width : 1099px){
  .container {
    width:100%
  }

  #top-header {
    background: #1a1c27;
    height:24px;
    padding-top:5px;
    font-size: 8pt;
    color: white;
  }

  #top-header-right {
    text-align: center;
  }

  #top-header-right i {
    color: #3c7eae !important;
    margin-left: 10px;
  }

  #top-header-right a {
    color: #a1b1bc;
    text-decoration: none;
  }

  #top-header-right a:hover {
    color: white;
  }

  #header {
    background: white; 
    padding:20px 0px;
    clear: both;
  }

  #logo {
    margin:0px auto 10px auto;
    text-align: center;
  }

  #nav {
    margin-top:8px;
    text-align: center;
    line-height: 1.6;
  }

  #nav a {
    padding:8px 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11pt;
    color: white;
    text-decoration: none;
  }

  #buttons {
    text-align: center;
  }

  #buttons a {
    padding:10px 15px;
    border-radius: 15px;
    border:solid 1px #114578;
    color: #114578;
    text-decoration: none;
    margin-left: 10px;
    font-size: 9pt;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
  }

  #buttons a:hover {
    background: #74b5e4;
  }

  #slider {
    height: 565px;
    width:100%;
    background-image: url('../images/slide1.jpg');
    background-position: top center;
    background-size: cover;
    color: white;
    position: relative;
  }

  #slider h1 {
    font-size: 22pt;
    padding-top:100px;
    width:90%;
    margin-left: 5%;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
  }

  #slider h3 {
    font-family: 'Raleway', sans-serif;
    font-weight:400;
    font-size: 18pt;
    margin-bottom: 10px;
    width:90%;
    margin-left: 5%;
  }

  #sub-slide {
    height: 250px;
    width:100%;
    background-position: top center;
    background-size: cover;
    color: white;
    position: relative;
  }

  #sub-slide h1 {
    font-size: 27pt;
    color: white !important;
    padding-top:60px;
    margin:0px auto 10px 60px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
  }

  .healthcare {
    background-image:url('../images/healthcare.jpg');
  }

  .rent-recovery {
    background-image:url('../images/rent-recovery.jpg');
  }

  .utilities {
    background-image:url('../images/utilities.jpg');
  } 

  .commercial {
    background-image:url('../images/commercial.jpg');
  } 

  .about-us {
    background-image:url('../images/about-us.jpg');
  }

  .communications {
    background-image:url('../images/communications.jpg');
  } 

  .education {
    background-image:url('../images/education.jpg');
  } 

  .financial {
    background-image:url('../images/financial.jpg');
  } 

  .government {
    background-image:url('../images/government.jpg');
  } 

  .legal {
    background-image:url('../images/legal.jpg');
  } 

  .small-business {
    background-image:url('../images/small-business.jpg');
  } 


  .button-solid {
    float:left;
    background: white;
    text-align: center;
    display: block;
    margin-right: 10px;
    height: 22px;
    width: 100px;
    padding:8px 20px 8px 20px;
    text-decoration: none;
    color: #222533;
    border: solid 3px white;
    margin-left: 5%;
  }

  .button-clear {
    float:left;
    background: transparent;
    text-align: center;
    display: block;
    margin-right: 10px;
    height: 22px;
    width: 100px;
    padding:8px 20px 8px 20px;
    text-decoration: none;
    color: white;
    border: solid 3px white;
  }

  .button-solid:hover, .button-clear:hover {
    color: #cdcdcd;
  }

  #slider-buttons {
    position: absolute;
    bottom: 0px;
    height: 150px;
    width: 100%;
    background: linear-gradient(to left, #3c7eae 50%, #114578 50%);
    font-size: 14pt;
    font-weight: 900;
  }

  #slider-buttons a {
    text-decoration: none;
    color: white;
  }

  #slider-buttons i {
    margin-right: 10px;
    font-size: 18pt;
    display: inline-block;
    vertical-align: top;
  }

  #pay-bill {
    background: #114578;
    padding-top: 15px;
    height: 35px;
    text-align: center;
    text-transform: uppercase;
  }

  #consumers {
    height: 35px;
    padding-top:15px;
    text-align: center;
    background: #74b5e4;
    text-transform: uppercase;
  }

  #clients {
    height: 35px;
    background: #3c7eae;
    padding-top:15px;
    text-align: center;
    text-transform: uppercase;
  }

  .content {
    background: white;
    padding:60px 0px;
  }

  .content h2 {
    color: #114578;
    text-transform: uppercase;
    font-size: 18pt;
    margin-bottom: 5px;
    text-align: center;
  }

  .grey-border {
    height: 3px;
    width: 80px;
    margin: 5px auto 20px auto;
    background: #a1b1bc;
  }

  .callout-container {
    text-align: center;
  }

  .callout {
    margin:0px auto 20px auto;
    text-align: center;
    color: #616d75;
    width:80%;
  }

  .callout img {
    display: block;
    margin:0px auto 20px auto;
  }

  .callout-title {
    font-weight: 900;
    font-size: 12pt;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #3d404b;
  }

  .blue-content {
    background:#114578;
    color: white;
  }

  .blue-content {
    background: #114578;
    width:100%;
    padding:40px 0px;
    /*height: 400px;*/
  }

  .float-right {
    display: none;
  }

  #who-we-are {
    width:90%;
    margin-left: 5%;
    background: #114578;
  }

  #who-we-are h3 {
    color: #74b5e4;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18pt;
  }

  .white-border {
    height: 2px;
    width: 40px;
    background: white;
  }

  .black {
    color: black !important;
  }

  .service {
    margin:0px auto 20px auto;
    text-align: center;
    color: #a1b1bc;
    width:80%;
    clear: both;
  }

  .content-grey {
    background: #f9fafb !important;
  }

  .service-icon {
    margin-bottom: 10px;
  }

  .service-text {
    color: #687177;
    font-size: 10pt;
    line-height: 1.6;
  }

  .service-text h3 {
    color: black;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 11pt;
  }

  .associations  {
    text-align: center;
  }

  .association {
    text-align: center;
    display: inline-block;
    margin:10px auto;
  }

  .content-dark-blue {
    padding:40px 0px;
    background: #242a39;
    color: white;
    text-align: center;
  }

  .client-column {
    text-align: center;
    line-height: 1.6;
    color: white;
    font-size: 10pt;
    margin-bottom: 10px;
  }

  .content-dark-blue h3 { 
    text-transform: uppercase;
  }

  #footer {
    background: #222533;
    color: #a1b1bc;
    padding:10px 0px;
    font-size: 8pt;
    text-align: center;
  }

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

  #footer a:hover {
    color: white;
  }

  #footer-left {
    margin-bottom: 20px;
  }

  #footer-right {
  }

  #footer-right a {
    padding:0px 15px;
  }

  p {
    width:90%;
    margin-left: 5%;
  }

  .show-menu {
    display:block;
  }

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

  #nav li {
    display:block;
    float: left;
    text-align:center;
    width:100%;
    margin-bottom:1px;
  }

  #nav li a {
    display:block;
    height: 27px;
    text-align: center;
    color:white;
    background:#5e5d5d;
    padding:6px 0px;
    text-decoration: none;
    position:relative;
    text-transform: uppercase;
  }

  #nav li:hover a {
    background: white !important;
    color:#114578 !important;
  }

  #nav li:hover ul a {
    background-color: #dadada;  
    color: #5e5d5d;
    text-transform: uppercase;
    text-align:center;
    opacity: .8;
    height: 27px;
    padding:6px 0px !important;
/*    line-height: 39px;*/
    width:100%;
  }

  #nav li:hover ul a:hover {
    background: #114578 !important;
    color: white !important;
  }

  #nav li ul {
    display: none;
  }

  #nav li ul li {
    display: block;
    float: none;
  }

  #nav li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
    text-align:center;
  }

  #nav ul li a:hover + .hidden, .hidden:hover {
    display: block;
  }

  .service-page {
    margin-bottom: 40px;
    text-align: center;
  }

  .service-page i, .client-link i {
    display: block;
    margin-bottom: 10px;
    font-size: 24pt;
    color: #114578;
  }

  .service-page a, .client-link a {
    text-decoration: none;
    font-size: 12pt;
  }

  label {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  input[type="text"], input[type="email"], select, textarea {
    background: #fbfbfb;
    color: black;
    padding: 5px;
    font-size: 11pt;
    font-family: 'Lato';
    border: solid 1px #cdcdcd;
    border-radius: 5px;
  }

  textarea {
    max-width: 100% !important;
  }

  form {
    margin-bottom: 40px;
  }

  input[type="submit"] {
    background:#114578;
    color: white;
    padding:10px 20px;
    width:120px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Lato';
  }

  fieldset {
    padding:20px;
    width:70%;
    margin-left: 10%;
  }

  .form-header {
    font-size: 14pt;
    margin-bottom: 20px;
    text-align: center;
  }

  .form-header i {
    display: block;
    margin: 0 auto 10px;
    font-size: 46pt;
  }

   /***** BLOG INDEX PAGE MOBILE STYLES *****/

   .blog-post{
    display: flex;
    flex-direction:column;
    align-items: center;
    width:90%;
    margin:0 auto;
    margin-top:60px;
    padding-bottom:40px;
    border-bottom: 1px solid #74b5e4;
   }


   .blog-post img{
    margin-bottom: 40px;
   }

   .blog-description{
    display: flex;
    flex-direction:column;
    align-items: center;
   }

   .blog-description h3{
    margin-bottom:40px;
    text-align:center;
    width: 70%;
  }

  .blog-description p{
    margin-bottom: 40px;
    line-height:1.5em;
  }

  .read-more{
    text-align:center;
    background-color: #114578;
    padding:10px 15px;
    border:1px solid #fff;
  }

  a.read-more {
    text-decoration:none;
    color:#fff !important;
  }

  a.read-more:hover{
    background:#74b5e4;
    border:1px solid #114578;
    /*color:#114578 !important;*/
  }


  /***** INDIVIDUAL BLOG PAGE MOBILE STYLES *****/

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

  .post img{
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .post h3{
    margin-bottom:40px;
    margin-top:20px;
    color:#74b5e4;
  }

  .post p{
    margin-bottom: 20px;
    line-height:1.5em;
    padding:15px;
    margin-left:0;
  }

  .back-to-blog{
    text-align:center;
    background-color: #114578;
    padding:10px 15px;
    border:1px solid #fff;
    margin-left:5%;
  }

  a.back-to-blog {
    text-decoration:none;
    color:#fff !important;
    margin-top:40px;
  }

  a.back-to-blog:hover{
    background:#74b5e4;
    border:1px solid #114578;
    /*color:#114578 !important;*/
  }


  /*FOOTER MOBILE STYLES*/

  .association-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:0 10px;
  }

}