/* &media */
ul#menuElem {
    -webkit-padding-start: 0px !important;
  }
  
@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

@charset "utf-8";
/* CSS Document */

html {
    overflow-x: hidden;
}
body {
    font-family: "Droid Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 140%;
    font-weight: 400;
}

.btn{
  colorL #fff;
  }

#p_lt_ctl00_pageplaceholder_p_lt_ctl06_Link_Button_btnElem_lblText{
  color: #fff;
  border:none;
  }

.btn-info{
  background-color: #434343;
  color: #fff;
  text-decoration:none;
  }

.btn-info:hover{
  background-color: #4c4c4c;
  color: #fff;
  text-decoration:none;
  }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Droid Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 130%;
}
h1,
.h1 {
font-size: 1.8em;

} 
h2,
.h2 {} 
h3,
.h3 {} 
h4,
.h4 {} 
h5,
.h5 {} 
h6,
.h6 {}

/* Larger than phablet */

@media (min-width: 550px) {
    h1,
    .h1 {} 
    h2,
    .h2 {} 
    h3,
    .h3 {} 
    h4,
    .h4 {} 
    h5,
    .h5 {} 
    h6,
    .h6 {}
}
h5 strong{
  color: #fff;
  }
p {
    font-size: 1em;
    line-height: 150%;
  margin-top: 20px;
}
.testimonial p a {
    border-bottom: 1px solid #1c4693;
}
.testimonial p a:active,
.testimonial p a:hover,
.testimonial p a:focus {
    border-bottom: 0;
    border-bottom: 1px solid transparent;
}

/* Custom H2 */

.mini {
    color: #666666;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 130%;
}

/* Custom Strong */

.strong {
    font-weight: 700;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
    font-size: 1em;
    color: #28579a;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #4f83d2;
}
a:hover span,
a:focus span,
a:active span {
    border-color: #4f84d2;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {} 
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {} 
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {} 
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {} 
.btn {
    font-weight: 700;
    font-family: "Droid Sans", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hero .btn {
    padding: 1em 2em;
    margin-top: 0em;
}



/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {}

/* Removes awkward default styles on some inputs for iOS */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {} 
textarea {} 
label,
legend {} 
fieldset {} 
input[type="checkbox"],
input[type="radio"] {} 
label > .label-body {}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */

img {}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul {} 
ol {} 
ol,
ul {} 
ul ul,
ul ol,
ol ol,
ol ul {} 
li { padding-top: 20px;}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */

code {} 
pre > code {}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */

th,
td {} 
th:first-child,
td:first-child {} 
th:last-child,
td:last-child {}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.white {
    color: #fff;
}
.p-0 {
    padding: 0;
}


a.bg-info:hover, a.bg-info:focus{
	background-color: #4f3558;
}

.
.hvr-icon-forward:before {
    content: "\f178";
    right: .5em;
}


.active .arrow {
    position: relative;
}
.active .arrow:after, .active .arrow:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.active .arrow:after {
    border-color: rgba(13, 151, 44, 0);
    border-top-color: #1b3c7f;
    border-width: 20px;
    margin-left: -20px;
}
.active .arrow:before {
    border-color: rgba(13, 151, 44, 0);
    border-width: 26px;
    margin-left: -26px;
}
.active .arrow.bg-info:after {
    border-top-color: #1b3c7f;
}
.active .arrow.bg-featured:after {
    border-top-color: #4c4c4c;
}
.active .arrow.bg-services:after {
    border-top-color: #8F0F14;
	
}
.margin-bottom {
    margin-bottom: 4em;
}
/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.hero {
    padding-top: 200px;
    background-color: #EEE;
    padding-bottom: 135px;
}
.hero img {} 
.hero .caption {
    width: 100%;
    max-width: 420px;
    background: #fff;
    background-color: #fad72d;
    color: #fff;
    position: absolute;
    right: 0;
    margin-top: -200px;
    padding: 2em 2em 4em;
    min-height: 300px;
}
section a > span {
    border-bottom: 1px solid #444444;
}
.hero img,
.hero .caption,
.about img {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);
}
.hero .caption img {
    box-shadow: none;
    max-width: 280px;
    display: none;
}
.hero .caption h1 {
    color: #fff;
}
.hero .caption a {
    color: #fff;
}
.hero .caption a span {
    border-color: #fff;
}
@media screen and (min-width: 992px) {
    .hero {
        padding-bottom: 0;
    }
    .text-content {
        float:right;
        padding: 2em;
        padding-right: 4em;
        margin-top: -245px;
        position: relative;
        width: 420px;
        background: #4f3558;
        color: #fff;
        display: block;
    }
}
.news-slider h1.h5.strong {
    color: #333;
}

/* About
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.about img {
    margin-bottom: 0em;
    max-height: 300px;
    width: 100%;
    margin-top: -150px;
}
.about .commissioner-photo {} 
@media screen and (min-width: 768px) {
    .about img {
        margin-bottom: 1.5em;
        min-height: 325px;
        width: auto;
        margin-top: -150px;
    }
}
@media screen and (min-width: 995px) {
    .commissioner-photo img {} 
    .about .commissioner-photo {
        margin-right: 0em;
    }
    .about img {
        margin-bottom: 1.5em;
        min-height: 197px;
        width: auto;
        margin-top: 0;
    }
}
@media screen and (min-width: 1200px) {
    .commissioner-photo img {} 
    .about .commissioner-photo {
        margin-right: 2.5em;
    }
    .about img {
        margin-bottom: 1.5em;
        min-height: 250px;
        width: auto;
        margin-top: 0;
    }
}

/* Actions
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.action {} 
.action article {
    padding-top: 2em;
    padding-bottom: 1.4em;
}
.left-action {
    background-color: #e1e1e1;
    margin-top: 2em;
    padding-top: 2em;
    padding-bottom: 3em;
}
.right-action {
    background: #d9d9d9;
	border-top: 3px solid #CCC;
    color: #353535;
}

/* Agency Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.agencies {
    margin-bottom: 4em;
}

.agency {
    min-height: 260px;
    background: #969696;
    color: #fff;
    text-align: center;
    padding: 4em 0.5em 1em;
}
.agency i {
    font-size: 3.5em;
    display: block;
    padding-bottom: 24px;
}
.agency:nth-of-type(2),
.agency:nth-of-type(4),
.agency:nth-of-type(5),
.agency:nth-of-type(7),
.agency:nth-of-type(10),
.agency:nth-of-type(12),
.agency:nth-of-type(13),
.agency:nth-of-type(15) {
    background: #b5b5b5;
}

/* News
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.news {
    padding: 0 2em 0em 3em;
    color: #353535;
}
.news ul {
    margin: 2em 0;
}
.news li {
    min-height: 120px;
}

.news a {
    color: #353535;
     border-top: 2px dotted #999;
    display: block;
    margin-bottom: 1em;
    text-decoration:none;
	padding: 8px;
}

 .calendar a {
    color: #353535;
     border-top: 2px dotted #444;
    display: block;
    margin-bottom: 1em;
    text-decoration:none;
	padding: 8px;
}


.news a span, .calendar a span {
    border-bottom:none;
}


.news a:hover, .calendar a:hover {
    color: #444;
  }
  


.text {
    padding-top: 1em;
	color: #333;
}
.date {
    background-color: #444;
	color: #fff;
    float: left;
    text-align: center;
    padding: 1em 1.2em 1.8em;
    min-height: 80px;
}

.text{
	display: block;
		clear:both;
}

.news a:hover .text span {
    border-bottom: 1px solid #FFF;
}
.news a:hover .date {
    background-color: #fad72d;
    background: #fad72d;
	color: #333;
   
}
.date span {
    display: block;
}
.date .month {
    margin-bottom: 1.2em;
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: 2px;
}
.date .day {
    font-size: 3em;
}
@media screen and (max-width: 480px) {
    .date {
        float: none;
        width: 100%;
        height: auto;
    }
    .text {
        margin-bottom: 3em;
		
    }
}


/* Calendar
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.calendar {
        padding: 0 2em;
       background: #ed9e48;
    border-bottom: 3px solid #f8cc2d;
}
.calendar .title-month {} 
.calendar .title-month h1 {
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 2px;
    margin-bottom: 4em;
}
.accdident ol li {
	padding-bottom:10px;
	color: #fff
}

/* Dates */

.agenda .agenda-date {
    width: 170px;
}
.agenda .agenda-date .dayofmonth {
    width: 40px;
    font-size: 36px;
    line-height: 36px;
    float: left;
    text-align: right;
    margin-right: 10px;
}
.agenda .agenda-date .shortdate {
    font-size: 0.75em;
}

/* Times */

.agenda .agenda-time {
    width: 140px;
}

/* Events */

.agenda .agenda-events {} 
.agenda .agenda-events .agenda-event {} 
.agenda small {
    font-size: .8em;
    margin-bottom: 2em;
    display: block;
}
.agenda-events i {
    margin-left: -25px;
}
@media (max-width: 767px) {}

/* Core Principle Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.core-principle-links {
    background-color: #efefef;
    color: #333;
    padding: 2em 0 3em;
    /*border-top: 3px solid #AAA; */
	margin-top:20px;
}
.core-principle-links li {
    padding-top:5px;
	list-style: none; 
}
.core-principle-links a {
    color: #28579a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .8em;
    display: block;
    padding: 1em;
    background-color: #D9D9D9;
    margin: 1em;
    letter-spacing: 1px;
    padding-left: 4em;
}
.core-principle-links a:hover, .core-principle-links a:focus, .core-principle-links a:active {
    color: #4f83d2; 
}
.core-principle-links i {
    font-size: 2em;
    position: absolute;
    margin-left: -1.5em;
    margin-top: -2px;
}

