﻿@charset "utf-8";
/*
Main stylesheet for Hazlewoods 2015
Colors: 
Main red: #c4003a
Link blue: #3f83c4
Dark grey: #444444
Link red: #c4003a
*/

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* HTML ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*body { margin: 30px; }*/

/*body *{ border: 1px solid red;box-sizing:border-box; }*/


*{
	margin:0px;
	padding:0px;	
    outline:none;
    border:none;
}
html {
	font-size: 62.5%; /* 1em/rem = 10px */
}
body {
	font-size:15px;
	font-size: 1.5em; /* =15px */
	font-weight:400;
	background-color: #fff;
	color:#575959;
	font-family: 'Lato', Arial, sans-serif;
	display:block;	
}
p {
	font-size: 15px;
	font-size: 1.5rem; 
}
h1, h2, h3, h4, h5, h6 {
	/*letter-spacing:-0.6px;*/
	font-weight: normal;
	color:#444;
	padding:0;
	margin:0;
}
h1 {
    font-size:26px;
	font-size: 2.6rem; 
    padding:0 0 20px 0;
}
h1.breadCWrapper_header {
	padding:0;
}

h2 {
	font-size:23px;
	font-size: 2.3rem; 
	
}
h3 {	
	font-size:20px;
	font-size:2.0rem;
}
h4,h5,h6 {
	font-size:18px;
	font-size:1.8rem;
}
.col_content h1,.col_content  h2,.col_content  h3,.col_content  h4,.col_content  h5,.col_content  h6,  .InnerPage h2, .innerpage-static-banner h2, .innerpage-static-banner-slim h2, .excerpt_header {

    font-weight: bold;
}

hr {
	display:block;
	color:#000;
	background-color:#000;
	margin:25px 0;	
	height:5px;
	float:left;
	clear:both;
	width:100%;
}
p {
	margin: 0 0 1rem 0;
}
pre {
	background-color: #333333;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25) inset;
    color: #FFFFFF;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    word-wrap: normal;
	margin: .5em 0;
}
a {
    text-decoration:none;
    color:#c4003a;
}

.wysiwygCol ul li{
	list-style:square;	
    /*padding-left: 1em; 
    text-indent: -.7em;*/


}
.wysiwygCol ul li:before {
    /*content: "• ";
	content: "■"; font-family:"Arial Black";
    color: #c4003a;
	padding-right:10px;
    float:left;
    position:absolute;
    left:25px;*/
}
a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* HELPERS /////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.clear {
	clear:both;	
	display:block;
	width:100%;
}
.right {
	float:right;
	display:inline-block;
}
.left {
	float:left;
	display:inline-block;
}
.center {
	margin:auto;
	float:none;
	display:block;
}
.centerText{
	text-align:center;	
}
.rightText{
	text-align:right;	
}
.leftText{
	text-align:left;	
}
.largeText{
	font-size:2.3rem;	
}
.fullWidth {
	width: 100%;
	max-width:none;
}
.textIcon--h3 { /*Add an icon next to text H3 */
	float:left;
	margin:15px 10px 0 0;
}
.marginTop10{
	margin-top:10px;	
}
.marginTop20{
	margin-top:20px;	
}
.marginLR25{
	margin:0 25px;
}
.margin_bottom_10 {
    margin-bottom:10px;
}
.paddingBottom10{
	padding-bottom:10px;	
}
.paddingBottom20{
	padding-bottom:20px;	
}
.img100{
	width:100%;	
}
.overflowVisible{
	overflow:visible;	
}
.display--none, .display-none {
    display:none!important;
}
.display--block, .display-block {
    display:block!important;
}
.minHeight--600 {
    min-height:600px;
}
/*HELPERS*/
.vert_parent {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
    height:100%;
}
.vert_child {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.flex_parent {
  display: flex;
  flex-wrap: wrap;
}
.relative {
    position:relative;
}
.spacer10 {
    width:100%;
    display:block;
    height:10px;
}
.spacer20 {
    width:100%;
    display:block;
    height:20px;
}
.spacer30 {
    width:100%;
    display:block;
    height:30px;
}
.spacer40 {
    width:100%;
    display:block;
    height:40px;
}
.bold {
    font-weight:bold;
}
.clear:after {
    content:" ";
    display:block;
    clear:both;
}
.right {
	float:right;
	display:inline-block;
}
.left {
	float:left;
	display:inline-block;
}
.center {
	margin:auto;
	float:none;
	display:block;
}
.centerText{
	text-align:center;	
}
.rightText{
	text-align:right;	
}
.leftText{
	text-align:right;	
}
.uppercaseText {
    text-transform:uppercase;
}
.centerImg{
	margin:auto;
    display:block;
}
.largeText{
	font-size:1.8rem;	
}
.smallText{
	font-size:1.3rem;	
}
.textRight {
    text-align:right;
}
.fullWidth {
	width: 100%;
	max-width:none;
}
.margin20 {
    margin:20px;
}
.marginTop5{
	margin-top:5px;	
}
.marginTop10{
	margin-top:10px;	
}
.marginTop15{
	margin-top:15px;	
}
.marginTop20{
	margin-top:20px;	
}
.marginTop40{
	margin-top:40px;	
}
.marginLeft20{
	margin-left:20px;	
}
.marginTop100 {
    margin-top: 100px;
}
.marginRight10{
	margin-right:10px;	
}
.marginRight40{
	margin-right:40px;	
}
.marginBottom5 {
    margin-bottom:5px;
}
.marginBottom10 {
    margin-bottom:10px;
}
.marginBottom15 {
    margin-bottom:15px;
}
.marginBottom20 {
    margin-bottom:20px;
}
.marginBottom30 {
    margin-bottom:30px;
}
.marginBottom34 {
    margin-bottom:34px;
}
.marginBottom40 {
    margin-bottom:40px;
}
.marginBottom80 {
    margin-bottom:80px;
}
.marginBottom90 {
    margin-bottom:90px;
}
.paddingBottom10{
	padding-bottom:10px;	
}
.paddingBottom20{
	padding-bottom:20px;	
}
.padding10 {
    padding:10px;
}
.padding20 {
    padding:20px;
}
.padding40 {
    padding:40px;
}
.paddingLeft20 {
    padding-left:20px;
}
.paddingLeft40 {
    padding-left:40px;
}
.paddingRight40 {
    padding-right:40px;
}
.paddingTop10{
	padding-top:10px;	
}
.paddingTop20{
	padding-top:20px;	
}
.paddingTop30{
	padding-top:30px;	
}
.img100{
	width:100%;	
    max-width:initial;
}
.width100 {
    width:100%;
}
.height100 {
    height:100%;
}
.overflowVisible{
	overflow:visible;	
}
.display-none {
    display:none!important;
}
.display-block {
    display:block!important;
}
.inlineBlock {
    display:inline-block;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* COLOR SCHEME ////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.darkGrey{/*Used on the social media buttons*/
	color:#444444;
}
.greyBg{/*Used on the search BG*/
	background:#dddddd;	
}
.white{
	color:#fff;	
}
.whiteBg{
	background:#fff;	
}
.lightGreyBg{/*Used on main side bars*/
	background:#f8f8f8;	
}
.lighterGreyBg{/*Used on side bar sub menu & news side bar*/
	background:#e6e6e6;
}
.red{/*Main link red*/
	color:#c4003a;	
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* SITE LOGO ///////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.siteLogo {
	float: left;
	margin:18px 0 18px 0;
	display:block;
}
.siteLogo img {
	float: left;
	display:block;
	max-width: 235px;
	width:100%;
	position:relative;
	left:10px;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* HEADER //////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.header {
	background-color:#c4003a;
	width:100%;
	margin:auto;
	top:0;
	border: 0px none #d9d9d9;
	color:white;
	float:left;
    min-height:100px;
    
}
.header_tel_area {
	font-size:18px;
	font-size:1.8rem;
	display:block;
	margin-top:20px;
}
.header_tel_number {
	font-size:23px;
	font-size:2.3rem;
}
.header_login {
}
.header_login_btn {
	position:absolute;
	display:block;
	right:0;
	top:0;
	background: #393a40;
	padding:6px 24px;
	color:white;
	text-decoration:none;
    z-index:999;	
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* SEARCH FORM IN NAV /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.siteSearch_wrapper{
}
.siteSearch_form{
	display:block;
	width:100%;
	background:white;
}
.siteSearch_form fieldset{
	background:#dddddd;
}
.siteSearch_inputWrapper{
	overflow:hidden;width:auto;
}
.siteSearch_input{
	/*padding:12px;*/
	padding:0 12px;
	height:41px;
	border:none;
	width:100%;
	color:#444444;
	float:left;
	/*line-height:41px;*/
}
.siteSearch_btnWrapper{
	display:inline-block;float:right;position:relative;z-index:1;
}
.siteSearch_btnWrapper a, .siteSearch_btnWrapper a i{
	color:#444;	
}
.siteSearch_btn{
	background: white;
	position: relative;
	height: 41px;
	display: block;
	width: 44px;
}
.siteSearch_btn--colored{
	background:#dddddd;	
}
.siteSearch_btnWrapper a i{
	height: 100%;
	width: 100%;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* SLIDER //////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.branding {
	float: left;
	width: 100%;
	max-height:671px;
	/*margin-bottom:20px;*/
}
.branding--bg {
	background-color: #e7e6e6;
}
.brandingSlider, .row.brandingSlider {
	width: 100%;
	/*max-width: 1240px;*/
    max-width:1100px;
}
.brandingSlider img {
	/*max-width:1240px;*/
     max-width:1100px;
	display:block;
	width: 100%;
	height: auto;	
	margin:auto;
	float:none;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* FOOTER //////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.siteFooter {
	border-top: 2px solid #e7e7e7;
	background-color:#393a40;
	width:100%;
	margin:auto;
	color: #fff;
	height: auto;
	float:left;
	margin-top:20px;
}
.siteFooter a:link, .siteFooter a:visited, footer a:hover{
	color:#fff;
	text-decoration:none;
}
.footerHeader{
	display:block;
}
.footerHeaderText{
	font-size: 26px;
	font-size: 2.6rem;
	padding:20px 0;
}
.siteFooter ul{
	padding:0;
}
.siteFooter ul li{
	list-style:none;
}
.siteFooter ul li a{
	display:block;
	width:98%;
	margin:auto;
	height:auto;
	padding:0;
}
.copyrightWrapper{
	margin-top:20px;
	float:left;	
	background:#323337;
}
.copyrightWrapper_text{
	padding-top:10px;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* BREADCRUMBS /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.breadCWrapper{
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	padding:20px 0;
	box-sizing: border-box;
    margin-bottom: 20px;
}
.breadCWrapper_header{
	color:#c4003a;
	text-transform:uppercase;
	font-size:2.5rem;
	margin:0;
	padding:0;
	font-weight:700;
}
.breadCList{
	margin:0;
	padding:0;
	display:block;
	float:right;
	position:relative;
	top:5px;
}
.breadCList_li{
	display:block;
	float:left;
	margin-right:5px;
}
.breadCList_a{
	display:block;
	float:left;
	text-decoration:none;
	color:#c4003a;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* VERTICAL NAV MENU ///////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.vertMenuWrapper{
	background:#f1f2f2;	
}
.vertMenuWrapper_ul, #menu{
	box-sizing:border-box;
	/*width:100%;*/	
	padding: 0 10px;
}
.menuon .vertMenu_subMenu {
    display:block;
}
.vertMenuWrapper_li, .menuoff, .menuon {
	display:block;
	list-style:none;
}

.vertMenuWrapper_a, .menuoff a, .menuon a{
	color:#575959;
	text-decoration:none;
	font-size:1.6rem;
	padding:5px 15px;
	display:block;
	background-image:url(../images/arrow-li-right.png);
	background-repeat:no-repeat;
	background:url(../images/arrow-li-right.png) no-repeat 5px 10px;
}
#left_nav #menu li.menuoff ul {
    display: none;
}
#left_nav #menu li.menuon ul {
    display: block;
}
.menuon a:nth-of-type(1) {
    /*color:red;*/
}
.vertMenu_subMenu{
	display:none;
	background:#e6e6e6;
    margin:0 0 0.5em 0;
    padding:0 0 0 1em;
}
    .vertMenu_subMenu a {
        font-size:90%;
    }
