@import url(https://fonts.googleapis.com/css?family=Lato:300);

/**
 *
 * =======================================================================
   MAIN
 * =======================================================================
 */

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	background: #ffffff;
	color: #09304c;
	font-size: 20px;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
	body::after {
		display: none;
	}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #1069b1;
	cursor: pointer;
	text-decoration: none!important;
}
a:hover {
	color: #122e59;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline:0;
}
em {
	color: inherit;
}
strong, dt, th {
	font-weight: 700;
}
/* Form */
input, textarea {

}
input:focus {

}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium,
.gform_wrapper textarea {

}

/* Buttons */

.uk-button,
input[type="submit"] {
	background: #61aadb;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
}
.uk-button:hover,
input[type="submit"]:hover {
}
.uk-button:focus,
input[type="submit"]:focus {

}


/* Table */

.uk-table td, .uk-table th {
    padding: 8px 8px;
    border-bottom: 1px solid #e5e5e5;
}

/* Backgrounds */

.primary-background {

}
.tm-block-light {
	background: #fafafa;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}


/* Grid */

.tm-block {

}

@media (min-width: 768px) {
	.uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
	    border-left: 1px solid #e8e8e8;
	}
}

/**
 *
 * =======================================================================
   STRUCTURE
 * =======================================================================
 */

/* --------->>> Header <<<----------*/

#tm-header {
	padding: 35px 0;
}
	#tm-header.active-header {
		background: #52b3ef;
	}
#tm-header:not(.active-header) {
	position: absolute;
	width: 100%;
	background: none;
}
	body.no-hero #tm-header {
		position: relative;
		background: #fff;
		box-shadow: 1px 1px 7px #f0f0f0;
		z-index: 10;
		padding: 10px 0;
	}

/* logo */

.tm-logo {

}
.tm-logo img {

}
	body.no-hero .logo-white {
		display: none;
	}
	body.no-hero .logo-colored {
		display: block;
	}

	body:not(.no-hero) .logo-white {
		display: block;
	}
	body:not(.no-hero) .logo-colored {
		display: none;
	}
.logo-colored {
	max-height: 70px;
}


/* nav */


.tm-navbar-attached {
	background: none;
}

.uk-navbar {

}
.uk-navbar-nav > li > a {
	color: #fff;
	padding: 0 10px;
	font-weight: 500;
}
	body.no-hero .uk-navbar-nav > li > a {
		color: #333;
	}
.uk-navbar-nav > li.uk-active > a {
	color: #fff;
}
	.uk-navbar-nav > li.uk-active > a::before {
		background: #fff;
	}
	body.no-hero .uk-navbar-nav > li.uk-active > a {
		color: #52b3ef;
	}

@media (max-width: 1170px) {
	.uk-navbar-nav > li > a {
		font-size: 1rem;
		padding: 0 6px;
	}
}
@media (max-width: 1040px) {
	.tm-nav {
		display: none;
	}
}

/* dropdown */

.uk-nav-navbar > li > a {
	color: #333;
}
.uk-dropdown-navbar {
	box-shadow: 0px 3px 7px #f0f0f0;
	top: 0!important;
	margin-top: 110px;
}
.uk-dropdown-navbar .uk-nav-navbar > li.uk-active > a {
	color: #333;
}


.uk-nav-navbar > .uk-parent > .uk-nav-sub { display: none; }

.uk-nav-navbar > .uk-parent {
	position: relative;
}
.uk-nav-navbar > .uk-parent > a:after {
	content: "\f105";
	font-family: "FontAwesome";
	display: block;
	float: right;
}

.uk-nav-navbar > .uk-parent:hover > .uk-nav-sub {
			display: block;
	    background: #fff;
	    top: 0;
	    padding: 10px 0;
	    position: absolute;
	    left: 100%;
			background: #fff;
			border-top-right-radius: 2px;
			border-bottom-right-radius: 2px;
}
.uk-nav-navbar > .uk-parent > .uk-nav-sub li {
	padding: 5px 15px;
	margin: 0!important;
}

.uk-nav-navbar > .uk-parent > .uk-nav-sub li:nth-child(n+2) {
	padding-top: 0;
}

