/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*------------------------------------*\
    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 {
	color: #555;
	font: 500 1em 'Raleway', sans-serif;
	height: 100%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

/*------------------------------------*\
	FORMS
\*------------------------------------*/
.section form div {
	clear: both;
	float: none;
	margin: 0;
}

.section form h2 {
	font-size: 3em;
}

.section form h3 {
	font-size: 1.8em;
}

fieldset {
	border: 0;
}

label {
	font-size: 1.6em;
	width: 100%;
}

input,
textarea,
select {
	clear: both;
	float: none;
	font-size: 1.6em;
	margin: 5px 0 30px 0;
	padding: 5px;
	width: 100% !important;
}

.section form div.frm_third {
	clear: none;
	float: left;
	margin: 0 5% 30px 0;
	width: 30%;
}

.section form div.frm_third#frm_field_71-zip_container {
	margin-right: 0;
}

.frm_third input {
	margin-bottom: 3px;
}

.frm_description {
	font-size: 1.6em;
}

.frm_submit {
	width: 25%;
}

.frm_submit input { 
	background: #009fc3; 
	border: 0;
	color: #fff;
	padding: 10px 0;
}

.frm_submit input:hover { 
	background: #e2277b;	
}

.frm_ajax_loading {
	display: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.wrapper {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 100%;
}

#container { 
	position: relative;
	top: 204px;
}

.anchor {
	position: relative;
	top: -190px;
}

/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
	.anchor {
		display: block;
		position: relative;
		top: -190px;
		visibility: hidden;
	}	
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   .anchor {
		display: block;
		position: relative;
		top: -190px;
		visibility: hidden;
	}
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
	background: #fff;
	height: 204px;
	position: fixed;
	width: 100%;
	z-index: 39;
}

.logo {
	margin-left: 5%;
	width: 12%;
}

.head-right {
	margin-right: 5%;
	width: 74%
}

.tel {
	float: right;
	font-size: 3.53em;
	margin: 11px 0;
	text-align: right;
	width: 85%;
}

/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
	.tel {
		margin: 12px 0 13px;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  
	.tel {
		margin: 12px 0;;
	}
}

.tel .tel-wrap {
	float: left;
	text-align: right;
	width: 68%;
}

.tel .social-wrap { 
	display: block;
	float: right;
	width: 32%;
}

.tel a.social {
	float: right;
	margin-left: 20px;
	margin-top: -9px;
}

.tel a.social:hover {
	opacity: 0.6;
}

.tel img {
	height: 35px;
	width: 35px;
}

/*------------------------------------*\
    NAV
\*------------------------------------*/
.nav {
	width: 100%;
}

.nav ul {
	list-style: none;
	float: right;
	font-size: 1.6em;
	font-weight: 700;
	margin: 0;
	padding: 0;
	position: relative;
	text-transform: uppercase;
	width: 75%;
}

.nav ul li {
	float: right;
	margin: 0; 
	padding: 12px 3% 0 0;
}

.nav ul li a {
	color: #585858;
	display: block;
	padding-bottom: 8px;
}

.nav ul li a:hover { 
	color: #e3277b;
}

.nav ul li:hover a {
	color: #e3277b;
	position: relative;	
}

.nav ul li.menu-item-has-children:hover a {
	background: url(img/nav-arrow.png) no-repeat center bottom;
}

.nav ul ul {
	background: rgb(0, 146, 188); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 146, 188, .9);
	display: none;
	font-size: 1em;
	margin: 0 auto; 
	padding: 0 2% 0 5%;
	position: absolute !important;	
	text-align: center;
	text-transform: none;
	width: 100%;
	z-index: 9999;
}

.nav ul ul li {
	display: inline-block;
	float: none;
	margin: 0 auto; 
	padding: 20px 2%;
	text-align: center;
	width: auto;
}

.nav ul ul li a { 
	background-image: none !important;
	color: #fff !important;
	padding-bottom: 0;
	width: 100%;
}