.core-principle-links h1{
	background: #4f84d1;
    color: #fff;
    text-align: center;
    padding: 1em;
    margin-bottom: 3em;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 2px;
 
}
/* Social Links 
*/

.social-links {
    text-align: center;
}
.social-links i {
    display: inline-block;
    font-size: 4em;
    margin-bottom: 0.5em;
    position: relative;
    top: 18px;
    margin-right: 20px;
}
.social-links a {
    padding: 1em;
    color: #fff;
}
.social-links a.twitter {
    background-color: #247d96;
    border-bottom: 3px solid #1b6a80;
}
.social-links a.email {
   background-color: #ee9e48;
    border-bottom: 3px solid #7f7d7d;
}
.social-links a.directory {
    background-color: #b68e00;
    border-bottom: 3px solid #ee9e48;
}
.social-links a span, .social-links a:hover span {
    color: #fff; 
    border: none;
}
@media screen and (min-width: 992px) {
    .social-links {
        text-align: center;
    }
    .social-links i {
        display: block;
        font-size: 4em;
        margin: 0 auto 0.5em; 
    }
    .social-links a {
        padding: 2em 1em;
        min-height: 280px;
    }
}
@media screen and (min-width: 1380px) {
    .social-links a {
        padding: 5em;
        min-height: 346px;
    }
}