.uk-nav-navbar > .uk-parent > .uk-nav-sub li a {
	white-space: nowrap;
	font-size: 1.4rem;
	color: #333;
}
.uk-nav-navbar > .uk-parent > .uk-nav-sub li a:hover {
	color: #61aadb;
}


/* Search */

.uk-search-field {
	width: 100%;
}
	body.no-hero .uk-search-field {
		border: 1px solid #f0f0f0;
	}
.uk-search:before {
	content: "\f002";
	font-family: fontawesome;
}

    .uk-search-field {
        background: #fff;
        background: rgba(255,255,255,.82);
        border-radius: 50px;
        padding: 0;
    }
    .uk-search:before {
    	content: "\f002";
        color: #000;
        left: auto;
        right: 15px;
        z-index: 10;

        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }



/* offcanvas */

.tm-navbar-toggle {
	color: #fff;
	cursor: pointer;
}
	body.no-hero .tm-navbar-toggle {
		color: #000;
	}
.uk-nav-offcanvas ul a {
	color: #fff;
}
.uk-nav-offcanvas ul li.uk-parent ul li {
	padding: 0 0 5px 0;
	margin: 0;
}
.uk-nav-offcanvas ul li.uk-parent ul li a {
	color: #fff;
}
.uk-nav-offcanvas ul li.uk-parent ul li a:before {
	content: "\f105";
	font-family: fontawesome;
	margin-right: 5px;
}



@media (max-width: 1040px) {
	.uk-navbar-toggle {
		display: inline-block!important;
	}
	.uk-navbar-toggle:after {
		content: "\f0c9";
		font-family: fontawesome!important;
	}
}

/* --------->>> Content <<<----------*/

section {
	padding: 90px 0;
}

body.blog #tm-main {
	padding: 75px 0;
}

/* Section Header */

.sub-header {
    font-style: italic;
    color: #303030;
    font-size: 2rem;
}

/* Full Width Image */

.full_width_image {
    min-height: 450px;
}

/* Links Grid */

.links-grid img {
	width: 125px;
	opacity: .5;
	transition: opacity linear 300ms;
}
.links-grid a {
	color: inherit;
}
	.links-grid a:hover img {
		opacity: 1;
	}
.links-grid h4 {
	text-transform: none;
}

/* Accordion */

.uk-accordion-title {
	background: #61aadb;
	border: 1px solid #61aadb;
	color: #fff;
	text-transform: none;
	font-weight: 400;
	position: relative;
	margin-bottom: 0;
	border-radius: 0;
	border-bottom: 1px solid #6294B7;
}
	.uk-accordion-title:after {
		content: "\f078";
		font-family: 'fontawesome';
		position: absolute;
		right: 10px;
		line-height: 1;
		color: #fff;
	}
	.uk-accordion-title.uk-active:after {
		content: "\f077";
	}
.uk-accordion-content {
	padding: 15px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}



/* ---- Hero Banner ---- */

.hero-banner {
	display: table;
	min-height: 550px;
	width: 100%;
	position: relative;
	background-size: cover;
}
	body:not(.home) .hero-banner .uk-vertical-align-middle {
		padding-top: 90px;
	}
	.hero-banner h2 {
		color: #fff;
		font-size: 8.4rem;
		text-transform: uppercase;
	}
.uk-overlay-panel.uk-overlay-bottom {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+-1,000000+100&0+-1,0.65+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) -1%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) -1%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) -1%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.hero-banner .uk-slidenav-previous:before,
.hero-banner .uk-slidenav-next:before {
    color: #fff;
}

.custom-html {
	/*position: absolute;*/
	display: block;
	/*bottom: 0;*/
	width: 100%;
	/*left: 0;*/
	z-index: 10;
}
@media (max-width: 767px) {
	.custom-html {
		position: relative;
	}
}
.custom-html .uk-container {
	display: block!important;
}
.hero-icons {
	padding: 30px;
	box-sizing: border-box;
}
.hero-icons img {
	height: auto;
	width: 100px;
}
@media (max-width: 960px) {
	.custom-html .uk-push-1-2 {
		left: 0;
	}
}
@media (max-width: 767px) {
  .hero-banner h2 {
    font-size: 4.5rem;
  }
}