.nav ul ul li:hover {
	color: #fff;
	background: #0092bc !important;
	opacity: 1;
}

.nav ul li:hover ul {
	display: block;
	height: auto;
	left: 0;
	margin: 0;
	position: absolute;	
	width: 100%;
}

/*------------------------------------*\
    NAV BUTTONS
\*------------------------------------*/
#nav-btns {
	float: right; 
	width: 25%;
}

#nav-btns a {
	color: #fff;
	float: right;
	font-size: 2.5em;
	font-weight: 800;
	padding: 5px 0;
	text-align: center;
	width: 49%;
}

#nav-btns .donate {
	background: #0092bc;		
}

#nav-btns .register {
	background: #e2277b;	
	margin-right: 2%;
}

.mob-btn {
	display: none;
}

/*------------------------------------*\
    SECTION LINKS
\*------------------------------------*/
#section-links ul {
	clear: both;
	font-weight: 900;	
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#section-links li {
	float: left;	
	height: 100px;
	width: 33.33%;
}

#section-links li.menu-item-58 { background: #26408d; }
#section-links li.menu-item-65 { background: #34ab6e; }
#section-links li.menu-item-73 { background: #e2277b; }

#section-links a {
	color: #fff;
	display: block;
	font-size: 4em;	
	line-height: 1;
	padding: 10px 0 0 0;
	text-align: center;
	width: 100%;
}

#section-links a:hover {
	opacity: 0.7;
}

#section-links a span {
	background: url(img/white-arrow.png) no-repeat center right;
	display: inline-block;
	font-size: 0.4em; 
	line-height: 1.3;
	padding-right: 30px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  
	#section-links a span {
		padding: 5px 30px 5px 0;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   #section-links a span {
		padding: 5px 30px 5px 0;
	}
}

#section-links ul ul {
	display: none;
	font-size: 0.4em;
	font-weight: 500;
	padding: 0 2% 0 5%;
	position: absolute !important;	
	text-transform: none;
	width: 100%;
}

#section-links li.menu-item-58 ul { background: #26408d; }
#section-links li.menu-item-65 ul { background: #34ab6e; }
#section-links li.menu-item-73 ul { background: #e2277b; }

#section-links li.menu-item-65 ul {
	margin: 0 auto; 
	text-align: center;
}

#section-links ul ul li { 
	display: inline-block;
	float: none; 
	height: auto;
	padding: 10px 1%;
	width: auto;
}

#section-links li.menu-item-73 ul li { 
	float: right; 
}

#section-links ul ul li a { 
	padding: 0;
	width: 100%;
}

#section-links ul ul a:hover {
	opacity: 1 !important;
}

#section-links li.menu-item-58 ul li:hover { background: #1b2d62; }
#section-links li.menu-item-65 ul li:hover { background: #218253; }
#section-links li.menu-item-73 ul li:hover { background: #a51c59; }

#section-links ul li:hover ul {
	display: block;
	height: auto;
	left: 0;
	margin: 0;
	position: absolute;	
	width: 100%;
}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/
.tparrows {
	background: none;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 30px;
	width: 30px;
}

.tparrows::before {
	font-weight: 800;
    line-height: 26px;
}

#rev_slider_1_1 .uranus .tp-bullet {
	border: 2px solid #fff;
    box-shadow: none;
}

#rev_slider_1_1 .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_1_1 .uranus .tp-bullet:hover .tp-bullet-inner {
    transform: scale(0.9);
}

#rev_slider_1_1 .uranus .tp-bullet-inner {
    background-color: rgba(255, 255, 255, 0);
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
	background: #009fc3; 
	bottom: 0;
	color: #fff;
	overflow: hidden;
	padding: 20px 2%;
	position: relative;
}

.footer div.floatleft {
	width: 70%;
}

.footer div.floatright {
	width: 30%;
}

.footer div.floatright img {
	margin: 0 0 0 2%;
	width: 30%;
}