/* Quote
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.quote {
    padding-top: 6em;
    
}
.quote h1 {
    margin-bottom: 4em;
    color: #666;
}

/* Panels
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.panel {
    border-radius: 0 !important;
}
.panel-image a > span {
    border: 0;
}
.panel-image {
    position: relative;
}

.panel-image img.panel-image-preview {
    width: 100%;
    border-radius: 0;
}
.panel-image label {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.panel-heading ~ .panel-image img.panel-image-preview {
    border-radius: 0;
}
.panel-body {
    overflow: hidden;
}
.panel-image ~ input[type=checkbox] {
    position: absolute;
    top: -0 30px;
    z-index: -1;
}
.panel-image ~ input[type=checkbox] ~ .panel-body {
    height: 0px;
    padding: 0px;
}
.panel-image ~ input[type=checkbox]:checked ~ .panel-body {
    height: auto;
    padding: 15px;
}

.panel-image ~ .panel-footer a {
    padding: 0px 10px;
    font-size: 1.3em;
    color: rgb(100, 100, 100);
}

.panel-image ~ .panel-footer a span {
    border: 0px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border: 0;
    border-bottom: 2px solid #dedede;
}

.panel-footer div {
    display: inline;
}
.panel-default>.panel-heading {
    color: #fff;
    font-weight: bold;
    font-size: 1.8em;
    background-color: #1d4895;
    padding: 15px 15px;
    border-radius: 0;
}

.panel-default>.panel-heading.bg-agencies,
.bg-agencies {
    background-color: #0053a0;
    background: -moz-linear-gradient(left, #0053a0 0%, #003782 100%);
    background: -webkit-linear-gradient(left, #0053a0 0%, #003782 100%);
    background: linear-gradient(to right, #0053a0 0%, #003782 100%);
}

.panel-default>.panel-heading.bg-services,
.bg-services {
    background-color: #ae1e23;
   
}

.panel-default>.panel-heading.bg-info,
.bg-info,
.hero .caption.bg-info,
.news-slider .text-content.bg-info {
    background-color: #4f3558;
	border-color: #3a2342;
    color: #FFF;
}

.panel-default>.panel-heading.bg-featured,
.bg-featured {
     background-color: #305fbf;
    
}
.panel-title {
    font-size: .6em;
}
.panel-title>a:hover {
    color: #fff; 
    color: rgba(255, 255, 255, 0.5); 
}
.panel-default {
    margin-bottom: 0;
}
/*
Ref:
Thanks to:
http://www.jqueryscript.net/layout/Simple-jQuery-Plugin-To-Create-Pinterest-Style-Grid-Layout-Pinterest-Grid.html
*/

body {
    background-color: #eee;
}
#pinBoot {
    position: relative;
    max-width: 100%;
    width: 100%;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.white-panel {
    position: absolute;
    
    /* 
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  padding: 10px;
  */
}
/*
stylize any heading tags withing white-panel below

.white-panel h1 {
  font-size: 1em;
}
.white-panel h1 a {
  color: #A92733;
}
*/

.white-panel:hover {
    
    /*  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); */
    
    margin-top: -5px;
    -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;
}
@media screen and (max-width: 768px) {
    .about .col-sm-10.col-sm-offset-1.col-md-7.text-left {
        padding: 0px 20px;
    }
    .about,
    .left-action,
    .right-action .news,
    .calendar,
    .core-principle-links {
        padding-left: 1em;
        padding-right: 1em;
    }
    .quote {
        text-align: center;
    }
    .quote article {
        margin: 0 auto;
    }
}

/* Content Info */
.content-info {
    padding-top: 200px;
    padding-bottom: 100px; 
    background-color: #909095;
    background-image: url(page-bg.jpg);
    background-position: center;
    background-size: cover;
}

.initial-content {
    background: #fff;
    padding: 0;
    border-bottom: 2px solid #dedede;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3);
    box-shadow:0 1px 2px rgba(0,0,0,0.3); 
}
.content-text {
    padding: 20px 60px 0px;
}
.content-text-history {
    padding: 20px 60px 20px;
}
.content-text .list-group li {
    border: 0;
    padding-left: 2em ;
    position: relative;
}
 
/*replace the content value with the
corresponding value from the list below*/
 
.content-text .list-group li:before {
    content: "\f005";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #288073;
    font-size: 1em;
    padding-right: 0.5em;
    position: absolute;
    top: .8em;
    left: 0;
}
.content-sidebar img {
    width: 100%;
}


/* Contact Links */
.contact-links {
    margin: 0 15px;
    text-align: center;
    margin-top: 3em;
}
.contact-links li, .contact-links ul {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-links i {
    display: inline-block;
    font-size: 4em;
    margin-bottom: 0.5em;
    position: relative;
    top: 18px;
    margin-right: 20px;
}
.contact-links a {
    padding: 2em;
    min-height: auto !important;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;    
}

@media (min-width: 992px)
    .contact-links a {
    padding: 2em 2em 3em;
    }

}
.contact-links a.twitter {
   background-color: #247d96;
    border-bottom: 3px solid #1b6a80;
}
.contact-links a.email {
    background-color: #328284;
    border-bottom: 3px solid #056c86;
}
.contact-links a.directory {
    background-color: #05a58d;
    border-bottom: 3px solid #008874;
}

.contact-links a span, .contact-links a:hover span {
    color: #fff; 
    border: none;
}
@media screen and (min-width: 992px) {
    .contact-links {
        text-align: center;
    }
    .contact-links i {
        display: block;
        font-size: 4em;
        margin: 0 auto 0.5em; 
    }
    .contact-links a {
        padding: 2em 1em;
    }
}
@media screen and (min-width: 1380px) {
    .contact-links a {
    }
}

/* Tab News */
#news.tab-pane li {
    padding-left: 0;
    padding-bottom: 3.4em;    
}
.tab-pane .date {
    background-color: #575757;
    color: #fff;
    float: left;
    text-align: center;
    padding: 1em 1em 0.2em;
    margin-right: 2em;
    min-height: auto;
}
.tab-pane .date .month {
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: 2px;
    position: relative;
    top: -.6em;
    display: inline;
}
.tab-pane .date .day {
    font-size: 2em;
    display: inline;
}


/* Border */
.border {
    border-bottom: 2px solid #d6d6d6;
    padding-bottom: 8px;
    margin-bottom: 1em;    
}