/* --------->>> Sidebar <<< ---------- */

.tm-sidebar-a .uk-panel-title {
	background: #52b3ef;
	color: #fff;
	display: block;
	font-weight: 700;
	padding: 10px;
}

/* --------->>> Footer <<<----------*/

.tm-block-footer::before {
	display: none;
}

#tm-footer {
	background: #273b4a;
	color: #fff;
	font-size: 1.4rem;
	padding: 95px 0;
}
	#tm-footer .uk-panel-title {
		color: #61aadb;
		font-weight: 700;
		text-transform: uppercase;
	}
#tm-footer p {
    font-size: 1.4rem;
}


/* ---- Footer Menus ---- */

#tm-footer .tm-subnav-bullet {
	margin-left: 0;
}
#tm-footer .tm-subnav-bullet > li {
	display: block;
	width: 100%;
	padding: 0;
	line-height: 1;
}
#tm-footer .tm-subnav-bullet > li::before {
	display: none;
}
#tm-footer .tm-subnav-bullet > li > a {
	color: #fff;
	padding: 0;
	font-weight: 600;
	font-size: 1.4rem;
}


/* ---- Newsletter Form ---- */

.newsletter-form {
	display: block;
	overflow: auto;
}
.newsletter-form input {
	display: inline-block;
	float: left;
	padding: 8px;
	border: 2px solid #61aadb;
}
.newsletter-form input[type="email"] {
	background: #fff;
}
.newsletter-form input[type="submit"] {
	-webkit-appearance: none;
	background: #61aadb;
}

.newsletter-form ::-webkit-input-placeholder { text-transform: uppercase; font-size: 1.1rem; font-weight: bold; }
.newsletter-form ::-moz-placeholder { text-transform: uppercase; font-size: 1.1rem; font-weight: bold; } /* firefox 19+ */
.newsletter-form :-ms-input-placeholder { text-transform: uppercase; font-size: 1.1rem; font-weight: bold; } /* ie */
.newsletter-form :-moz-placeholder { text-transform: uppercase; font-size: 1.1rem; font-weight: bold; }

/* ---- Social Links ---- */

.social-links {
	padding: 0;
}
.social-links li {
	display: inline-block;
	list-style: none;
	text-align: center;
}
	.social-links li:nth-child(n+2) {
		margin-left: 15px;
	}
.social-links li a {
	background: #fff;
	border-radius: 50%;
	color: #000;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	width: 25px;
}


/**
 *
 * =======================================================================
   PAGES
 * =======================================================================
 */

.sidebar-enabled .section .uk-container,
.sidebar-enabled .page-title .uk-container  {
	padding: 0;
	max-width: 100%;
}

.section {
    padding: 75px 0;
}
	.section-background p,
	.section-background a {
		color: #fff;
		font-weight: 400;
	}
	.section-background a {
		font-style: italic;
		font-weight: bold;
	}
.section:not(.section-background):not(.tm-block-light) + .section:not(.section-background):not(.tm-block-light):not(.section-table) {
	padding-top: 0;
}
.section + .section-table {
	padding-top: 20px;
}

/* Page Title */

.page-title {
	padding-top: 50px;
}
	.page-title + .section:not(.section-background):not(.tm-block-light) {
		padding-top: 10px;
	}

/* --------->>> Homepage <<<----------*/

/* ---- Hero Banner ---- */

body.home .hero-banner {
	height: 800px;
	position: relative;
}
@media (min-width: 768px) {
	body.home .hero-banner .uk-container {
		/*display: table-cell;*/
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		right: 0;
	}
}
@media (max-width: 767px) {
	body.home .hero-banner {
		height: auto;
	}
	body.home .hero-banner .uk-container {
		display: block;
		width: 100%;
		padding: 200px 0 50px;
	}
}

/* ---- Intro ---- */

.intro-flash {
    background: #fff;
    margin-top: -293px;
}
    .intro-flash h3 {
        color: #9d9fa0;
        font-size: 1.9rem;
        text-transform: none;
    }