.footer div.floatright img.ncvo {
	width: 10%
}

.footer div span {
	display: inline-block;
	font-size: 1.2em;
	margin-right: 20px;
}

.footer div span a {
	color: #fff;
}

.footer h2 {
	float: left;
	font-size: 4em;
	font-weight: 500;
	margin: 0 50px 20px 0;
}

.form {
	width: 70%;
}

.footer label {
	display: none;
}

.footer input {
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	clear: none;
	float: left;
	margin: 5px 2px 0 0;
	padding: 10px;
	width: 20% !important;
}

.footer #mc-embedded-subscribe {
	background: #26408d url(img/white-arrow.png) no-repeat center right;
	background-position: 90%;
	color: #fff;
	width: 15% !important;
}

/*------------------------------------*\
    HOME
\*------------------------------------*/
.latest-news {
	margin: 30px auto;
	max-width: 100%;
	width: 90%;
}

.home h1,
.news h1,
.single h1,
.events h1,
.tax-type h1 {
	background: #0092bc;
	color: #fff;
	font-size: 2.5em;
	line-height: 2;
	margin: 0 0 30px 0;
	text-align: center;
	text-transform: uppercase;
}

.latest-news div {
	background: #ececec;
	margin: 0 0 30px 3.5%;
	width: 31%;
}

.latest-news div:nth-of-type(1) {
	margin-left: 0;
}

.latest-news img {
	height: auto;
	width: 100%;
}

.latest-news div .content {
	min-height: 250px;
	padding: 20px 5%;
	width: 100%;
}

.latest-news .content h2 {
	font-size: 2.4em;
}

.latest-news .content p {
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1.4;
}

.latest-news .content p.date {
	font-size: 1.2em;
}

.latest-news .content a.view-article {
	background: url(img/blue-arrow.png) no-repeat center right;
	clear: both;
	color: #26408d;	
	display: block;
	float: right;
	font-size: 0.8em;
	font-weight: 700;
	margin-top: 30px;
	padding: 10px 30px 10px 0;
	text-transform: uppercase;
}

/*------------------------------------*\
	Top Level Nav Page
\*------------------------------------*/
#section-wrap {
	margin-bottom: 60px;
}

.section {
	overflow: hidden;
	padding: 30px 5%;
}

.section.no-padding {
	padding: 0 5%;
}

.are-you-a-carer .section,
.help-for-a-carer .section,
.i-want-to-help .section {
	position: relative;
	top: 0;
}

.section div {
	color: #555;
	float: left;
	margin: 0 0 0 5%;
}

.section.no-padding div {
	margin-top: 0;
}

.section .bg-img-col {
	color: #fff;
	margin: 110px 5% 20px 5%; 	
	padding: 30px;
}

.section .bg-img-col.white {
	color: #555;
}

.img-col.floatright {
	float: right;
}

.section h2,
.news-wrap .content h2 {
	font-size: 1.8em;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}

.section .bg-img-col h2 {
	font-size: 4em;
	font-weight: 900;
	text-transform: none;
}

.section h3,
.news-wrap .content h3,
.sidebar h3 {
	font-size: 3em;
	font-weight: 700;
	margin: 30px 0 10px
}

.sidebar h3 {
	font-size: 2em;
	text-transform: uppercase;
}

.section h4 {
	clear: both;
	font-size: 1.8em;
	font-weight: bold;
}

.section p,
.section ul,
.news-wrap .content p,
.news-wrap .content ul,
.sidebar ul {
	font-size: 1.8em;
	line-height: 1.5;
	margin: 0 0 18px;
}

.section ul,
.news-wrap .content ul {
	list-style: none; 
	margin: 0 0 18px 18px;
	text-indent: -1em;
}

.sidebar ul {
	margin: 0;
	padding: 0 0 0 15px;
}

.sidebar li {
	padding-bottom: 15px;
}

.section li:before,
.section .bg-img-col.white li:before {
	color: #555;
    content: "\2022 ";
	margin-right: 10px; 
}