/* Collapse */
.more {
    padding-top: 24px; 
    background: #e1e1e1; 
    padding: 60px 40px 60px;
    border-bottom: 2px solid #dedede;
    -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.3);
    box-shadow:0 1px 2px rgba(0,0,0,0.3); 
}




/* Accomplishments */
.accomplishments {
    padding-top: 4em;
    padding-bottom: 4em; 
    background: #e1e1e1 url('seal-franklin-county.png') no-repeat bottom right;    
    background-color: #fff;

}
.accomplishments li {
    text-transform: uppercase;
    font-weight: bold;
    font-size: .8em;
    display: block;
    padding: 2em;
    padding-left: 4em;
    letter-spacing: 1px;
    border-bottom: 1px solid #c1c1c1; 
}
.accomplishments li i {
    font-size: 2em;
    position: absolute;
    margin-left: -1.5em;
    margin-top: -2px;    
}

/* Simple Page */
.simplepage {
    padding-top: 200px;
    padding-bottom: 4em; 
    background: #e1e1e1 url('seal-franklin-county.png') no-repeat bottom right;    
    background-color: #fff;    
}



/* Agencies */
.agencies {
    margin-bottom: 0;
}
.agencies div {
    padding: 2em 1em 0;
}
@media screen and (min-width: 992px) {
    .agencies div {
            min-height: 150px;
            padding: 3em 1em 0;
    }
}
.agencies img {
    max-width: 80px;
    margin: 0 auto 1em;
    display: block;
    float: left;
    position: relative;
    top: -30px;
    margin-right: 1em;
}

/* Franklin County */
.franklin-county-header {
    position: relative;
    background: #1b4480;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}


.franklin-county-header a {
    width: 100%;
    padding: 8px 16px;    
    font-size: .6em;
    letter-spacing: 2px;
    color: #FFF;
    display: block;
  line-height: 15px;
}
.franklin-county-header a:hover {
    background: #4f84d1; 
	color: #fff;
}
.franklin-county-header img {
    position: relative;
    top: -6px;
    max-width: 150px;
    display: block;
}



/* Footer */

.footer {
    text-align: left;
    background: #328284;
}

/* Call-to-Action */

.call-to-action {
    background: #d9d9d9;
    border-top: 2px #999;
    color: #333;
    padding: 2.5em 0 1.5em;
    font-size: 1.4em;
    text-align: center;
}
.call-to-action a {
    color: #333;
}
.call-to-action a:hover,
.call-to-action a:focus,
.call-to-action a:active {
    color: #333;
}
.call-to-action span {
    border-bottom: 2px solid #333;
}
.call-to-action a:hover span {
    border-color: #333;
	border-bottom: 5px solid #333;
}

/* Credits */

.credits {
    background: #4e80d3;
    color: #fff;
    padding: 1.5em 2.4em 2em;
    font-size: .8em;
    text-align: center;
}
.credits p {} 
.credits a {
    color: #fff;
}
.credits a:hover,
.credits a:focus {
    border-bottom: 1px solid #FFF;
}
.credits img {
    display: block;
    position: relative;
    margin-top: -20px;
}
.credits a.hvr-float:hover,
.credits a.hvr-float:focus {
    border-bottom: 0;
}
.dot {
    display: inline-block;
    margin: 0 8px;
    font-size: 2em;
    top: 5px;
    position: relative;
}
.cnty {
    margin-bottom: 1em;
}
@media screen and (min-width: 1062px) {
    .cnty {
        text-align: left;
        margin-bottom: 0;
    }
    .footer-links {
        text-align: right;
    }
}

/* Social Hovers */
.social-links a.twitter:hover {
    background-color: #3b62a0;
    
}
.social-links a.email:hover {
     background-color: #e2b205
    
    ;
    
}
.social-links a.directory:hover {
    background-color: #b68e00;
   
}



.content {
    <!––background-color: #fff;--->
}

.hero {
    background-color: #909095;
    background-image: url(page-bg.jpg);
    background-position: center;
	background-repeat: repeat;
	    
	
}
.news-slider .text-content.bg-info {
     background-color: #4f3558;
	border-color: #3a2542;
    color: #FFF; 
}
.news-slider h1.h5.strong, .news-slider a, .news-slider a span {
    color: #444444; 
  
}
.faq a {
    color: #fff; 
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #575757;
}
.faq a:hover, .faq a:active, .faq a:focus {
    color: #888888;
}
.faq li:last-of-type a {
    border: 0;

}
.info-box i {
    font-size: 3em;
    margin-bottom: 16px;
    position: relative;
    top: 15px;
    padding-right: 5px; 
    color: #FFF; 
}
.info-box {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.30);    
    background-color: #4f84d1;
	border-top: 3px solid #234e8c;
    color: #fff;
    text-align: left;
    padding: 1em 2em 2em; 
    margin-bottom: 20px;
}
.info-box strong {
    text-transform: uppercase;
    font-weight: bold;
    font-size: .8em;
    letter-spacing: 1px;
    color: #fff; 
}
.info-box small {
    font-size: .6em;
    text-transform: uppercase;
    letter-spacing: 2px; 
}
.info-box {
    
}
.info-box:first-of-type {
    margin-top: -180px;
}
@media screen and (min-width: 768px) {
.info-box:first-of-type {
    margin-top: -180px;
}
.info-box {
    margin-left: 1.8%;
    margin-bottom: 1.5em;
    min-height: 320px;
    margin-top: -180px;
    max-width: 31%;
}
}
@media screen and (min-width: 995px) {
.info-box:first-of-type {
    margin-top: 0px;
}    
    .info-box {
        margin-left: 2%;
        margin-bottom: 1.5em;
        min-height: 270px;
        width: 31%;
        margin-top: 0;
    }
}
@media screen and (min-width: 1200px) {
    .info-box {
        margin-left: 2%;
        width: 31%;
        min-height: 320px; 
    }
}