.intro-flash .today {
    text-align: center;
    padding: 25px 0;
}
.intro-flash .events-count {
    background: #61aadb;
    padding: 50px 0;
    text-align: center;
    color: #fff;
    font-size: 2.6rem;
}
	.intro-flash .events-count a {
		color: #fff;
	}
    .intro-flash .events-count .events-count-number {
        font-weight: bold;
        font-size: 7.3rem;
    }
.intro-flash .city-hours {
    padding: 37px 35px;
    border-bottom: 1px solid #f1f1f1;
}
.intro-flash .phone-numbers {
    padding: 37px 35px;
}

    .intro-flash .city-hours .uk-grid,
    .intro-flash .phone-numbers .uk-grid {
        padding: 10px 0;
        color: #2f363b;
        font-size: 2.2rem;
        font-weight: 400;
        margin-left: 0;
    }
        .intro-flash .city-hours .uk-grid div,
        .intro-flash .phone-numbers .uk-grid div {
            padding-left: 0;
        }
        .intro-flash .city-hours .uk-grid div:last-child,
        .intro-flash .phone-numbers .uk-grid div:last-child {
            text-align: right;
        }
    .intro-flash .city-hours .uk-grid:nth-child(n+3),
    .intro-flash .phone-numbers .uk-grid:nth-child(n+3) {
        border-top: 1px solid #f1f1f1;
        margin-top: 0;
    }

.intro-flash .contact-link a {
    background: #273b4a;
    color: #fff;
    display: block;
    font-size: 2.6rem;
    font-weight: 400;
    padding: 50px 0;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1260px) {
	.intro-flash .city-hours .uk-grid,
  .intro-flash .phone-numbers .uk-grid {
  	font-size: 1.8rem;
  }
}
@media (max-width: 1040px) {
	.intro-flash .city-hours .uk-grid,
  .intro-flash .phone-numbers .uk-grid {
  	font-size: 1.6rem;
  }
}
@media (max-width: 960px) {
	.intro-flash {
		margin-top: 0;
	}
}

/* ---- Links ---- */

.home-link {
	background-repeat: no-repeat!important;
	background-size: auto 100%!important;
	background-position: center!important;
	display: table;
	height: 385px;
	width: 100%;
	max-width: 292px;
	margin: 0 auto;
	text-align: center;
	transition: background-size linear 300ms;
}
	.home-link:hover {
		background-size: auto 110%!important;
	}
.home-link h3 {
	color: #fff;
	font-weight: bold;
	text-shadow: 3px 7px 35px #000;
	text-transform: uppercase;
	margin-top: 15px;
}

@media (min-width: 768px) {
	.home-link-wrapper > div:nth-child(n+5) {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.home-link-wrapper > div:nth-child(n+2) {
		margin-top: 20px;
	}
}

/* ---- Your Elected Officials ---- */

.official {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.official-image {
	margin-bottom: 25px;
}
	.official-image img {
		border-radius: 50%;
		overflow: hidden;
	}
.official-position {
	color: #52b3ef;
}


/* UiKit Slider */

.uk-slidenav-position .uk-slidenav {
	display: block;
}

.uk-slidenav-previous:before,
.uk-slidenav-next:before {
	color: #b8b8b8;
	text-shadow: none;
}
.uk-slidenav-previous {
	margin-left: -50px;
}
.uk-slidenav-next {
	margin-right: -50px;
}



/* ---- Connect With us ---- */

.social-link {
	display: block;
	border-radius: 50px;
	padding: 25px;
	color: #fff;
	box-sizing: border-box;
	font-size: 1.4rem;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
	.social-link:hover {
		color: #fff;
	}
	.social-link.facebook {
		background: #07487d;
		margin-bottom: 45px;
	}
	.social-link.twitter {
		background: #52b3ef;
	}
	.social-link i {
		font-size: 2rem;
		margin-right: 20px;
		line-height: 20px;
	}

/* Twitter Stream */

.aptf-single-tweet-wrapper {
	padding-left: 40px;
	position: relative;
	margin-bottom: 0;
}
	.aptf-single-tweet-wrapper:before {
		content: "\f099";
		font-family: fontawesome;
		color: #53b3f0;
		position: absolute;
		left: 0;
		top: 0;
	}
	.aptf-single-tweet-wrapper:nth-child(2) {
		border-top: 1px solid #f1f1f1;
		padding-top: 20px;
		margin-top: 20px;
	}
		.aptf-single-tweet-wrapper:nth-child(2):before {
			top: 20px;
		}

.aptf-tweet-content,
.aptf-tweet-date a {
	font-size: 1.4rem;
	line-height: 1.3;
}
.aptf-tweet-date a {
	color: #52b3ef;
}

/* ----- From Our Blog ---- */

.latest-post-title {
	font-size: 2.1rem;
	font-weight: 500;
}

/* ---- Recent News ---- */

.evcal_month_line {

}
.eventon_events_list .eventon_list_event .evcal_list_a:after {
	display: none;
}
#evcal_list {
	border: none;
}
#evcal_list > .event {
	position: relative;
}
	#evcal_list > .event:after {
		content: "";
		width: 200px;
		height: 1px;
		background: #e8e8e8;
		position: absolute;
		bottom: 0;
		left: 0;
	}