.vertMenu--current{
	color:#c4003a!important;	
	/*background:url(../images/arrow-li-down.png) no-repeat 1px 15px;*/
}
.vertMenu--current > .vertMenu_subMenu {
    display:block!important;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* EXCERPTS ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.excerpt_header{
	display:inline-block;
	float:left;
	padding:0;
	margin:11px 0;
}
.excerpt_header_link{
	float:right;
	color:#c4003a;
	text-decoration:underline;
	display:inline-block;
	padding:0;
	margin:11px 0;
    display:none; /* ** added 13-05-2015 to hide 'See all news' link ** */
}
.excerpt{
	margin-bottom: 30px;
}
.excerpt--borderBottom{
	margin-bottom:10px;
	border-bottom:1px solid #dfdfdf;
}
.excerpt_date{
	font-size:11px;
	font-size:1.1rem;
	clear:both;
}
.excerpt_sub_header{
	color:#c4003a;
	font-size:18px;
	font-size:1.8rem;
	display:inline-block;
	width:100%;
	margin:0;
}
.excerpt_sub_header a{
	color:#c4003a;
	text-decoration:none;
}
.excerpt_text{}
.excerpt_link{
	color:#c4003a;
	text-decoration:none;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* LINK LISTS //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.linkList{
	margin:20px auto;
	display:block;
	width:90%;
}
.linkList li {
	list-style:none;	
}
.linkList li a {
	display:block;
	width:100%;
	border-bottom:1px solid #efefef;
	color:#000;
	color:#0098ee;
	text-decoration:none;
	padding:15px 0;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* HOMEPAGE FORMS ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

form {
	display:block;
	/*background:#dddddd;*/
}
select, input {
	border:none;	
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}
.homeForm {
	padding:5%;
	color:#444444;
	padding-bottom:40px;
	display:block;
	background:#dddddd;
    min-height:100px;
}
.homeForm select, .homeForm input {
	padding:12px;
	width:100%;
	position:relative;
}
.homeForm p {
	margin:0px;
	padding:0px;	
}
.homeForm header {
	font-size:24px;
	font-size:2.4rem;
	font-weight:bold;
	clear:right;
	width:60%;
}
.homeForm label {
	font-size:18px;
	font-size:1.8rem;
}
.homeForm header, .homeForm label {
}
.homeForm label {
}
.dropDownLgIcon {
	margin:8px 10px 0 0;
}
.homeForm_searchInput{
	position:relative;
	/*float:left;*/
	width:100%;	
}
.homeForm_searchInput_Icon{
	position:absolute;
	right:-5px;
	top:27px;
	padding:15px;
	display:block;
}
.homeForm INPUT{
	padding:0 12px;	
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* RESP FORMS ///////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

input, textarea, select {
   box-sizing: border-box;
}
select {}

select::-ms-expand {
    display: none;
}
input[type=checkbox] {
   border:1px solid #aaaaaa;
}
.respForm, .respForm_label, .respForm_input, .respForm_textarea, .respForm_btn {
    font-family: /*'Lato',*/ Arial, sans-serif;
    -webkit-box-sizing : border-box;
    -moz-box-sizing : border-box;
    box-sizing : border-box;
}
select.respForm_input, input.respForm_input {
    height:38px;
}
option {
    padding:0;
    min-height:inherit;
}
.respForm_input, .respForm_textarea {
    border: 1px solid #bdc3c7;
    padding: 9px 15px;
    width:100%;
}
.respForm_input--1-2 {
    width:50%;
}
.respForm_label {
    font-size:1.2em;
    padding-left:0;
    display:block;
}
.respForm_btn {  
    border: 3px solid #c4003a;
    background-color: #c4003a;
    color: #fafafa;
    padding: 8px 23px ;
    line-height:16px; 
    cursor:pointer;
    margin-top:10px;
    display:inline-block;
}
.respForm_btn--mTop {
    margin-top:10px;
}
.respForm--1-2 {
    width:48%;
    float:left;
    margin: 0 2% 10px 0;
    display:block;
}
.respForm--1-1 {
    width:98%;
    float:left;
    margin: 0 2% 10px 0;
    display:block;
}
.respForm--offset-1-2 {
    margin-right:50%;
}
.respForm--last {
    margin-right:0;
}
.respForm--1-2.respForm--last {
    width:50%;
}
.respForm--1-1.respForm--last {
    width:100%;
}
.respFormRegBox {
    margin:20px auto;float:none;
}

/*Login boxes with borders*/

.border-box {
    border:1px solid #ddd;
    padding:0px;
    margin-bottom:20px;
    position:relative;
	box-sizing:border-box;
}
.border-box--color {
    border:1px solid #c4003a;
}
.border-box--noPadding {
    padding:0px;
}
.border-box--login {
    min-height:210px;
}
.border-box--login p {
	padding:25px 0 10px 0;
}
.fgt_pass {
    position:absolute;
    left:20px;
    bottom:20px;
}
.border-box--login .respform {
    margin-top:20px;
}
.border-box--fxdHght {
    min-height:460px;
}
.respForm_btn--btmRight {
    position:absolute;
    right:20px;
    bottom:20px;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* SOCIAL MEDIA ////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.twitterNewsCol{}
.twitterNewsCol article{}

.socialMediaBtns_txt{
	display:inline-block;
	padding:10px 0;	
}
.socialMediaBtns_btn{
	padding: 20px 0;
	display: block;
	margin: auto;
	width: 20px;
	float:right;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* BUTTONS /////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.backToTop{
	background:#c4003a;
	display:block;	
	height:100%;
	min-height:50px;
	width:100%;
}
.backToTop_btn{
	background:#c4003a;
	background-image:url(../images/btn-back-to-top.png);
	background-position:top center;
	display:none;	
	height:100%;
	min-height:60px;
	width:100%;
	max-width:60px;
	float:right;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	transition: all .3s ease-out;
}
.backToTop_btn:hover{
	background-position:bottom center;
}
.ulMenu {
    width:100%;
    padding:0;
}
.wysiwygCol ul li.ulMenu_li:before {
    content:none;
}
/*.wysiwygCol, .wysiwygCol span, .wysiwygCol p, .wysiwygCol ul li, .wysiwygCol div   ,   .col1-2 p, .col1-2 ul li, .col1-2 div {
    font-family: 'Lato', Arial, sans-serif!important;
    
}
    .wysiwygCol span, .wysiwygCol p , .wysiwygCol strong {
        font-size:1.6rem!important;
    }
        .wysiwygCol span.search_term {
            font-size:inherit!important;
        }

.wysiwygCol span.red_title {
    font-size: 2.3rem!important;
}*/
    .wysiwygCol img,  .wysiwygCol iframe {
    
    max-width:100%!Important;
    }
    .wysiwygCol span img {
    
    max-width:inherit!important
    }

#ctl00_ContentPlaceHolder1_dvPanelRight img{
    max-width:100%!Important;
}
.inner_box table{
width: 100%!important;

}
.wysiwygCol ul li.ulMenu_li{
    float:left;
    list-style:none;
}
.btn {
    background: white;
	float:left;
	display: block;
	width: auto;
    padding:7px 1.3rem;
    border:2px #000 solid;
    text-transform:uppercase;
    color:#000;
    text-decoration:none;
    margin:0 0 20px 10px;
    font-size:90%;
}
.btn:hover, .btn--current {
    border-color:#c4003a;
    color:#c4003a;
}

.btn2 {
    background:#c4003a;
	display:inline-block;
	width: auto;
    padding:7px 2rem;
    text-transform:uppercase;
    color:#fff;
    text-decoration:none;
    margin:1em 0.5em;
    font-size:90%;
}
.btn2:hover, .btn2--current {
    background:#000;
    color:#fff;
}


.form_field_news_search_btn {
    margin:25px 0 0 5px;
}
.form_field_news_search {
    padding: 0 12px;
    width: 150px;
    height: 20px;
    border: none;

    color: #444444;
    float: left;

    margin-top: 25px;
}

.header a.phone[href^=tel]:link { color:#fff; }

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* MODIFIERS ///////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.logoSmall{
	width:100%;
	max-width:163px;
	margin-top:5px;
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: 2em;
	text-align: center;
}
.colHeader{
	padding:4px 10px;
	margin:0;
	display:block;
}
.colHeader--reverse{
	color:#fff;
	background:#c4003a;
}
.colHeader_icon{
	float: left;
	margin: 5px 10px 0 10px;
	color:#fff;
}
.header_tel{
	margin-top:10px;	
}
.col--selectBoxes_headerWrapper{
	width:100%;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* jQuery UI Accordion /////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.ui-accordion{/*The outer container of the accordion.*/
}
.ui-accordion p{
	margin:0;
	padding: 10px 0px;
}
.ui-accordion-header{/*The headers of the accordion.*/
	background-color: #c4003a;
	color: white;
	margin:0;
	border-bottom:1px solid #f1f2f2;
	font-size:2.3rem;
	padding:4px 10px;
	cursor:pointer;
}
.ui-accordion-content{/*The content panels of the accordion.*/
	background-color:#f1f2f2;
	overflow:hidden;
}
ui-icon-circle-arrow-e {
	background-image:url(../images/arrow-li-down.png) !important;
	background-repeat:repeat;
	background-size:20px;
    width:20px;
    height:20px;
}
.ui-accordion-header-icon{
	display:inline-block;
}
.ui-icon.iconOpen {
    background:url(../images/arrow-large-down.png) no-repeat;
 	width:20px;
    height:20px;
	position: relative;
	left: 94%;
	top: 5px;
}
.ui-icon.iconClosed {
    background:url(../images/arrow-large-right.png) no-repeat;
	width:20px;
    height:20px;
	position: relative;
	left: 95%;
	top: 5px;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* CTA, BANNERS, ADVERTS, WEBSITE SPECIFIC SECTIONS ////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.bannerAdvert img{
	max-width:820px;
	width:100%;
	float:left;
	
	background:#c4003a;
}
.ctaBoxImg{
	width:100%;	
	height:auto;
	max-width:387px;
}
.col_content .staffBox {
    overflow:hidden;
}
.staffBox{
	background:#fff;
    background:#f1f2f2;
	border:1px solid #f1f2f2;
	box-sizing:border-box;
	margin-bottom:20px;
}
.staffBox_img{
    /*width:20%;*/
    float:left;

}
.staffBox_img img {
    min-height:80px;
    max-height:80px;
    display: block;
    float: left;
    width: 60px;
}
.staffBox_text{
	display:block;
	float:left;
	width:100%;
	background-color: #f1f2f2;
	box-sizing:border-box;
	padding:10px 0 10px 10px;
    width:auto;
}
.staffBox_name{
	margin:0;
	font-weight:bold;
}
.staffBoxSideCol_text img{
    float:left!important;
    display:block;
    margin-right:10px;
}
.staffBoxSideCol_text .staffBoxSideCol_a{
    width: 60px;
    height: 80px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.staffBox_link{
	text-decoration:none;
	color:#c4003a;
}
.staffBoxSideCol{
	overflow:hidden;
	background:#fff;
	    margin: 5px 5px 5px;
	border:1px solid #f1f2f2;
	box-sizing:border-box;
    padding: 0 5px 5px 15px;
}
.staffBoxSideCol_text{
	margin-top:10px;
}
.staffBoxSideCol_link{
	font-size:1.1rem;
	text-decoration:none;
	color:#c4003a;
}

.telephone_fax				{ font-size: 80%; color: #ca003b; font-weight: bold; }
a.map_link:link, a.map_link:visited, a.map_link:active { font-weight: bold; font-size: 80%; color: #ca003b; text-decoration: none; }
a.map_link:hover { font-weight: bold; font-size: 80%; color: #ca003b; text-decoration: underline; }
.contact_form {
}
.contact_box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.25em 0;
    padding:0.25em 0 0 0;
    border-bottom:1px solid #dddddd;
}
#cookiealert {
    z-index: 999999!important;
    display: block;
    position: fixed!important;
    float: left;
    height: auto;
    width: 100%!important;
    margin:0!important;
    color: rgb(255, 255, 255);
    padding: 5px!important;
    background: rgb(128, 128, 128);
    bottom: 0!important;
}
.addressSection{float:left;border:1px solid grey;min-height:260px;margin-bottom:10px;}
.addressSection div{width:100%;float:left;padding:5px;box-sizing:border-box;font-size:90%;}
.addressSection--office{display:block;background:#ca003b;color:white;font-weight: bold;}
.addressSection--address{margin-bottom:15px;}
.addressSection_colorText{color: #ca003b;font-weight: bold;}
.addressSection--link{font-weight: bold;font-size: 12px;color: #ca003b;text-decoration: none;}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* View more areas /////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


#more_info_button_close {
	position: relative;
	width: auto;
	height: auto;
	float: left;
	z-index: 100;
	margin: 10px 0 0 2px;
	display: none;
	clear: both;
	text-decoration:none;
}
#more_info_button_open {
	position: relative;
	width: auto;
	height: auto;
	float: left;
	/*z-index: 1;*/
	margin: 20px 0 0 2px;
	clear: both;
	text-decoration:none;
    box-sizing: border-box;

    background-color: #c4003a;
    color: white;
    
    border-bottom: 1px solid #f1f2f2;
    font-size: 2.3rem;
    padding: 4px 10px;
    cursor: pointer;
    width:100%;
}
    #more_info_button_open a {
    color:#fff;
    font-weight:normal;
    }



#view_more, #view_more_2, #view_more_3, #view_more_4, #view_more_5 { position: relative; float:left; height:auto; width: 100%; display: none; text-decoration:none; }
.view_more_buttons { margin: -10px 0 -10px 0; font-size: 11px; color: #656869; font-weight: bold; }

/* mobileNav Style Sheet */
/* Applies styles to the navigation icon such as a hamburger & the drop down menu list */

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* MOBILE NAVIGATION DROP DOWN & BTN ///////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* NAVIGATION //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.siteNav {
	float:left;
	width:100%;
	background:white;
	height:60px;
    /*text-transform:capitalize;*/
    position:relative;
    z-index:99;
}
.siteNav ul {
	margin:auto;
	padding:0;
}
.siteNav ul li {
	list-style-type:none;
	float: left;
	/*position:relative;*/
}
.siteNav ul li a:link, .nav ul li a:visited {
	height:60px;
	line-height:60px;
	display: inline-block;
	float: left;
	text-decoration:none;
	color:#666666;
	font-size:14px;
	font-size:1.45rem;
	padding-right: 0.45em;
	padding-left: 0.45em;
}
.siteNav ul li a:hover{
	color:#ca003b;
    background:#F9F9F9;
}
ul li a.navSettings{
	background-image:url(../images/icon-settings.png);
	background-repeat:no-repeat;
	background-position: 7px 12px;
	padding-left:15px;
	padding-right:15px;
}
nav .siteNav ul li a.current{
	color: red;
	cursor:default;
}
.mobileNav_Btn{
	display:none;		
}
.mobileNavDisplay{
	display:none;	
}
.bread_crumb_link,.bread_crumb_link:visited {
    color:#c4003a;
}

/* main nav drop down menu */

.siteNav ul li ul{
	display:none;
}
.siteNav ul li:hover ul{
	display:block;
}

.siteNav ul li ul.dropdown li ul.dropdown{
	display:none;
}

/*.siteNav ul li ul.dropdown li:hover ul.dropdown{
	display:block;
}*/
.dropdown{
	width: auto;
    width:100%;
	background: #F9F9F9;
	position: absolute;
	top: 60px;
    left:0px;
	z-index: 99999;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
	padding: 15px;
    z-index:999;
}
ul.dropdown li{
	display:block!important;
	float:left;
	width:33.3333333%;
	padding:0;  
    position:relative;
}
ul.dropdown li li {
    width:250px;
}
.nav ul.dropdown li a {
    height:auto;
    line-height:110%;
    width:90%;
    float:left;
    display:inline-block;
    clear:both;
    position:relative;
    padding:1em 5%;
}
.nav ul.dropdown li a:hover {
    background:#e6e6e6;
    color:#c4003a;
}
.nav ul.dropdown .dropdown li:first-child {
    background:none;
    position:absolute;
    left:-20px;
}
.nav ul.dropdown .dropdown li a {
    height: auto;
    line-height: 110%;
    padding:0.8em 5%;
}
.nav ul.dropdown .dropdown li a:hover {
    background:#dddddd;
}
.dropdown--show{
	display:block;	
}
.mobileNav_dropDownTrigger{
	background:url(../images/mobileNav-arrow-menu.png);
	background-position:center;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
	display:none;		
}
.mobileNav_dropDownTrigger--up{
	background:url(../images/mobileNav-arrow-down.png);
	background-position:center;
	background-repeat: no-repeat;
	background-color:#890028;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
	display:none;	
	background-color:#AB0536;
    background-color:#e6e6e6;
}
.dropdown .mobileNav_dropDownTrigger--up{
	background-color:#88042B;
    background-color:#dddddd;
}

.dropdown .dropdown{
	width: auto;
	/*min-width: 250px;*/
    background:#E5E5E5;
	position: absolute;
	left: 220px;
    top:0px;
	z-index: 99999;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
	padding: 0;
  
}
ul#mobileNav li:before {

}
.siteNav ul.mobileNav li a:link, .siteNav ul.mobileNav li a:visited {
	font-size:18px;
	font-size:1.8rem;
    width:100%;
}
/* client login  drop down menu */
.header_login_btn ul{
	display:none;
}
.header_login_btn:hover ul{
	display:block;
}
.dropdown--client{
	width: auto;
	background: #393a40;
	position: absolute;
	top: 16px;
    right:0;
	-webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.75);
	padding: 5px;
}
ul.dropdown--client li{
	display:block;
	float:left;
	width:100%;
	border-bottom:1px solid #E5E5E5;
	padding:5px 0;
}
    ul.dropdown--client li a {
    color:#fff;
    padding:5px;
    width:100%;
    display:block;
    }
ul.dropdown--client li:last-child{
	border-bottom:none;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Budget feed /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.budget_feed{
	/*max-width:450px;*/
    width:100%;
	/*padding:5px 45px;*/
	border:1px solid #ccc;
	max-height:500px;
	overflow-y:auto;
    max-width:923px;
    padding:0;
}
.budget_feed_intro{
	/*max-width:542px;*/
    width:100%;
	height:30px;
	background:url(../images/loading-sml.gif) right no-repeat #333;
	background-position: 510px 3px;
	display:block;
	color:#FFF;
	line-height:30px;
	padding:0;
	margin:12px 0 0 0;
}
.budget_feed_intro strong{
	display:inline-block;
	width:40px;
	background:#cd023c;
	text-align:center;
}

.whats_new_header			{ font-size: 22px; color: #ca003b; }
.whats_new_title			{ font-size: 12px; color: #ca003b; }

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* News feed ///////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
a.news_link:link, a.news_link:visited, a.news_link:active { font-weight: bold; font-size:1.5rem; color: #ca003b; text-decoration: none; }
a.news_link:hover { color: #898989; text-decoration: underline; }

a.news_title_link:link, a.news_title_link:visited, a.news_title_link:active { font-weight: bold; font-size:1.5rem; color: #cd023c; text-decoration: none; }
a.news_title_link:hover {color: #898989; text-decoration: underline; }

.newsIntro
{
	background:#EEEEEE;
}
.news_intro
{
	margin-top:4px;
}
.news-intro-area {
    max-width:80%;
    float:left;
}
.news_intro_text
{
	margin:5px;
}
.news_date {
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 0px 5px 0px;
}
.news_pagination {
	position: relative;
	width: auto;
	height: auto;
	float: right;
	margin: 1px 10px 0 0;
}
.search_info_pagination {
	position: relative;
	width: auto;
	height: auto;
	float: right;
	margin: 0 0 5px 0;
}
a.pagination_off:link, a.pagination_off:visited, a.pagination_off:active {
	position: relative;
	float: left;
	height:8px;
	width:auto;
	margin: 4px 1px 1px 1px;
	padding: 1px 1px 1px 3px;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
	z-index:1000;
}
a.pagination_off:hover {
	color: #cd023c;
}
.pagination_on {
	position: relative;
	float: left;
	height:8px;
	width:auto;
	margin: 4px 1px 1px 1px;
	padding: 1px 1px 1px 3px;
	font-size: 12px;
	color: #cd023c;
	background-color: #fff;
	text-decoration: none;
	text-align: center;
	z-index:1000;
}
a.pagination_text:link, a.pagination_text:visited, a.pagination_text:active {
	position: relative;
	float: left;
	height:8px;
	width:auto;
	margin: 4px 1px 1px 1px;
	padding: 1px 1px 1px 3px;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
	z-index:1000;
}
a.pagination_text:hover {
	height:8px;
	width:auto;
	margin: 4px 1px 1px 1px;
	padding: 1px 1px 1px 3px;
	font-size: 12px;
	color: #cd023c;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
	z-index:1000;
}
a.pagination_text_on:link, a.pagination_text_on:visited, a.pagination_text_on:active {
	position: relative;
	float: left;
	height:8px;
	width:auto;
	margin: 4px 1px 1px 1px;
	padding: 1px 10px 1px 3px;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
}
a.pagination_text_on:hover {
	height:8px;
	width:auto;
	margin: 4px 1px 1px 1px;
	padding: 1px 10px 1px 3px;
	font-size: 12px;
	color: #cd023c;
	text-decoration: none;
	background-color: #fff;
	text-align: center;
}
.pagination_spacer {
	position: relative;
	float: left;
	width: 15px;
	height: auto;
	margin: 1px 1px 1px 1px;
	padding: 0 3px 3px 3px;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	text-align: center;
}
.grey_line {
margin: 5px 0 5px 0;
border-bottom: solid 1px #dddedc;
border-top: solid 1px #fff;
clear: both;
}

/* searchNav Style Sheet */
/* Applies styles to a search icon such as a magnifying glass & the drop down form field menu */

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* searchNav MOBILE SEARCH DROP DOWN & BTN /////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.searchNav_btn{
	display:none;	
}
.searchNav_wrapper{
	display:block;
	width:100%;
	background:#c4003a;
	float:left;
	padding-bottom:10px;
    position:absolute;
    left:-10000px;
}
.searchNav_wrapper .siteSearchForm{
	background:none;
	width:96%;
	max-width:96%;
	padding:2%;
	display:block;
	height:30px;
}
.searchNav_wrapper .siteSearchInput{
	width:80%;
	background:white;	
}
.searchNav_wrapper .siteSearchButton{}

.archive {
    margin:1em 0 0 0;
    padding:0 0 0.5em 0;
    list-style:none;
    border-bottom:1px solid #ccc;
    }
.toggle-dropdown {
    width:100%;
    background: url(../images/arrow-right.gif) no-repeat right top;
    display:block;
}
.toggle-dropdown:hover {
    cursor:pointer;
    color:#c4003a;
}
.arrow-bottom { background: #fff url(../images/arrow-bottom.gif) no-repeat right top;}

.sub-archive {
    margin:0;
    padding:0;
    list-style:none;
    display:none;
    margin-bottom:-0.5em;
}
.sub-archive li {
    padding:0.25em 0; 
    border-bottom: 1px dotted #ddd;
}
    .sub-archive li:first-child {
        margin-top:0.5em;
        border-top: 1px dotted #ddd;
    }
    .sub-archive li:last-child {
        border-bottom:0;
    }
.sub-archive li a {
    font-size:90%;
    line-height:125%;
    display:block;
}
.sub-archive li a:hover {
    text-decoration:underline;
}

/*date - news and publications*/
.date {
    float: left;
    max-width: 20%;
    min-height: 40px;
    height: 100%;
    text-align: center;
    color: #fff;
    background: #898989;
    margin-right: 1em;
    margin-top: 4px;
    padding: 10px;
}
.date span { display:block; width: 45px;  text-align:center;  }
.date .date-day {
    display: block;
    font-size: 20px!important;
    font-weight: bold;
    line-height: 4px;
    margin: 0;
    padding: 6px 0 0 0;
    text-align: center;
}
.date .date-month {
    display: block;
    font-size: 12px!important;
    line-height: 16px;
    margin: 0;
    padding: 4px 0 0 0;
    text-align: center;
}
.date .date-year {
    display: block;
    font-size: 11px!important;
    line-height: 4px;
    margin: 0;
    padding: 2px 0 0 0;
    text-align: center;
}

.taxCalendar .area100 {
    display:block;
    width:100%;
    clear:both;
    float:none;
    margin:1em 0;
    padding:0.5em 0;
}
.taxCalendar h2 {
    margin-top:1em;
}
.taxCalendar .date{
    background:#c4003a;
    width:100%;
    max-width:80%;
}
.taxCalendar .date span {
    width:100%;
    text-align:center;
}
a.calendarMonthLink {
    border:1px solid #c4003a;
    display:block;
    padding:0.25em 0 0.75em 0.25em;
    margin-bottom:0.75em;
    color:#444;
}
a:hover.calendarMonthLink {
    background:#c4003a;
    color:#fff;
}
.tax-cal-content {
    display:block;
    margin-bottom:1em;
    min-height:80px;
}

.tax-cal-content p.topLink {
    text-align:right;
    margin:0;
    font-size:80%;
}
.taxCalendar hr {
    height: 1px;
    color: #dddddd;
    background: #dddddd;
    font-size: 0;
    border: 0;
    margin:0;
    padding:0;
    display:block;
}
hr {
    height: 1px;
    color: #dddddd;
    background: #dddddd;
    font-size: 0;
    border: 0;
}
.staff-profile-page .area33 {
    text-align:right;
}
.staff-profile-page img{
    border:1px solid #e6e6e6;
}
.TwitterLink {
    padding:0.5em 0;
}
.TwitterLink a {
    display:inline-block;
}
.TwitterLink a:hover {
    color:#000;
    text-decoration:none;
}
.TwitterLink a img {
    opacity:0.8;
}
.TwitterLink a:hover img {
    opacity:1;
}

.homecontactbuttons {
    text-align:center;
    display:block;
    width:100%;
}
.homecontactbuttons .btn2 {
    font-size:110%;
}

.Publication_Layout h3 {
    font-size:1.5rem!important;
}


.mobileShow {
    display:none;
}



.menuShowHide {
    display:none;
}
.divLeftNavHide {
    display:block;
}





.socialMediaBtns div {
  margin:0;
}

/* NEW STYLES AUGUST 2016 - Added by TJ */
.innerpage-static-banner-slim {
    max-height: 300px;
}
.innerpage-static-banner {
    position:relative;
    height:auto;
    margin-bottom:1em;
}
.innerpage-static-banner h2, .innerpage-static-banner-slim h2{
    position: absolute;
    top: 2rem;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    font-size: 2.2em;
    text-decoration: none;
}
.innerpage-static-banner img,.innerpage-static-banner-slim img{
    position:relative;
    z-index:1;
}
.intro {
    text-align:center;
    font-size:1.6em;
    margin-bottom:1rem;
}

.InnerPage h2 , .sectionHeader, .title{
    text-align: center;
    margin-bottom: 0.5em;
    padding-bottom:0.5em;
    position:relative;
    /*float: left;*/
    width: 100%;
    font-size: 2.3rem;
    font-weight: bold;
}
    

.InnerPage h2:before, .sectionHeader:before, .title:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    border-bottom: 1px solid;
        max-width: 55rem;
        left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.InnerPage .clear {
    padding:.1rem 0;
}

.newButton {
    display:block;
    text-align:center;
}
.newButton a{
    background:#323337;
    color:#fff;
    padding: 0 0 0 0.75em;
    line-height:1em;
    margin:0;
    display:inline-block;
}
.newButton a:hover {
    background:#000;
}
.newButton a::after {
    content:">";
    background:#c4003a;
    display:inline-block;
    padding:0.75em;
    line-height:1em;
    margin-left:2em;
}

.PDFdownload:first-of-type {
    margin-top:1.5em;
}
.PDFdownload img{
    display:inline-block;
        max-width: 4.2rem;
    padding-top:0.25em;
    width: 100%;
}
.PDFdownload .pubTitle{
    display:block;
    font-size:1.4em;
    margin-top:0;
    padding-top:0;

}
/*FAQ LIST FOR CMS*/
ul.faq {
    padding:0;
    width: 100%;
    float: left;
}

ul.faq li {
    list-style:none;
     margin-left: 40px;

    position: relative;
    margin-bottom:10px;
}

ul.faq li:nth-child(odd) { font-weight:bold; }
ul.faq li:nth-child(even) { }

    ul.faq li:before, ul.faq li:after { font-size:2rem;position:absolute;    left: -40px;top: -5px;}

ul.faq li:nth-child(odd):before { content: "\0051 .";}
ul.faq li:nth-child(even):before { content: "\0041 .";}

ul.faq li:nth-child(2n) {
        margin-bottom:10px;
}
/*SIDE BUTTONS*/
.bttBtn-wrapper {
    position:fixed;
    right:0;
    bottom:100px;
    z-index: 99;
    display:none;
}
.sideBtn-wrapper {
    position:fixed;
    right:0;
    top:300px;
    z-index: 99;
}
.sideBtn {
    display:block;
    width:200px;
    background:red;
    color:white;
    font-size: 2rem;
}

.sideBtn .span{
    display: block;
    float: left;
}
.sideBtn:nth-child(1) {
background:#c3003a;
}
.sideBtn:nth-child(2) {
background:#2184c5;
}
.sideBtn:nth-child(3) {
background:#323337;
}
.sideBtn, .sideBtn .span, .sideBtn .fa {
    line-height: 60px;
    height: 60px;
        right: -140px;
    position: relative;
       -webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
transition: all .5s ease-out;
}
.sideBtn .fa{
    font-size: 3rem;
    width: 60px;
    float: left;
    left: 0;
}
.sideBtn:hover{
   right:0;
   -webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
transition: all .5s ease-out;
}
/*TWITTER*/
.section-twitter iframe .timeline-Tweet-text {
    font-size: 25px!important;
    line-height: 30px!important;

}
.twitter-tweets {
    
}
.section-twitter .column_Inner_Padding  {
    max-width: 660px!important;
    margin: auto!important;

}
.section-twitter iframe {
    display:block!important;
    margin: auto!important;

}
.section-team img{
    display:block;
    margin:auto;
}

.section-team img{
    /*width:100%;
    max-width:600px;*/
}
/*vertical align side buttons all devices*/

    /*.v-parent-element {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .v-element {
        position: fixed;
        top: 50%!important;
        transform: translateY(-50%);
    }*/

.sideBtn-btt-footer {
    display:none;    background: #c3003a;
}
/*Downloads sections*/
.column_Inner_Padding, .columnInnerPadding {
    margin: 0 10px;
    width:100%;
    height:100%;
}
.area-downloadsWrapper{
    font-size: 1.3rem;
}
 .area-downloadsWrapper h1{
    margin-bottom:20px;
    color:black;
}
.area-downloadsWrapper h2{
        margin-bottom: 25px;

    width: 100%;
    display: block;
    float: left;
}
.area-downloadsWrapper a{
    color:black;
    font-weight:bold;
}
.area-brochures {
    margin-bottom:20px;
}
.area-brochures .area16, .area-brochures .area33{
        margin-bottom: 20px;
    /*min-height: 350px;*/
}
.area-brochures .area16 img, .area-brochures .area33 .youTube{
    margin-bottom:10px;
    width: 100%;
    /*box-shadow: 0px 7px 22px -4px #232323;*/
}
.area-brochures-img:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}
.area-brochures-img {
  /*-webkit-box-shadow: 0px 3px 6px 0px #928e8e;
  -moz-box-shadow:    0px 3px 6px 0px #928e8e;
  box-shadow:         0px 3px 6px 0px #928e8e;*/
}
.youTube {
	position: relative;
	max-width:560px;
    padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
    /*padding-top: 0;*/
   
    /*height: 0;*/ 

   
    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; 


}



.youTube iframe,
.youTube object,
.youTube embed,
.youTube .wistia_embed
 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important; 
    height: 100%!important; 


}

/*Wistia height fix -Ross*/
.w-chrome > div > div + div{
  
    height:100%!important;
}
.slick-prev:before, .slick-next:before {
    color: #393320;
}
.slick-slider .area33{
    max-width:none; 
    width: auto;
    margin:auto;
 margin-bottom: 20px;
}
.videoSlider, .publicationSlider {
 float: left;
  width: 100%;
}
.publicationDate {
    background: #e8e8e8;
    color: black;
    padding: 3px;

    float: right;

}
.publicationSlider  .slick-slide .columnInnerPadding{
    position: relative;
    height: 100%;
    width:auto;
}
.slick-slide .columnInnerPadding{
    width:auto;
}
.publicationLink {
    display: block;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* general */
#form1 {
    overflow-x:hidden;
    margin-bottom:0;}

.input-wrap,
.input-wrap-group,
.input-wrap-captcha,
.input-wrap-btn {
    margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;
    padding-right:0; padding-left:0; 
    position:relative;}

.input-wrap,
.input-wrap-captcha,
.input-wrap-btn {
    margin-bottom:1.2rem;}

.input-wrap {
    display: flex;
    align-items: center; }

/* form validation */
.input-wrap-validationSummary {}
.input-wrap-validationSummary ul {
    margin:0;
    padding:0;
    list-style-type:none; }

    .input-wrap-validationSummary ul li {
        padding-right:1.2rem; }

        .input-wrap-validationSummary ul li:before {
            content:"*";
            margin-right:1.5rem;
            color:red; }

.input-wrap span {
    width:auto; 
    text-align:center; 
    position:absolute; 
    top:0.4rem;
    right:1.6rem; 
    color:red;}

/* form types */

/* form types - reset */
.input-wrap input[type=checkbox],
.input-wrap .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    /*appearance: none;*/ }

/* form types - general */
.input-wrap { 
    line-height:4.6rem;
    font-size: 1.6rem;}

.input-wrap input,
.input-wrap select,
.input-wrap textarea {
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 100%;
    padding: 0 1.2rem;
    display:block;
    line-height:4.6rem;
    height:4.6rem;
    outline:none;
    color:inherit; }

::-webkit-input-placeholder {
    color: inherit;}
:-moz-placeholder {
    color: inherit;  }
::-moz-placeholder {
    color: inherit;  }
:-ms-input-placeholder { 
    color: inherit;  }

    .input-wrap input:hover,
    .input-wrap input:focus {
        border-color:#0082c3;}
/* form types - textarea */
    .input-wrap textarea {
        height:auto;
        padding-top:1rem;
        padding-bottom:1rem;
        line-height:2.6rem;
    }

/* form types - checkbox */
.input-wrap input[type=checkbox] {
    display:inline-block;
    width:2.6rem;
    height:2.6rem;
    margin-right:1.2rem;
    position:relative; }

.input-wrap input[type=checkbox]:checked {
    }

.input-wrap input[type=checkbox]:checked + label {
    }

.input-wrap input[type=checkbox]:checked:before  {
    content: "\2713"; 
    height:1rem; 
    position:absolute; 
    top:-1rem; 
    left:0.7rem; }

/* form types - button */
.input-wrap-btn .btn {
    display:inline-block;
    cursor:pointer;
}
.input-wrap-group-search {
    background: #dddddd; padding: 5px; box-sizing: border-box; float: left; margin-bottom: 20px;
}
/* form layout */
/* Larger than mobile */
@media (min-width: 480px) {

    .input-wrap-group-horiz .input-wrap {
    margin-bottom: 0;
}

    .input-wrap-group {
        display:flex;
        width:100%;
        flex-wrap: wrap;
        flex-direction: row;
        -webkit-justify-content: space-between; 
         justify-content: space-between; }

    .input-wrap-group > div {
        width:calc(50% - 0.6rem); }

        .input-wrap-group .col-1 {
            width:calc(8.3333333333% - 0.6rem);
        }
        .input-wrap-group .col-2 {
            width:calc(16.66666666667% - 0.6rem);
        }
        .input-wrap-group .col-3 {
            width:calc(25% - 0.6rem);
        }
        .input-wrap-group .col-4 {
            width:calc(33.3333333333% - 0.6rem);
        }
        .input-wrap-group .col-5 {
            width:calc(41.66666666667% - 0.6rem);
        }
        .input-wrap-group .col-6 {
            width:calc(50% - 0.6rem);
        }
        .input-wrap-group .col-7 {
            width:calc(58.3333333333% - 0.6rem);
        }
        .input-wrap-group .col-8 {
            width:calc(66.66666666667% - 0.6rem);
        }
        .input-wrap-group .col-9 {
            width:calc(75% - 0.6rem);
        }
        .input-wrap-group .col-10 {
            width:calc(83.3333333333% - 0.6rem);
        }
        .input-wrap-group .col-11 {
            width:calc(91.66666666667% - 0.6rem);
        }
        .input-wrap-group .col-12 {
            width:100%;
            padding-right:0; padding-left:0;
        }
        .input-wrap-group .col-4 .col-12 {
             padding-right:0; padding-left:0;
            margin-bottom:0!important;
        }

}
/*cms template helper styles*/

.section.multi_Column_Layout.InnerPage .area50 img{
    max-width:100%;
    display:block;
    margin:auto;
}

section.section,.section-publications, .section-latestNews, .section-testimonials {
    margin-bottom: 1.5rem!important;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
}
section.section.section-videos {
    display: block;
    flex-wrap: nowrap;
    width:100%;
}

.section-keyContacts {
    float:left;
}

@media (min-width:800px) {
    .section-latestNews .excerpt {
        margin-bottom: 0;
        max-height: 110px;
        overflow: hidden;
        height: 20%;
    }

    .section-publications, .section-latestNews, .section-publications > .column_Inner_Padding, .section-latestNews > .column_Inner_Padding {
    min-height: 350px;
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
        width: 100%;
        height:100%;
    }

      .section-publications, .section-latestNews{

    width: 50%;
 
    }

    .section .area50, .section .area25, .section .area33{
        display:flex;    padding-bottom: 1.5rem;
    }
     .section .multi_Column_Layout {
        width:100%;
     }
          .section .area33.slick-slide{
        display:initial;
    }

        .section-latestNews .newButton, .section-publications .newButton {
            position: absolute;
            bottom: 0;
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
        }
}
.input-wrap span.input-wrap-text{
font-weight:bold;text-align:center;color: #575959;width: 100%;display: block;line-height: 4.6rem;padding: 0 1.2rem;box-sizing: border-box;top: 0;
    right: 0;position:relative;}


.input-wrap-search-btn{
    border: none;
    background-color: #ffffff;
    color: #575959;
    padding: 8px 23px;
    line-height: 16px;
cursor: pointer;
    /* margin-top: 10px; */
    display: inline-block;
    padding: 0 1.2rem;
    line-height: 4.6rem;
    height: 4.6rem;
    width: 100%;
}

.col1-2.wysiwygCol.site_centerCol {
    width:75%;
    margin-bottom: 20px;
}
/*WISTIA CODE*/
.wistia_responsive_padding {
        /*padding: 30%!important;*/
}
.wistia_responsive_wrapper {
    /*position:absolute;*/
}
/*only effects slick slide videos*/
.slick-slide .wistia_responsive_padding {
    position: relative;
}
.slick-slide .wistia_responsive_wrapper {
    left: 0;
    position: absolute;
    top: 0;
}
.PDFdownload{
        /*height: 20%;*/
   
}
.PDFdownload  .area90{

    padding-left: 10px;
    box-sizing: border-box;
}
.siteWrapper .wysiwygCol, .siteWrapper .site_centerCol,font {
font-family: lato!important;
}
@media (min-width:800px) {
    .col-flex-centered {
        display: flex;
        align-items: center;
        justify-content: center;
            width: 100%;
            flex-wrap: wrap;
    }
       .col-flex-centered .col1-4 {
    flex-basis: 25%;
}
}
menu, ol, ul {
    padding: 0px 0 0 20px;
}
.col_content img{
    max-width:100%;
}

/*TEST CSS FOR FULL WIDTH*/
.brandingSlider img,.brandingSlider, .row.brandingSlider {
max-width:none;
}
.slide {
    max-height: 445px;
}
.slide-thin {
    max-height: 300px;
}
.slideCaption a {
    max-width: 1080px;
    margin: auto;
}

.rslides_content:after {
display:none;
}
.slideCaption-wrapper {
    margin: auto;
    /* position: absolute; */
    /* bottom: 0; */
    /* width: 100%; */
    max-width: 1080px;
}
.slideCaption-wrapper > .slideCaption {
max-width:1080px;
}
.rslides_content {
    margin:0;
    /*background: #99B2C6;*/
}
.testiSlide_wrapper-fullwidth {
    /*background: #99B2C6;*/    width: 100%;
}
.testiSlide_p {
    padding: 0!important;
    margin:0!important;
}
.testiSlide--sideCol .testiSlide_speechMk {
    top: 30px!important;
}
.testiSlide--sideCol .testiSlide_caption {
    padding: 45px 0 45px 0!important;
    height: 100%;
    padding:0!important;
}
.testiSlide_wrapper {
    background: #99B2C6;
    height:200px;
}
.testiSlide--sideCol .testiSlide_speechMkLast {
    right: 30px!important;
    bottom: -8rem!important;
}
li.testiSlide {
    height: 50%!important;
}
.rslides_content {
    height: 200px;
}
.vert-parent-element-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.vert-element-slide {
    position: relative;
    top: 50%!important;
    transform: translateY(-50%)!important;
}
.testiSlide_wrapper {
    margin-top:0!important;
}
.testiSlide_citeWrapper {
    right: 80px!important;
    bottom: 0!important;
    /*position:relative!important;*/
    text-align:right!important;
        font-size: 1.2rem;
        bottom: -45px!important;
        right: 0px!important;
}
.testiSlide--sideCol .rslides_nav.prev, .testiSlide--sideCol .rslides_nav.next{
    display:none!important;
}
/*CMS Lists*/
.list2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.list3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.list4 {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
}
.list5 {
    -webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
}
.list6 {
    -webkit-column-count: 6; /* Chrome, Safari, Opera */
    -moz-column-count: 6; /* Firefox */
    column-count: 6;
}

.list2,.list3,.list4,.list5,.list6 {
    padding-left:0!important;
    margin:0;
    margin-left: 0;
}
.list2 li, .list3 li, .list4 li, .list5 li, .list6 li{
    margin-left: 1.5rem;
    padding-left: 0rem;
}

.col_content section.section .area50 .column_Inner_Padding, .col_content section.section .area33 .column_Inner_Padding, .col_content section.section .area25 .column_Inner_Padding   {
    background: #f5f7f5;
    padding:1rem;

        width: 100%;
    height: 100%;
}
/*TEST for the drop down from the header*/
.secondNav {
    /*height: 300px;*/
    position: absolute;
    z-index: 9999999999;
    width: 100%;
    /*background: green;*/
    top: 66px;
    display: none;
}
.secondNavLink {
    color:white;
    
    /*padding-left: 300px;*/
}
.col-secondNavLink .secondNavLink:first-of-type {
    /*color:white;*/
    
    /*padding-left: 300px;*/
}

.header a.secondNavLink:hover + .secondNav {
    display:block;
    color:pink;
}

.col-secondNavLink{
    position: absolute;
    width: 100%!important;
    max-width: 1080px;
    background: transparent;
    margin-left:0!important;
    margin-top: 0;

}
.col-secondNavLink * {
    box-sizing: border-box;
}



.header {
    min-height:60px;
    height:60px;
        min-height:66px;
    height:66px;
}

.siteNav {
    background:transparent;
}
.siteLogo {
    z-index: 999;
    position: absolute;
    max-width: 180px;
    margin: 11px 0 11px 0;
}
.siteLogo img {
    max-width: 160px;
}
.siteNav ul li a:link{
    padding-right: 0.7em;
    padding-left: 0.7em;
}
.siteNav ul li.secondNavLogin_icon_li {
    position:relative;
        float: initial;
        float:none;
}
.secondNavLogin_icon_li > a {
    float: left;
    position: relative;
}
.siteSearch_wrapper {
    margin-bottom: 10px;
}
.siteSearch_col_wrapper {
    display:none;
}

.header_login_btn {
    display:none;
}
.siteSearch_wrapper .siteSearch_input .siteSearch_btn, .siteSearch_wrapper input{
     border-radius: 0;
     -webkit-appearance: none;
}
    .header-fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: white;
    max-height: 100%;

    }
      .mainContent {
        margin-top: 66px;
    }
@media screen and (min-width:800px) {
    .siteNav ul li a:hover {
        background: #a70434;
    }

    .secondNavLogin:after {
        content: "Login";
        font-size: .5em!important;
        display: inline-block;
        text-align: center;
        position: absolute;
        left: 5px;
        bottom: 8px;
        font-family: arial;
    }

    .secondNavLogin:before {
        /*float: left;
        width: 100%;
        text-align: center;*/
    }

    .siteNav > div > ul > li > a:link, .siteNav > div > ul > li > a:visited {
        color: white;
    }

    #mobileNav > li:first-child::before {
        content: "";
        display: block;
        width: 255px;
        height: 50px;
        /*background:pink;*/
        float: left;
    }

    .siteNav > div > ul > li > a:link, .siteNav > div > ul > li > a:visited {
        border-top: 10px solid #c4003a;
        border-bottom: 10px solid #c4003a;
    }

    .siteNav ul li a:link, .nav ul li a:visited {
        height: 66px;
        line-height: 45px;
    }

    .siteNav ul li a.secondNavLink-border, .siteNav > div > ul > li > a.secondNavLink-border:link {
        border: 2px solid white!important;
        height: 40px;
        line-height: 35px;
        margin-top: 13px;
        position: relative;
    }

    .siteNav ul li ul.dropdown.secondNav li a:link, .nav ul li ul.dropdown.secondNav li a:visited {
        height: auto;
        line-height: 110%;
        width: 100%;
        float: left;
        display: inline-block;
        clear: both;
        position: relative;
        padding: 1em 5%;
    }
}
@media screen and (max-width:800px) {
       .header-fixed {

    overflow-y: scroll;
    }
    .header {
        min-height: 60px;
    height:auto;
}
  
    .siteLogo {

    position: relative;
}
    .col-secondNavLink {
    position: relative;
}
    .siteNav {
        display:none;
        padding-bottom: 20px;
    }
    .searchNav_btn {

    position: absolute;
}
    .col1-3.siteLogo {
        margin:0!important;
    }

    .mobileNav_wrapper{
 
    margin:20px;
    display:block;
    width:100%;
    }
    .col1-3.siteLogo {
 
    height: 45px;
        width: 100%;
    padding: 0!important;
    margin: 0!important;
    max-width: 100%;
}
    .col1-6.col-secondNavLink {
        margin: 0 2%!important;
            padding-top: 15px;
    }

    .siteSearch_col_wrapper .area30 {
    text-align: center;
    width: 100%;
    }

.siteSearch_col_wrapper  .area65   {
    width: 95%;
}

.siteSearch_col_wrapper  .area5 {
    text-align: center;
}
    .secondNavLogin_icon_li {
    display:none;
    }
    .mobileNav_Btn {
    top: 0;
        display: block;
    width: 60px;
    height: 60px;
        position: absolute;
}
    .mobileNav_Btn:before {
            padding: 15px 10px;

    position: relative;
    display: block;
    }
}

/*REDUCE SIZE OF MENU*/
/*@media screen and (min-width:800px) {
.siteNav ul {
    margin: auto;
    padding: 0;
    width: 100%;
    margin-left: 20%;
    width: 80%;
}
#mobileNav > li:first-child::before {
    width: 0;
}
}*/
.col_content img.team, .team, .section-team .area100 img{
    max-width: 600px;
    margin: auto;
    display: block;
    width: 100%;
}

/*call to action templates*/

.section-cta-banner{color:white;}

.section-cta-banner > .area100{     display: flex;}

.section-cta-banner > .area100 > .column_Inner_Padding {      padding: 25px 15px;
    box-sizing: border-box;}

.section-cta-banner h1, .section-cta-banner h2, .section-cta-banner h3{margin-bottom:0;} 

.section-cta-banner .area100 .area75, .section-cta-banner .area100 .area25{    /*margin-top: 1rem;padding: 5px;*/
    box-sizing: border-box;} 


.section-cta-banner .area100 .area25{ 
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;}

.section-cta-banner-color01{    background-color: #c4003a;}

.col_content section.section.section-cta-banner .area25 .column_Inner_Padding{background:none;padding:0;     text-align: center;} 
.col_content section.section.section-cta-banner .area25 .column_Inner_Padding a.caption_btn{margin:0;    margin-top: 1rem;} 

.section-cta-banner .caption_btn{text-align:center;}
 .section-cta-banner .area100 .area75   p {margin:0; }

@media screen and (max-width:800px){

    .col_content section.section.section-cta-banner > .area100  .area25 .column_Inner_Padding{  padding:0;text-align: center;}
    .col_content section.section.section-cta-banner > .area100  .area25 .column_Inner_Padding a.caption_btn{      margin: auto;

    display: inline-block;}
  
    .section-cta-banner > .area100 {
    max-width: 96%;
    width: 96%;
    /* margin: 2%!important; */
    margin: 2%;
}
}
@media only screen and (max-width: 380px){
 .section-cta-banner .area100 .area75   h3.caption_header { display: block;    font-size: 1.8rem; }
}