.panel-default>.panel-heading.bg-agencies,
.bg-agencies, .panel-default>.panel-heading.bg-services,
.bg-services, .panel-default>.panel-heading.bg-info,
.bg-info, .hero .caption.bg-info, .news-slider .text-content.bg-info, 
.panel-default>.panel-heading.bg-featured,
.bg-featured {
     background-color: #ec9e48;
    border-color: #d48733;
    color: #353535;
};
.bg-featured {
    background-color: #305fbf; 
    
}

.bg-services {
    background-color: #ae1e23;
}

.social-links a.twitter {
 background-color: #4e81d3;
    border-bottom: 3px solid #304e80;
}

.news a:hover .date {
    background: #fad72d; 
    color: #4d4d4d;
}

.calendar .title-month h1 {
    background: #4f3558;
    color: #FFF;
    text-align: center;
    padding: 1em; 
    margin-bottom: 3em; 
}


-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}
.cd-container:after {
  content: "";
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */
html, body {
  height: 100%;
}
.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  background: #4f84d1;
  height: 120px;
  height: 135px; 
  width: 100%;
  z-index: 3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
 
}
@media only screen and (min-width: 768px) {
  .cd-header {
    height: 120px;
    height: 135px;     
    background: transparent;
    background: #4f84d1;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -120px;
    top: -135px; 
    background: #1b4480; 
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
   
  }
  .cd-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .cd-header.menu-is-open {
    /* add a background color to the header when the navigation is open */
    background: #4f84d1; 
  }
}

.cd-logo {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: .875em;
}
.cd-logo img {
  display: block;
  padding-top: 0;
  max-width: 80%;
  /* width:320px; */
}
@media only screen and (min-width: 768px) {
  .cd-logo {
    left: 2.6em;
  }
  .cd-logo img {
    display: block;
    max-width: 100%;
    /* width:320px; */
  }  
  .cd-logo img {
    padding-top: 1em;
    /* padding-bottom: 1em; */
  }
}

.cd-secondary-nav {
  position: absolute;
   top: 58%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10em;
  /* hidden on small devices */
  display: none;
}
.cd-secondary-nav li {
  display: inline-block;
  margin-left: 2.2em;
}
.cd-secondary-nav a {
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 400;
}
.cd-secondary-nav a:hover, .cd-secondary-nav a:focus, .cd-secondary-nav a:active {
  color: #FFF;
	opacity: 0.9;
}
@media only screen and (min-width: 768px) {
  .cd-secondary-nav {
    display: block;
  }
}

.cd-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 70px;
  top: 50%;
   color: white;
  height: 71%;
  
}
.cd-primary-nav-trigger .cd-menu-text {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 400;
  /* hide the text on small devices */
  display: none;
}
a.cd-primary-nav-trigger:hover span, a.cd-primary-nav-trigger:focus span, a.cd-primary-nav-trigger:active span {
  color: #fff;
}

.cd-primary-nav-trigger .cd-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #FFF;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #FFF;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -5px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 5px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: white;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
a.cd-primary-nav-trigger:hover .cd-menu-icon, a.cd-primary-nav-trigger:hover .cd-menu-icon::before, a.cd-primary-nav-trigger:hover .cd-menu-icon:after {
  color: #89a4d8;
  background-color: #89a4d8;
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 2.2em;
    top: 50%;
    top: 65%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-primary-nav-trigger .cd-menu-text {
    display: inline-block;
    margin-left: 8px;    
  }
  .cd-primary-nav-trigger .cd-menu-icon {
    left: 0;
    right: auto;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}

.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #4f84d2; 
  z-index: 2;
  text-align: center;
  padding: 80px 0 20px;
  padding: 180px 0 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s; 
}
.cd-primary-nav li {
  font-size: 1em; 
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: capitalize;
  list-style: none;
}
.cd-primary-nav a {
  display: inline-block;
  padding: .4em 0;
  border-radius: 0.25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  color: #FFF;
  font-size: 1.4em; 
}
.cd-primary-nav a:after {
    content: "\f178";
    position: absolute;
    padding: 0 1px 0 8px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.cd-primary-nav a:active:after, .cd-primary-nav a:focus:after, .cd-primary-nav a:hover:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.no-touch .cd-primary-nav a:hover {
  color: #efefef;
}
.cd-primary-nav .cd-label {
  color: #444444;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em; 
  font-size: 1em; 
  margin: 2.4em 0 .8em;
  font-size: 0.8em;

  font-weight: 700;  
}
.cd-primary-nav .cd-social {
  display: inline-block;
  margin: 0 .4em;
}
.cd-primary-nav .cd-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-image: url("cd-socials.svg");
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-primary-nav .cd-facebook a {
  background-position: 0 0;
}
.cd-primary-nav .cd-instagram a {
  background-position: -44px 0;
}
.cd-primary-nav .cd-dribbble a {
  background-position: -88px 0;
}
.cd-primary-nav .cd-twitter a {
  background-position: -132px 0;
}
.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    padding: 180px 0 20px; 
  }
}
@media only screen and (min-width: 1170px) {
  .cd-primary-nav li {
    font-size: 1em; 
    font-size: 1em; 
  }
  .cd-primary-nav .cd-label {
    font-size: 1em; 
    font-size: 1em; 
    font-size: 0.8em; 
  }
}