#evcal_list .eventon_list_event .desc_trig {
	border-left: 0;
}
#evcal_list .eventon_list_event .evcal_cblock {
    color: #61aadb!important;
}
.eventon_events_list .eventon_list_event .evcal_desc, .evo_pop_body .evcal_desc, #page-content p.evcal_desc {
	padding: 1px 15px 0 75px;
}

.ajde_evcal_calendar .calendar_header p, .eventon_events_list .eventon_list_event .evcal_cblock, .evcal_cblock, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, .evcal_desc span.evcal_desc2, .evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3.evo_h3, .evcal_month_line p, .evo_clik_row .evo_h3, .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle {
	font-family: 'Lato'!important;
}
.evcal_event_title {
	font-weight: bold!important;
	font-size: 2.1rem!important;
	color: #2f363b!important;
}
.evcal_desc3 {
	display: none!important;
}
.evcal_event_subtitle {
	font-weight: bold;
	color: #b3b3b3!important;
}

.evcal_cblock .evo_date .end {
	margin-left: -7px;
}

.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p {
	color: #343434!important;
}
.eventon_fullcal p {
	color: #333!important;
}
.eventon_fullcal .evo_fc_day {
	border-top: 1px solid #E5E5E5!important;
	border-right: 1px solid #E5E5E5!important;
}
.eventon_fc_days, .eventon_fc_daynames {
	border-left: 1px solid #e5e5e5!important;
}
.eventon_fullcal .evo_fc_day.bb {
	border-bottom: 1px solid #e5e5e5!important;
}
.evo_cal_above span.evo-gototoday-btn {
		background-color: #000!important;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa {
	color: #fff!important;
}

/* Event popup */

.evopop_top {
	border: 0!important;
	border-bottom: 1px solid #ddd!important;
}
.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body {
	background: #fafafa!important;
}
.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb {
	border-color: #f0f0f0!important;
}
.evopopclose, .evolbclose {
	color: #fff;
}

/* ---------------- >>> Departments Page <<< --------------- */

/* remove nav and search bar from header */

body.page-template-page-departments #tm-header{
	/*display: none;*/
}

body.page-template-page-departments .tm-block-light {
	background: #f1f1f1;
}

.departments-list img {
	width: 100%;
	opacity: 1;
}
.departments-list h4 {
	font-weight: bold;
	font-size: 2.6rem;
	margin: 10px 0;
	text-transform: uppercase;
}
.departments-list .description {
	font-size: 1.6rem;
}

/* Logo */

.department-page-logo {
	position: absolute;
	z-index: 2;
	width: 100%;
	margin-top: 30px;
}
.department-page-logo img {
	max-width: 100px;
}

/* Hero */

body.page-template-page-departments .hero-banner {
	min-height: 0;
}
body.page-template-page-departments .hero-banner .uk-slideshow,
body.page-template-page-departments .hero-banner .uk-slideshow li {
	min-height: 600px!important;
}
body.page-template-page-departments .hero-banner h3 {
	font-size: 8rem;
	text-transform: uppercase;
	line-height: 1.1;
}