.section.blue li:before {
    color: #009fc3;
}

.section .bg-img-col li:before,
.section.s-light-blue li:before,
.section.s-blue li:before,
.section.s-green li:before,
.section.l-dark-blue li:before,
.section.l-light-pink li:before,
.section.l-light-green li:before,
.section.l-light-blue li:before {
	color: #fff;
}

.section ul { padding-left: 18px; }
.section li { padding-bottom: 12px; }

.section.white			{ background: #fff; }
.section.blue			{ background: rgba(0, 159, 195, .05);  }
.section.pink 			{ background: rgba(227, 39, 123, .05); }
.section.green			{ background: rgba(52, 171, 110, .05); }
.section.s-pink			{ background: #e3267a; }
.section.s-blue			{ background: #25408f; }
.section.s-green		{ background: #35ab6f; }
.section.s-light-blue	{ background: #0092bc; }

.section.l-dark-blue	{ background: #496ad0; }
.section.l-light-pink	{ background: #e74b91; }
.section.l-light-green	{ background: #4fc98a; }
.section.l-light-blue	{ background: #00b4e6; }

.section .bg-img-col.white			{ background: rgba(255, 255, 255, .5); }
.section .bg-img-col.blue			{ background: rgba(0, 159, 195, .5);  }
.section .bg-img-col.pink 			{ background: rgba(227, 39, 123, .5); }
.section .bg-img-col.green			{ background: rgba(52, 171, 110, .5); }
.section .bg-img-col.s-pink			{ background: #e3267a; }
.section .bg-img-col.s-blue			{ background: #25408f; }
.section .bg-img-col.s-green		{ background: #35ab6f; }
.section .bg-img-col.s-light-blue	{ background: #0092bc; }

.one-col		{ width: 100%; }
.two-cols		{ width: 47.5%; }
.three-cols		{ width: 30%; }
.img-col		{ width: 31.5%; }
.text-col		{ width: 63.5%; }

.section .one-col,
.section .two-cols.first,
.section .three-cols.first,
.img-col.floatleft,
.text-col.floatleft {
	margin-left: 0;
}

.wp-caption {
	height: 230px;
}

.s-pink h1, .s-pink h2, .s-pink h3, .s-pink h4, .s-pink p, .s-pink ul, .s-pink a,
.s-blue h1, .s-blue h2, .s-blue h3, .s-blue h4, .s-blue p, .s-blue ul, .s-blue a,
.s-green h1, .s-green h2, .s-green h3, .s-green h4, .s-green p, .s-green ul, .s-green a,
.s-light-blue h1, .s-light-blue h2, .s-light-blue h3, .s-light-blue h4, .s-light-blue p, .s-light-blue ul, .s-light-blue a,
.l-dark-blue h1, .l-dark-blue h2, .l-dark-blue h3, .l-dark-blue h4, .l-dark-blue p, .l-dark-blue ul, .l-dark-blue a,
.l-light-pink h1, .l-light-pink h2, .l-light-pink h3, .l-light-pink h4, .l-light-pink p, .l-light-pink ul, .l-light-pink a,
.l-light-green h1, .l-light-green h2, .l-light-green h3, .l-light-green h4, .l-light-green p, .l-light-green ul, .l-light-green a,
.l-light-blue h1, .l-light-blue h2, .l-light-blue h3, .l-light-blue h4, .l-light-blue p, .l-light-blue ul, .l-light-blue a {
	color: #fff;
}

/*------------------------------------*\
	NEWS
\*------------------------------------*/
.news-section {
	overflow: hidden;
	padding: 20px 5%;
	width: 75%;
} 

.news-wrap {
	background: #ececec;
	margin: 0 0 30px;
	overflow: hidden;
}

.news-wrap .img {
	width: 43%;
}

.news-wrap .img img {
	height: auto;
	width: 100%;
}

.news-wrap .content {
	margin: 30px 3.5%;
	width: 50%;
}

.news-wrap .content h2 {
	margin-bottom: 20px;
}

.news-wrap a.view-article {
	background: #e2277b; 
	clear: both;
	color: #fff;
	display: block;
	font-size: 1em;
	margin-top: 15px;
	padding: 5px 20px;
	text-align: center;
	-webkit-transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -ms-transition: background .25s ease-in-out;
    -o-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
	width: 150px
}

.news-wrap a.view-article:hover {
	background: #555;
}

.sidebar {	
	float: right;
	margin: 20px 5% 0 0;	
	width: 20%;
}

.sidebar-widget {
	background: #ececec;
	margin-bottom: 20px;
	padding: 20px;
}

.pagination {
    clear: both; 
	font-size: 1.2em;
	text-align: center; 
}
 
.pagination span, .pagination a {
    background: #555;
	color: #fff;
	display: inline-block;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;    
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
	width: auto;
}
 
.pagination a:hover,
.pagination .current {
    background: #e2277b; 
}

/*------------------------------------*\
	CALENDAR
\*------------------------------------*/
.filterbar {
	display: none !important;
}

.section .event-list {
	margin: 0;
}

ul.event-list-view,
ul.single-event-view {
	list-style: none !important;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.section ul.event-list-view li::before,
.section ul.single-event-view li::before {
	content: "";
	margin: 0;
}

li.event {
	background: #ececec;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
}

li.event div.event-date {
	margin: 0;
	
	width: 100%;
}

li.event div.event-date .start-date {
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.start-date .event-weekday,
.start-date .event-day,
.start-date .event-month,
.start-date .event-year {	
	margin: 0 8px 0 0;
	width: auto;
}

li.event div.event-info {
	margin: 0;
}

li.event div.event-info .event-title {
	float: none;
	margin: 0;
}

li.event div.event-info span {
	display: block;
	float: left;
	margin: 0 8px 0 0;
}

li.event div.event-details {
	margin: 0;
}

li.event div.event-details p {
	font-size: 1em;
}

/*------------------------------------*\
	CLASSES
\*------------------------------------*/
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clearboth {
	clear: both;
}
.pink {
	color: #e2277b;
}
.blue-bg {
	background: #26408d;
}
.pink-bg {
	background: #e2277b;
}
.green-bg {
	background: #34ab6e;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width : 1920px) {
	.tel {
		font-size: 3.5em;
	}
}

@media only screen and (max-width : 1860px) {
	.tel {
		font-size: 3.4em;
	}
}

@media only screen and (max-width : 1680px) {
	.logo {
		width: 13%;
	}
	.tel {
		font-size: 3.2em;
	}
}

@media only screen and (max-width : 1580px) {	
	.logo {
		width: 13.5%;
	}
	.tel {
		font-size: 2.9em;
	}
}

@media only screen and (max-width : 1470px) {
	.logo {
		margin-left: 3%;
		width: 14.6%;
	}
	.head-right {
		margin-right: 3%;
		width: 74%
	}
	.tel {
		font-size: 2.8em;
	}
	.news-wrap .img {
		width: 40%;
	}
	.news-wrap .content {
		margin: 20px 2%;
		width: 56%;
	}
}

@media only screen and (max-width : 1370px) {
	.logo {
		width: 14.4%;
	}
	.tel {
		font-size: 2.5em;
	}
}

@media only screen and (max-width : 1270px) {
	.tel .tel-wrap {
		width: 73%;
	}
	.tel .social-wrap { 
		width: 27%;
	}
	.nav ul {
		width: 80%;
	}
	#nav-btns {
		width: 20%;
	}
	#nav-btns a {
		font-size: 2em;
		padding: 8px 0;
	}
	.tel {
		font-size: 2.4em;
	}
}

@media only screen and (max-width : 1185px) {
	.logo {
		width: 16.7%;
	}	
	.tel {
		font-size: 2.2em;
	}
	.nav ul {
		font-size: 1.3em;
	}
	.nav ul li a {
		padding-bottom: 10px;
	}
	#nav-btns a {
		font-size: 1.6em;
		padding: 10px 0;
	}
}

@media only screen and (max-width : 1120px) {
	.logo {
		width: 17.8%;
	}	
	#section-links a {
		font-size: 3.5em;	
	}
	#section-links a span {
		line-height: 1.6;
	}
	.latest-news div .content {
		min-height: 400px;
	}
	.news-section {
		width: 70%;
	} 
	.sidebar {
		width: 25%;
	}
	.news-wrap .img {
		width: 100%;
	}
	.news-wrap .content {
		margin: 20px 4%;
		width: 92%;
	}
}

@media only screen and (max-width : 1000px) {
	.tel {
		font-size: 2.1em;
	}
	#nav-btns.mob-btn {		
		display: block;		
		float: right;
		width: 50%;
	}
}

@media only screen and (max-width : 965px) {	
	.logo {
		width: 19%;
	}
	.head-right {
		width: 75%;
	}
	.tel .tel-wrap {
		width: 80%;
	}
	.tel .social-wrap { 
		width: 20%;
	}
	.tel {
		width: 100%;
	}	
	.tel img {
		height: 30px;
		width: 30px;
	}
	.tel a.social {
		margin-left: 10px;
	}
	#section-links a {
		font-size: 3em;	
	}
}

@media only screen and (max-width : 800px) {	
	.logo {
		width: 23%;
	}
	.head-right {
		width: 71%;
	}
	.tel {
		font-size: 1.9em;
	}
	#section-links a {
		padding: 20px 0 0 0;
	}
	#rev_slider_1_1 .uranus .tp-bullet {
		display: none;
	}
	.latest-news div {
		margin-left: 0;
		width: 100%;
	}
	.latest-news div .content {
		min-height: 300px;
	}
	.section .two-cols,
	.section .three-cols {
		margin: 0;
	}
	.two-cols,
	.three-cols	{
		width: 100%;
	}
	.news-section {
		width: 65%;
	} 
	.sidebar {
		width: 30%;
	}
}

@media only screen and (max-width : 768px) {
	.tel {
		font-size: 1.8em;
	}
	#section-links a {
		font-size: 2.6em;	
	}
	#section-links a span {
		font-size: 0.5em;
	}
}

@media only screen and (max-width : 676px) {	
	.tel {
		font-size: 1.5em;
	}
	.tel span {
		display: block;
	}
	.logo {
		width: 33%;
	}
	.head-right {
		width: 59%;
	}
	.tel a.social:first-child {
		margin-bottom: 14px;
	}
	.tel img {
		height: 25px;
		width: 25px;
	}
	.section div {
		margin: 0;
		width: 100%;
	}
	.section div img {
		margin-bottom: 20px;
	}	
	.latest-news div .content {
		min-height: auto;
	}
	.news-section {
		width: 100%;
	} 
	.sidebar {
		margin-bottom: 20px;
		width: 90%;
	} 
}

@media only screen and (max-width : 620px) {	
	#container { 
		top: 120px;
	}
	.anchor {
		top: -110px;
	}
	.header {
		height: 120px;
	}
	#section-links li {	
		height: 30px;
	}	
	#section-links a {
		font-size: 1.4em;	
		padding: 6px 0 0 0;
	}
	#section-links a span {
		display: none;		
	}
	#section-links ul ul {
		font-size: 0.8em;
	}
	#section-links ul ul li { 
		padding: 7px 2%;
	}
}

@media only screen and (max-width : 480px) {
	#nav-btns.mob-btn {			
		width: 100%;
	}
	#nav-btns.mob-btn a {	
		font-size: 1.4em;
		padding: 5px 0;
	}
	li.event div.event-details img {
		margin-bottom: 20px;
		width: 100%;
	}
}

/*------------------------------------*\
    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;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    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;
	}
}