.cd-intro {
  position: relative;
  height: 100%;
  background: url("cd-background-img.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-intro h1 {
  position: absolute;
  width: 90%;
  max-width: 1170px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: white;
  font-size: 1em; 
  font-size: 1em; 
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-intro h1 {
    font-size: 1em; 
    font-size: 1em; 
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    height: 700px;
  }
}

.cd-main-content {
  position: relative;
  z-index: 1;
}
.cd-main-content p {
  line-height: 1.6;
  margin: 2em 0;
}
@media only screen and (min-width: 1170px) {
  .cd-main-content p {
    font-size: 1em; 
    font-size: 1em; 
  }
}

/* Horizontal Lists */
.list-horizontal {
}
.list-horizontal li {
  display: inline-block; 
  padding-right: 1.2em;   
}
.cd-primary-nav .list-horizontal li a {
  font-size: 1em;
  font-weight: 300; 
}
.cd-primary-nav .list-horizontal li a:active, .cd-primary-nav .list-horizontal li a:hover, .cd-primary-nav .list-horizontal li a:focus {
  color: #44444;  
}
.list-horizontal li a span {
  border-bottom: 1px solid #6d9cfe; 
}
.list-horizontal li a:active span, .list-horizontal li a:hover span, .list-horizontal li a:focus span {
  border-bottom: 1px solid #fff; 
}
.list-horizontal a:after {
  content: "\f111"; 
  font-size: 0.3em; 
  color: #224d71; 
}
.list-horizontal li:last-of-type a:after {
  content: ""; 
}
.list-horizontal a:active:after, .list-horizontal a:focus:after, .list-horizontal a:hover:after {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.cd-primary-nav .cd-label-small {
  margin: 1.4em 0 0.4em;
}


/* Extra Items */
.overflow-hidden {
  overflow: hidden; 
}
.search i {
  color: #fff; 
  font-size: 1.8em;
  color: #1b4291; 
}
span.input-group-btn {
  font-size: 1em;
}
.cd-primary-nav hr {
  background-color: #FFF;
  border-color: #FFF;
}
.cd-primary-nav .form-group {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #13357b;
  color: #1b4291;
  padding-top: 0.8em;
  padding-bottom: 0.8em;  
  cursor:pointer;
  cursor: hand;   
}
.cd-primary-nav textarea, .cd-primary-nav textarea.form-control, .cd-primary-nav input.form-control, .cd-primary-nav input[type=text], .cd-primary-nav input[type=password], .cd-primary-nav input[type=email], .cd-primary-nav input[type=number], .cd-primary-nav [type=text].form-control, .cd-primary-nav [type=password].form-control, .cd-primary-nav [type=email].form-control, .cd-primary-nav [type=tel].form-control, .cd-primary-nav [contenteditable].form-control, 
.cd-primary-nav textarea:focus, .cd-primary-nav textarea.form-control:focus, .cd-primary-nav input.form-control:focus, .cd-primary-nav input[type=text]:focus, .cd-primary-nav input[type=password]:focus, .cd-primary-nav input[type=email]:focus, .cd-primary-nav input[type=number]:focus, .cd-primary-nav [type=text].form-control:focus, .cd-primary-nav [type=password].form-control:focus, .cd-primary-nav [type=email].form-control:focus, .cd-primary-nav [type=tel].form-control:focus, .cd-primary-nav [contenteditable].form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;  
  font-weight: 400;
  color: #1b4291; 
  font-size: 1.4em; 
}
.cd-primary-nav .form-control::-moz-placeholder{color:#1f4b6f;opacity:1;font-weight: 400;}.cd-primary-nav .form-control:-ms-input-placeholder{color:#1f4b6f;font-weight: 400;}.cd-primary-nav .form-control::-webkit-input-placeholder{color:#1f4b6f;font-weight: 400;} 
.cd-primary-nav button.btn.btn-default {
  margin-right: 16px;
  border-radius: 2px;
  margin-right: 16px;
  border-radius: 2px;
  background: #4f84d2;
  border: 0px;
  color: #ffffff;
  box-shadow: none;
  font-weight: 500;  
}


@media screen and (min-width: 1170px) {

}
@media only screen and (max-width: 768px) {
  .cd-primary-nav a {
    font-size: 1.2em;
  }
  .cd-primary-nav li {
    display: block;
    margin-right: 50px;
  }
  .cd-primary-nav .list-horizontal li {
    margin-right: 0px;
  }  
  .list-horizontal a:after {
    content: ""; 
  }  
  .cd-primary-nav .cd-label, .cd-primary-nav .cd-label-small {
    margin: 2em 0 .2em; 
  }  
  hr {
    display: none; 
  }
  .row .list-unstyled:last-of-type {
    margin-bottom: 0px; 
  }
}


/* Close the Menu */
.close-menu a {
    display: block;
    float: none;
    margin: 1.6em 0 0;
    padding: 0;
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    transform: none;
    font-size: 1.1em;
    text-transform: uppercase;
    text-align: left; 
}
.close-menu a:after {
  content: ""; 
}
.close-menu .cd-menu-icon {
  position: relative; 
  margin-bottom: 4px;
}
.close-menu .cd-menu-icon {
  position: relative; 
}

@media screen and (max-width: 768px) {
.cd-logo {
    top: 65%;
}
}






/**
 *
 * slippry v1.4.0 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2016, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); } }
@-o-keyframes left-right {
  0% {
    -o-transform: translateY(-20%) translateX(-10%);
       transform: translateY(-20%) translateX(-10%); }
  100% {
    -o-transform: translateY(0%) translateX(10%);
       transform: translateY(0%) translateX(10%); } }
@keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
         -o-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
         -o-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); } }
@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); } }
@-o-keyframes right-left {
  0% {
    -o-transform: translateY(0%) translateX(10%);
       transform: translateY(0%) translateX(10%); }
  100% {
    -o-transform: translateY(-20%) translateX(-10%);
       transform: translateY(-20%) translateX(-10%); } }
@keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
         -o-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
         -o-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); } }
/* added to the original element calling slippry */
.sy-box.sy-loading {
  background: url("sy-loader.gif") 50% 50% no-repeat;
  -webkit-background-size: 32px 32px;
          background-size: 32px;
  min-height: 40px; }
  .sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
    visibility: hidden; }

/* element that wraps the slides */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%; }
  .sy-slides-wrap:hover .sy-controls {
    display: block; }