@media (max-width: 767px) {
	body.page-template-page-departments .hero-banner h3 {
		font-size: 4.5rem;
	}
}

/* Content */

.panel-title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 3.2rem;
}

/* ----- Sidebar ----- */

.department-sidebar {
	background: #273b4a;
	color: #fff;
	border-top: 6px solid #61aadb;
}
.department-sidebar .widget > div:last-child {
	padding: 40px;
}
.department-sidebar .widget-title {
	background: #1d2d39;
	padding: 10px 0;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1rem;
	color: #86a4ba;
}

@media (max-width: 1140px) {
	.department-sidebar .widget > div:last-child {
		padding: 20px;
	}
}
@media (max-width: 767px) {
	.department-sidebar {
		border-bottom: 1px solid #61aadb;
	}
}

.department-sidebar a:hover {
	color: #61aadb;
}

/* Menu */

.department-sidebar .menu {
	padding: 0;
	margin: 0;
}
.department-sidebar .menu li {
	list-style: none;
}
	.department-sidebar .menu li:nth-child(n+2) {
		margin-top: 30px;
	}
.department-sidebar .menu li a {
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
}
.department-sidebar .menu li a:after {
	content: "\f0d7";
	font-family: fontawesome;
	float: right;
}

/* Social Links */

.department-sidebar .social-links {
	margin: 0;
}
.department-sidebar .social-links li {
	text-align: center;
	margin: 0!important;
}
.department-sidebar .social-links li a {
	background: none;
	color: #fff;
	font-size: 30px;
	display: block;
	width: auto;
	padding: 0 10px;
}

@media (min-width: 841px) and (max-width: 1140px) {
	.department-sidebar .social-links li a {
		font-size: 20px;
	}
}
@media (min-width: 768px) and (max-width: 840px) {
	.department-sidebar .social-links li a {
		font-size: 18px;
		padding: 0 5px;
	}
}

/* Recent News */

.recent-news h3 {
	font-size: 1.6rem;
	color: #fff;
	margin: 15px 0 10px;
	font-weight: 400;
	display: block;
}
.recent-news p {
	font-size: 1.3rem;
	color: #86a4ba;
	margin-top: 0;
	display: block;
}

/* ----- Footer ----- */

body.page-template-page-departments #tm-footer {
	background: #1d2d39;
}

/**
 *
 * =======================================================================
   POSTS & ARCHIVES
 * =======================================================================
 */


/* ------ >> Search Page << ----- */

body.search .tm-main {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 1.4rem;
}

.comments-link {
	padding-top: 5px;
}

/**
 *
 * =======================================================================
   CUSTOM FIELDS
 * =======================================================================
 */

/* Links List */

#list .search-wrapper {
	position: relative;
}
#list .search-wrapper:before {
	content: "\f002";
    color: #000;
    z-index: 10;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    font-family: fontawesome;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: auto;
    display: table;
}
#list input.search {
	-webkit-appearance: none;
	display: block;
	padding: 15px;
	border: 1px solid #ddd;
	width: 100%;
	padding-left: 45px;
	font-size: 1.8rem;
	outline: none;
}
#list input:focus {
	border: 1px solid #61aadb!important;
	box-shadow: none!important;
}

/**
 *
 * =======================================================================
   TYPOGRAPHY
 * =======================================================================
 */

h1, h2, h3, h4, h5, h6 {
	line-height: 1.1;
	color: inherit;
	font-weight: 300;
}
h1 {
	font-size: 5.5rem;
}
h1.uk-article-title {
	margin-bottom: 25px!important;
}
h2 {
	font-size: 4.5rem;
}
h3 {
	font-size: 3rem;
}
h4 {

}
h5 {

}
h6 {

}
.uk-panel-title {
	text-transform: uppercase;
}
.uk-article-title {
	border-left: 3px solid #61aadb;
	padding-left: 18px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.5;
}
p {
	font-size: 1.6rem;
	letter-spacing: 1px;
}
span {

}
ul li,
ol li {
	font-size: 1.6rem;
}
.uk-list-line>li:nth-child(n+2) {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #e5e5e5;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