/* element that crops the visible area to the slides */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  // overflow: hidden; 
}

/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute; }
  .sy-list.horizontal {
    -webkit-transition: left ease;
         -o-transition: left ease;
            transition: left ease; }
  .sy-list.vertical {
    -webkit-transition: top ease;
         -o-transition: top ease;
            transition: top ease; }

/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2; }
  .sy-slide.kenburns {
    width: 140%;
    left: -20%; }
    .sy-slide.kenburns.useCSS {
      -webkit-transition-property: opacity;
           -o-transition-property: opacity;
              transition-property: opacity; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
        -webkit-animation-name: left-right;
             -o-animation-name: left-right;
                animation-name: left-right;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
        -webkit-animation-name: right-left;
             -o-animation-name: right-left;
                animation-name: right-left;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
  .sy-slide.sy-active {
    z-index: 3; }
  .sy-slide > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0; }
  .sy-slide > a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%; }
    .sy-slide > a > img {
      margin: 0;
      padding: 0;
      display: block;
      width: 100%;
      border: 0; }

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0; }
  .sy-controls li {
    position: absolute;
    width: 10%;
    min-width: 4.2em;
    height: 100%;
    z-index: 33; }
    .sy-controls li.sy-prev {
      left: 0;
      top: 0; }
      .sy-controls li.sy-prev a:after {
        background-position: -5% 0; }
    .sy-controls li.sy-next {
      right: 0;
      top: 0; }
      .sy-controls li.sy-next a:after {
        background-position: 105% 0; }
    .sy-controls li a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      text-indent: -9999px; }
      .sy-controls li a:link, .sy-controls li a:visited {
        opacity: 0.4; }
      .sy-controls li a:hover, .sy-controls li a:focus {
        opacity: 0.8;
        outline: none; }
      .sy-controls li a:after {
        content: "";
        background-image: url("arrows.svg");
        background-repeat: no-repeat;
        -webkit-background-size: cover;
                background-size: cover;
        text-align: center;
        text-indent: 0;
        line-height: 2.8em;
        color: #111;
        font-weight: 800;
        position: absolute;
        background-color: #fff;
        width: 2.8em;
        height: 2.8em;
        left: 50%;
        top: 50%;
        margin-top: -1.4em;
        margin-left: -1.4em;
        border-radius: 50%; }
  @media only screen and (max-device-width: 600px) {
    .sy-controls {
      display: block; }
      .sy-controls li {
        min-width: 2.1em; }
        .sy-controls li a:after {
          width: 1.4em;
          height: 1.4em;
          margin-top: -0.7em;
          margin-left: -0.7em; } }

/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%; }
  .sy-caption-wrap .sy-caption {
    position: relative;
    left: -50%;
    background-color: rgba(0, 0, 0, 0.54);
    color: #fff;
    padding: 0.4em 1em;
    border-radius: 1.2em; }
    .sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
      color: #e24b70;
      font-weight: 600;
      text-decoration: none; }
    .sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
      text-decoration: underline; }
  @media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
    .sy-caption-wrap {
      left: 0;
      bottom: 0.4em; }
      .sy-caption-wrap .sy-caption {
        left: 0;
        padding: 0.2em 0.4em;
        font-size: 0.92em;
        border-radius: 0; } }

/* pager bubbles */
.sy-pager {
  clear: both;
  display: block;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .sy-pager li {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 1em 0 0;
    border-radius: 50%; }
    .sy-pager li.sy-active a {
      background-color: #e24b70; }
    .sy-pager li a {
      width: 100%;
      height: 100%;
      display: block;
      background-color: #ccc;
      text-indent: -9999px;
      -webkit-background-size: 2em 2em;
              background-size: 2em;
      border-radius: 50%; }
      .sy-pager li a:link, .sy-pager li a:visited {
        opacity: 1.0; }
      .sy-pager li a:hover, .sy-pager li a:focus {
        opacity: 0.6; }

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%; }
  .sy-filler.ready {
    -webkit-transition: padding 600ms ease;
         -o-transition: padding 600ms ease;
            transition: padding 600ms ease; }










/* News */
.sy-list {
  z-index: 1; 
  position: relative;
}
.news-slider {
  /* Style the actual content */
    margin: 0 auto 0;  
}
// .news-slider .text-content {
//   position: absolute;
//   top: 0;
//   left: 0;
//   right: 0;
//   background-color: #4f3558;
//   padding: 1em;
//   width: 30%;
//   height: 100%;
// }

// .sy-slide {
//   display: none; 
// }
// .sy-active {
//   display: block;
// }
.news-slider .text-content h2 {
  margin: 0;
	color: #fff;
}
.news-slider .text-content p {
  margin: 1em 0;
}
.news-slider .text-content a.button-link {
  padding: 0.25em 0.5em;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.news-slider .image-content {
  line-height: 0;
}
.news-slider .image-content img {
  width: 100%;
}
.news-slider .news-pager {
  text-align: right;
  display: block;
  margin: 0.2em 0 0;
  padding: 0;
  list-style: none;
}
.news-slider .news-pager li {
  display: inline-block;
  padding: 0.6em;
  margin: 0 0 0 1em;
}
.news-slider .news-pager li.sy-active a {
  color: #31ace2;
}

.news-slider .news-pager li a {
  font-weight: 500;
  text-decoration: none;
  display: block;
  color: #222;
}
.text-content {
  display: block; 
  position: relative; 
  padding: 2em;  
  color: #fff; 

    border-bottom: 3px solid #3a2542;  
}
.news-slider h1 {
  color: #fff; 
}


@media screen and (min-width: 992px) {
    .image-content img {
      max-width: 700px;       
    }  
    .news-slider .text-content {
    }
    .news-slider .text-content {
      min-height: 340px; 
        width: 100%;
        padding: 2em 2em 3em;
        max-width: 435px;
        float: right;
        margin-top: -200px;
        z-index: 3;
        position: absolute;
        right: 0;
    }    
  }
@media screen and (min-width: 1200px) {  
    .image-content img {
      max-width: 1000px;       
      min-height: 513px;
    }
  }
.sy-controls li.sy-next {
  top: -20px;
}
.sy-controls li.sy-prev {
    top: -20px;
    left: 0;
    display: block;
}  
<!-- photo gallery stuff and things -->
div.MediaLibraryTree {
  margin-top:-15px;
}

div.MediaLibrarySort, a.RootFolder, #p_lt_ctl00_page_p_lt_ctl00_MediaGallery_gallery_folderTree_t_tn0, table tbody tr td img {
  display:none;
}

table tbody tr td a > span.Name {
	border-bottom: none;
	color: #288073;
	padding-top: 10px;
}

table tbody tr td a:hover > span.Name {
	border-bottom: 3px solid #288073;
	
}

div.MediaGallery img { width: auto !important; }
td.Folder { padding:10px; }
td.SelectedFolder { background-color: #ffb737; }
td.SelectedFolder span.Name { color: #333; }

<!-- end photo gallery stuff and things -->


.btn-portal:hover, .btn-portal:active{
  background-color: #fddc97;
  color: #333;
  }



//   width: 30%;
//   height: 100%;
// }
 
// .sy-slide {
//   display: none; 
// }
// .sy-active {
//   display: block;
// }
.news-slider .text-content h2 {
  margin: 0;
}
.news-slider .text-content p {
  margin: 1em 0;
}
.news-slider .text-content a.button-link {
  padding: 0.25em 0.5em;
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.news-slider .image-content {
  line-height: 0;
}
.news-slider .image-content img {
  width: 100%;
}
.news-slider .news-pager {
  text-align: right;
  display: block;
  margin: 0.2em 0 0;
  padding: 0;
  list-style: none;
}
.news-slider .news-pager li {
  display: inline-block;
  padding: 0.6em;
  margin: 0 0 0 1em;
}
.news-slider .news-pager li.sy-active a {
  color: #31ace2;
}
.news-slider .news-pager li a {
  font-weight: 500;
  text-decoration: none;
  display: block;
  color: #222;
}
.text-content {
  display: block; 
  position: relative; 
  padding: 2em;  
  color: #fff; 
 
    border-bottom: 3px solid #0a8229;  
}
.news-slider h1 {
  color: #fff; 
}
 
 
@media screen and (min-width: 992px) {
    .image-content img {
      max-width: 700px;       
    }  
    .news-slider .text-content {
    }
    .news-slider .text-content {
      min-height: 340px; 
        width: 100%;
        padding: 2em 2em 3em;
        max-width: 435px;
        float: right;
        margin-top: -200px;
        z-index: 3;
        position: absolute;
        right: 0;
    }    
  }
@media screen and (min-width: 1200px) {  
    .image-content img {
      max-width: 1000px;       
      min-height: 513px;
    }
  }

@media screen and (max-width: 767px) {  
.cd-secondary-nav {
    position: absolute;
    top: 115%;
    bottom: auto;
    left: 0em;
    display: block !important;
    color: #333;
}

}


.sy-controls li.sy-next {
  top: -20px;
}
.sy-controls li.sy-prev {
    top: -20px;
    left: 0;
    display: block;
}  
<!-- photo gallery stuff and things -->
div.MediaLibraryTree {
  margin-top:-15px;
}
 
div.MediaLibrarySort, a.RootFolder, #p_lt_ctl00_page_p_lt_ctl00_MediaGallery_gallery_folderTree_t_tn0, table tbody tr td img {
  display:none;
}
 
table tbody tr td a > span.Name {
    border-bottom: none;
    color: #288073;
    padding-top: 10px;
}
 
table tbody tr td a:hover > span.Name {
    border-bottom: 3px solid #288073;
    
}
 
div.MediaGallery img { width: auto !important; }
td.Folder { padding:10px; }
td.SelectedFolder { background-color: #ffb737; }
td.SelectedFolder span.Name { color: #333; }
 
<!-- end photo gallery stuff and things -->
 
 
.btn-portal:hover, .btn-portal:active{
  background-color: #fddc97;
  color: #333;
  }
 
 

.staff p {
    padding: 1.2em;
    width: 320px;
    float: left;
    border: 1px solid #CCC;
    margin: 0.8em;
    background-color: #EEE;
}

.EditingFormButtonLeftCell{
  display:none;
  }

.EditingFormButtonCell{
  padding:20px 0px;}
  

.btn-primary{
background-color: #1b3c7f !important;
}

/* Services List */
ul.services {
    padding: 0 15px 0 54px;
    list-style: none;
    text-align: left;
    font-size: .7em; 
    color: #1b4291;   
    background: #fff;
    margin: 0 15px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;  
}

ul.services li {
    width: 100%; 
    display: inline-block;
}

@media screen and (min-width: 480px) {
	ul.services li {
  		width: 46%; 
	} 
}

@media screen and (min-width: 1200px) {
	ul.services li {
    		width: 33%; 

	}
}

ul.services li:last-of-type {
    padding-bottom: 15px;
}

ul.services li a {
    display: block;
    padding-bottom: 0px;
    color: #1b4291;     
}

ul.services li em {
  color: #7a8cb3; 
}

.Menu-Search {
  margin-right:100em;
  color:white;
  font-size:0.7em;
  font-weight:bold;
}

img.adobe {
    margin-top: 0px;
}

section.about {
    padding: 1em 0;
	background: #eee url(seal-franklin-county.png) no-repeat bottom right;
}