/*WebSite Accelerator 4.0.0.0 | Main Screen Styles | 2009*/
/*Reset*/
@import url("reset.css");  
/*WSA Global Styles - DO NOT REMOVE!*/
@import url("../../common/wsaglobal.css");

body {
    background-color:#fff;
    color: #000;
    font:15px/24px 'open-sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
body #maincontent {
    background: none;
    text-align: left;
}

a,
.btn,
.btn a,
input {
    transition-property:background-color, color;
    transition-duration:.2s;
    transition-timing-function:ease-in-out;
}

.container {
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    max-width: 1080px;
}
@media only screen and (max-width: 750px) {
    body > .container {
        padding:0px;
    }
}

/*Shared Styles*/
div.super,
div.header,
div.siteContent,
div.footer,
div.callouts {
    display:inline-block;
    vertical-align:top;
    width:100%;
}
div.super *,
div.header *,
div.siteContent *,
div.footer *,
div.callouts *,
div.flexslider * {
    box-sizing:border-box;
}

/*Display*/
.shim {display:none;}
.hide {display:none;}

/*Positioning*/
.clearL {clear:left;}
.clearR {clear:right;}
.clearB, .clear {clear:both;}
.left {float:left;}
.right {float:right;}
	
/*img resouce*/
img { border:none; display: block;}
img.resource { max-width:100%; }
@media only screen and (max-width:500px) {
    img.resource { width:100%; }
}
img.alignleft { text-align:left; margin:0 20px 20px 0;}
img.aligncenter { text-align:center; margin:0 auto 10px auto;}
img.alignright { text-align:left; margin:0 0 20px 20px;}

/*Text*/
.alignleft { text-align:left;}
.aligncenter { text-align:center;}
.alignright { text-align:right;}
.textitalics, em, i { font-style:italic; }
.textbold, .smallbold, strong, b { font-weight:bold; }
.small, .smallbold, small { font-size:10px; }
.error { color:#c00; font-weight:normal; }
blockquote {
    background: #F8F8F8;
    border: 1px solid #eee;
    border-radius:5px;
    font-style:italic;
    font-size:17px;
    margin:0 0 20px 0;
    padding:20px 30px;
}

/*Typography*/
p, .text, .textitalics, .textbold, .small, .smallbold, p.error { margin-bottom:15px;  }
ul { list-style:disc; }
ol { list-style:decimal; }
ul, ol { margin:0 0 15px; padding:0; }
ul li, ol li { margin:0 0 8px 25px; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .subheader, .imagegallerytitle, .boldlargetext {
    color: #222;
    display:inline-block;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 0 0 15px;
    width:100%;
}
h1, .h1 {
    color: #c4421a;
    font-size: 35px;
    font-weight: 500;
    line-height: 42px;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}
h2, .h2 {
    color: #12908e;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 20px 0 10px 0;
    padding: 0;
    text-transform: none;
    text-transform: uppercase;
}
h3, .h3, .subheader, .imagegallerytitle, .boldlargetext {
    color: #12908e;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin: 15px 0 10px 0;
    text-transform: uppercase;
}
h4, .h4 {
    color: #c4421a;
    font-size: 16px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
a, a:link, a:visited {
    color: #16594a;
    text-decoration: none;
}
.general p a { text-decoration: underline; }
.general ul li a { text-decoration: underline; }
#home-page h2 {
    color: #c4421a;
    font-size: 35px;
    font-weight: 500;
    line-height: 42px;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}
#home-page h2::after {
    background-color: #00a9ad;
    bottom: 0px;
    content: "";
    display: block;
    height: 3px;
    margin: 10px 0 0 0;
    width: 90px;
}
h1::after {
    background-color: #00a9ad;
    bottom: 0px;
    content: "";
    display: block;
    height: 3px;
    margin: 10px 0 0 0;
    width: 90px;
}
#contactus-page h1:after {
	margin:10px auto;
}
@media only screen and (max-width:950px) {
    h1 {
        border-bottom:none;
        font-weight:200;
        font-size: calc( 5vw + 10px );
        line-height:initial;
    }
}
@media only screen and (max-width:750px) {
    #home-page h1 {
        margin-top: 0px;
    }
}
/*Super*/
.super {
    background-color:#5892c3;
    color:#fff;
    padding:10px 0;
    text-align:right;
}
.super-number,
.super-facebook {
    display:inline-block;
    margin:0px;
}
.super-number {
}
.super-facebook {
    background-image:url(../../images/ico-facebook.png);
    background-repeat:no-repeat;
    background-position:center;
    height:23px;
    width:23px;
    display:inline-block;
    margin:0 0 0 10px;
    text-indent:-9999px;
    text-align:left;
}

/*Header*/
.header {
    background-size:cover;
    box-sizing:border-box;
    margin:0;
    padding:0 20px;
    position:relative;
    text-align:right;
    z-index:10;
}
.header-logo {
    display: inline-block;
    float: left;
    margin: 15px 0;
	max-width:28%;
}
.header-logo img {
    float: left;
	width:100%;
	max-width:280px;
}
.header-menu {
    display: inline-block;
    font-size:17px;
    font-weight: 100;
    margin: 30px 0 0 0;
    padding: 0px;
    text-align: right;
    width: 70%;
}
.header-menu li {
    display:inline-block;
    margin:0 -4px 0 0;
    position:relative;
    text-align:left;
}
.header-menu li.current a {
    color: #12908e;
    position: relative;
}
.header-menu > li.current > a::after {
    background-color: #00a9ad;
    bottom: 0px;
    left: 50%;
    content: "";
    display: block;
    height: 3px;
    margin: 10px 0 0 0;
    margin-left: -25%;
    position: absolute;
    width: 50%;
}
.header-menu li a {
    color: #000000;
    display:block;
    padding:10px 15px;
    text-decoration:none;
    text-transform:uppercase;
    -webkit-transition:all .15s linear;  
	-moz-transition:all .15s linear;  
	-o-transition:all .15s linear;  
	transition:all .15s linear;
}
.header-menu > li > a:hover {
    color: #12908e;
}
.header-menu > li > ul {
    display:none;
    left:0px;
    padding:0 0 0 0;
    position:absolute;
    top:100%;
    width:auto;
	-webkit-transition:all .15s linear;  
	-moz-transition:all .15s linear;  
	-o-transition:all .15s linear;  
	transition:all .15s linear;
}

.header-menu > li > ul > li {
    display:block;
    margin:0px;
}
.header-menu > li > ul > li > a {
    border-bottom:1px solid #bde4e4;
    background-color:#e0f0f0;
	text-transform:none;
    display:block;
    font-size:13px;
    min-width:200px;
    white-space:nowrap;
	line-height:20px;
}
.header-menu > li:hover > ul {
    display:block;
}
.header-menu > li > ul > li > a:hover {
    background-color: #bde4e4;
}
.header-menu > li > ul > li > ul {
    display:none;
}
.header-menu .call-button {
    color:#fff;
    background-color:#12908e;
    border-radius:3px;
}
.header-menu .call-button:hover {
    color:#fff;
    background-color:#00a9ad;
}
.header-menu-expand {
    background-image:url(../../images/ico-expand-nav.png);
    background-position:center 18px;
    background-repeat:no-repeat;
    cursor:pointer;
    display:none;
    height:55px;
    width:55px;
    position:absolute;
    right:0px;
    top:1px;
}
.header-menu-expand-active {
    background-position:center -30px;
}
@media only screen and (max-width:1225px) {
    .header-logo {
        margin:10px 0;
    }
}
/*Force visible for mobile > desktop transition*/
@media only screen and (min-width:981px) {
    .header-menu {
        display:inline-block!important;
    }
}
@media only screen and (max-width: 980px) {
    .header {
        text-align:center;
    }
    .header-logo {
        max-width:60%;
    }
    .header-menu {
        display:none;
        margin: 0px;
        position: absolute;
        right: 0px;
        text-align:left;
        top: 100%;
        width:100%;
    }
    .header-menu > li.current > a::after {
        display:none;
    }   
    .header-menu-expand {
        display:block;
        z-index: 1;
    }
    .header-menu li {
        display:block;
        margin:0px;
    }
    .header-menu > li > a {
        background-color: #e0f0f0;
        border-top: 1px solid #fff;
        color: #12908e;
        min-width: 250px;
        padding: 15px 15px;
    }
    .header-menu > li > a:hover {
        background-color: #96cecc;
    }
    .header-menu > li:last-of-type > a {
        border-radius:0px;
    }
    .header-menu > li > ul {
        border-top:1px solid #fff;
        box-shadow:none;
        margin:0px;
        padding:0px;
        position:static;
    }
    .header-menu > li > ul:before {
        display:none;
    }
    .header-menu-sub-active {
        display:block!important;
    }
    .header-menu > li > ul > li > a {
        background-color: #e0f0f0;
        border-top:1px solid #fff;
        border-bottom:none;
        color:#12908e;
        padding-left:30px;
    }
    .header-menu > li:hover > ul {
        display:none;
    }
    /*.header-menu > li > a::after,
    .header-menu > li.current > a::after {
        display:none;
    }*/
}
@media only screen and (max-width: 750px) {
    .header {
        margin:0px;
    }
}

/*Banner Heading*/
.bannerheading {
    background-image: url(../../images/banner_background_orange.jpg);
    background-size: cover;
    background-repeat: repeat-x;
}
.bannerheading img {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.bannerheading p {
    color: #fff;
    font-family: 'mrs-eaves-xl-serif', serif;
    font-size: 26px;
    margin: 0;
}
.bannerheading-imageleft {
    background-image: url(../../images/banner_image_left.jpg);
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    border-right: 4px solid #fff;
    display: inline-block;
    width: 20%;
    margin:0 -4px 0 0;
    vertical-align: bottom;
}
#areasofpractice-page .bannerheading-imageleft, #contactus-page .bannerheading-imageleft {
    background-image: url(../../index.html);
}
#staff-page .bannerheading-imageleft, #forms-page .bannerheading-imageleft {
    background-image: url(../../resources/189-2.jpg);
    background-position: right;
}
.bannerheading-imagemiddle {
    background-image: url(../../images/banner_image_middle.jpg);
    background-size: cover;
    background-position: top;
    box-sizing: border-box;
    border-right: 4px solid #fff;
    display: inline-block;
    width: 30%;
    margin:0 -4px 0 0;
    vertical-align: bottom;
}
#areasofpractice-page .bannerheading-imagemiddle, #forms-page .bannerheading-imagemiddle {
    background-image: url(../../resources/198.jpg);
    background-position:left;
}
#staff-page .bannerheading-imagemiddle, #legalresources-page .bannerheading-imagemiddle {
    background-image: url(../../resources/191-2.jpg);
    background-position: top;
}
.bannerheading-quote {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -6px;
    padding: 40px;
    width: 50%;
    vertical-align: bottom;
}
.bannerheading-quote p {
    font-size: 20px;
    display: inline-block;
    width: 50%;
}
@media only screen and (max-width: 1162px) {
    .bannerheading-quote p {
        width: 100%;
    }
}
@media only screen and (max-width: 980px) {
    .bannerheading-imageleft {
        display: none;
    }
    .bannerheading-imagemiddle {
        width: 40%;
    }
    .bannerheading-quote {
        width: 60%;
    }
}
@media only screen and (max-width: 730px) {
    .bannerheading-imagemiddle {
        width: 100%;
        border-right: none;
        border-bottom: 4px solid #fff;
    }
    .bannerheading-quote {
        display:none;
    }
}

/*Site Content*/
#home-page .siteContent {
    font-size: 15px;
	min-height:0;
}
#home-page.search .siteContent {
    background: #fff;
    font-size: 15px;
	min-height:600px;
}
.siteContent #maincontent > .general {
    display:inline-block;
    vertical-align:top;
    width:100%;
}
.siteContent-main {
    background-color:#fff;
    margin:0 auto;
    min-height:500px;
    position:relative;
	padding:50px 10px;
}
.siteContent-main #maincontent {

}
.siteContent-main.siteContent-main-hasLeftNav {
	width:75%;
	display:inline-block;
	vertical-align:top;
	padding-left:5%;
	margin-left:-4px;
}
#home-page .siteContent-main #maincontent {
    width:100%;
}
.siteContent-main > ul {
    margin: 0 0 15px;
    padding: 0;
    list-style: disc;
}
.siteContent-main > ul > li {
    line-height: 21px;
    margin: 0 0 8px 25px;
}
.siteContent-main .general > p.btn {
    display:block;
    margin:30px 0 0;
}
.siteContent-main .general > p.btn a {
    background-color: #12908e;
    color:#fff;
    display:inline-block;
    font-size:14px;
    line-height:20px;
    margin:0 20px 20px 0;
    padding:15px 60px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
}
.siteContent-main .general > p.btn.aligncenter a {
    margin:0 10px 20px 10px;
}
.siteContent-main .general > p.btn a:hover {
    background-color: #00a9ad;
    color: #fff;
    text-decoration: none;
}
#legalresources-page .siteContent-main .general p.btn {
    display: inline-block;
    box-sizing: border-box;
    border-right: 4px solid #fff;
    float:left;
}
#legalresources-page .siteContent-main .general p.btn a {
    width: 100%;
    margin: 0 0 4px 0;
}
#legalresources-page .siteContent-main .general p.btn:nth-of-type(3n-2) a {
    background-color: #c4421a;
}
#legalresources-page .siteContent-main .general p.btn:nth-of-type(3n-2) a:hover {
    background-color: #9C3414;
}

#legalresources-page .general li {
	margin:0;
	list-style:none;
	display:block;
	border-bottom:1px solid #efefef;
	padding:20px 0;
}
#legalresources-page .general li a {
	text-decoration:none;
	display:block;
	font-weight:bold;
}
#legalresources-page .general li:first-of-type {
	border-top:1px solid #efefef;
}
@media only screen and (max-width: 1080px) {
    #legalresources-page .siteContent-main .general p.btn {
        width: 100%;
    }
    #legalresources-page .siteContent-main .general p.btn:nth-of-type(3n-2) a {
        background-color: #12908e;
    }
    #legalresources-page .siteContent-main .general p.btn:nth-of-type(3n-2) a:hover {
       background-color: #00a9ad;
    }
}
@media only screen and (max-width:950px) {
    .siteContent-main #maincontent {
        width:100%;
    }
    .siteContent-main.siteContent-main-hasLeftNav {
        width: 100%;
    }
}

.leftnav {
	width:25%;
	display:inline-block;
	vertical-align:top;
	margin:50px -4px 50px 0;
	padding:0 0;
	background:#e0f0f0;
}
.leftnav h3 {
	padding:0 20px;
}
.leftnav ul {
	margin:0;
}
.leftnav li {
	list-style:none;
	margin:0;
}
.leftnav li a {
	display:block;
	padding:8px 20px;
	line-height:20px;
}
.leftnav li:hover a,
.leftnav li.current a {
	background:#bde4e4;
}
@media screen and (max-width: 950px) {
    .leftnav {
        display: none;
    }
}

/*Popup Buttons*/
.siteContent-main .btn-popup {
    display:block;
    margin:15px 0 0 0;
}
.siteContent-main .btn-popup a {
    background:#fff;
    border:1px solid #00649b;
    border-radius:4px;
    color:#00649b;
    display:inline-block;
    font-size:13px;
    font-weight:bold;
    margin:0 20px 0 0;
    padding:8px 40px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
}
.siteContent-main .btn-popup a:hover {
    background: #00649b;
    color:#fff;
    text-decoration:none;
}
@media only screen and (max-width:750px) {
    .siteContent-main {
        border-radius:0px;
        margin-top:2px;
        padding:20px;
    }
    .siteContent .container {
        padding:0px;
    }
}

/*Two Columns*/
.twocolumn p.btn {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 -4px 0 0px;
    width: 50%;
}
.twocolumn p.btn:nth-of-type(2n) {
    margin: 0 0 0 -4px;
    border-left: 4px solid #fff;
}
.twocolumn p.btn a {
    box-sizing: border-box;
    background-color: #12908e;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    width: 100%;
    display: inline-block;
    width: 100%;
}
.twocolumn p.btn a:hover {
    background-color: #00a9ad;
}
@media only screen and (max-width: 650px) {
    .twocolumn p.btn {
        width: 100%;
    }
    .twocolumn p.btn:nth-of-type(2n) {
    margin: 4px 0;
    border-left: none;
}
}

/*Staff*/
.staff {
    border-bottom: 2px solid #12908e;
    padding: 10px 0;
}
.staff:last-of-type {
    border: none;
}
.staff .clear:first-of-type {
    display: none;
}
.staff img{
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    width: 20%;
    float: right;
}
.staff p, .staff h2 {
    box-sizing: border-box;
    display: inline-block;
    padding-right: 20px;
    width: 80%;
    float: left;
}
@media only screen and (max-width: 1200px) {
    .staff img {
        width: 30%;
    }
    .staff p, .staff h2 {
        width: 70%;
    }
}
@media only screen and (max-width: 550px) {
    .staff img {
        width: 100%;
    }
    .staff p, .staff h2 {
        width: 100%;
    }
}

/*Home Contact Strip*/
.contactStrip {
    background-color: #f86429;
    display: block;
    width: 100%;
}
.contactStrip p {
    color: #fff;
    display: inline-block;
    font-family: 'mrs-eaves-xl-serif', serif;
    font-size: 26px;
    margin: 0;
    padding: 30px 10px 30px 30px;
    -webkit-transition: font-size .5s;
}
.contactStrip-hook {
    background-color: #c4421a;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    text-align: right;
    width: 80%;
    -webkit-transition: width 1s;
    transition: width 1s;
}
.contactStrip-hook::after {
    content: "";
    position:absolute;
    top: 0;
    left: 100%;
	width: 0;
	height: 0;
	border-top: 84px solid #c4421a;
	border-right: 84px solid transparent;
}
.contactStrip:hover > .contactStrip-hook{
    width: 70%;
}
.contactStrip-link {
    box-sizing: border-box;
    display: inline-block;
    float: right;
    text-align: right;
}
.contactStrip-link p {
    font-family: 'open-sans', sans-serif;
}
.contactStrip-link img {
    display: inline-block;
    max-height: 18px;
    margin-right: 30px;
}
@media only screen and (max-width: 1325px) {
    .contactStrip-hook {
        width: 70%;
    }
    .contactStrip:hover > .contactStrip-hook{
    width: 60%;
    }
}
@media only screen and (max-width: 920px) {
    .contactStrip {
        text-align: center;
    }
    .contactStrip:hover {
        background-color: #C65020;
    }
    .contactStrip-hook {
        display: none;
    }
    .contactStrip-link {
        float: none;
        vertical-align: middle;
        padding: 0;
    }
    .contactStrip p {
        padding: 30px 10px;
    }
    .contactStrip:hover p {
        font-size: 30px;
    }
}
/*Home Callout Strips*/
#home-page .callouts {
    background: url(../../images/callout_background_teal.jpg) center;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    text-align: right;
}
#home-page .callouts-image {
    background-image: url(../../resources/197.jpg);
    background-size: cover;
    background-position: center bottom;
    border-left: 4px solid #fff;
    box-sizing: border-box;
    display: inline-block;
    margin-left: -5px;
    min-height: 450px;
    width: 70%;
    vertical-align: middle;
}
#home-page .callouts-services {
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    padding: 40px;
    width: 30%;
    vertical-align: middle;
}
#home-page .callouts-services h2 {
    color: #fff;
    font-family: 'mrs-eaves-xl-serif', serif;
    margin: 0;
    padding: 0;
    text-transform:none;
}
#home-page .callouts-services h2::after {
    background-color: none;
    bottom: 0px;
    content: none;
    display: none;
    height: 0;
    margin: 0;
    width: 0;
}
#home-page .callouts-services h3 {
    color: #d5f6f5;
    font-family: 'mrs-eaves-xl-serif', serif;
    margin: 0 0 10px 0;
    text-transform: none;
}
#home-page .callouts-services p {
color: #fff;
}
#home-page .callouts-services p.btn {
margin: 30px 0 0 0;
}
#home-page .callouts-services p.btn a {
background-color: #fff;
display:inline-block;
font-size: 14px;
font-weight: 700;
color: #12908e;
padding: 15px 50px;
}
#home-page .callouts-services p.btn a:hover {
    background-color: #d5f6f5;
    text-decoration: none;
}
@media only screen and (max-width: 1400px) {
    #home-page .callouts-services {
        width: 40%;
    }
    #home-page .callouts-image {
        width: 60%;
    }
}
@media only screen and (max-width: 1000px) {
    #home-page .callouts-services {
        width: 100%;
    }
    #home-page .callouts-image {
        border-left: none;
        border-top: 4px solid #fff;
        width: 100%;
    }
}

/*Standard Table*/
.tableStandard {
    border:1px solid #ddd;
    border-collapse:collapse;
    margin:0 0 20px 0;
    width:100%;
}
.tableStandard th {
    background:#F8F8F8;
}
.tableStandard th,
.tableStandard td {
    border:1px solid #ddd;
    padding:6px 12px;
}

/*Inline PDFs*/
.siteContent #maincontent .general .pdfname {
    border: 2px solid #e0f0f0;
    display: inline-block;
    margin: 0 10px 20px 0;
    padding: 10px;
}
.siteContent #maincontent .general .pdfname a {  
    background-color: #fff;
    color: #12908e;
    font-size: 16px;
    -webkit-transition: font-size .5s;
    font-weight: bold;
    line-height: 25px;
    text-decoration: none;
    vertical-align: middle;
}
.siteContent #maincontent .general .pdfname a:hover {
    font-size: 17px;
}
.siteContent #maincontent .general .pdfname a:nth-of-type(2n) {
    display: inline-block;
    padding: 0 0 0 10px;
    width: 300px;
}
.siteContent #maincontent .general .pdfname img {
    max-height: 24px;
}
/*Related Links*/
.relatedlinks {
    background: #F8F8F8;
    border: 1px solid #eee;
    float: left;
    margin: 30px 0 0 0;
    padding: 20px;
    width: 100%;
}
.relatedlinks h3 {
    border-bottom:1px solid #fff;
    margin:0 0 20px 0;
    padding:0 0 10px 0;
}
.relatedlinks .btn {
    display:inline-block;
    vertical-align:top;
}
.relatedlinks .btn:last-of-type {
    margin:0;
}
.relatedlinks .btn a {
    background: #255782;
    border: 1px solid #255782;
    border-radius:4px;
    color:#fff;
    display:block;
    float:left;
    font-size:16px;
    font-weight:bold;
    margin:0 20px 0 0;
    padding:15px 40px;
    text-align:center;
    text-transform:uppercase;
}
.relatedlinks .btn a:hover {
    background: #5892c3;
    text-decoration:none;
}
.relatedlinks .pdfname {
    display:inline-block;
    margin:0 10px 20px 0;
    vertical-align:top;
}
.relatedlinks .pdfname:hover a {
    text-decoration:underline;
}
.relatedlinks .pdfname a {
    float:left;
    font-size:13px;
    line-height:25px;
    padding:0 10px 0 0;
}
@media only screen and (max-width:700px) {
    .relatedlinks {
        background:none;
        border:none;
        padding:0px;
    }
    .relatedlinks h3 {
        border-bottom:1px solid #eee; 
    }
    .relatedlinks .btn {
        width:100%;
    }
    .relatedlinks .btn a {
        width:100%;
    }
    .relatedlinks .pdfname {
        width:100%;
    }
}

/*Toggle Sections*/
.togglesection {
    margin: 0 0 10px 0;
}

.togglesection h3 {
    border: 2px solid #e0f0f0;
    cursor: pointer;
    margin: 0;
    padding: 10px 20px;
    text-transform: none;
    -webkit-transition: background .15s linear;
    -moz-transition: background .15s linear;
    -o-transition: background .15s linear;
    transition: background .15s linear;
}

.togglesection h3:before {
    content: "+";
    font-family: monospace;
    float: right;
    display: inline-block;
    vertical-align: middle;
}

.togglesection h3:hover {
    background-color: #e0f0f0;
}

.togglesection h3.active {
    background-color: #e0f0f0;
}

.togglesection h3.active:before {
    content: "-";
}

.togglesection-content {
    display: none;
    padding: 20px 10px;
}
.togglesection-content ol {
    margin-left: 40px;
}

/*Subfooter*/
.subfooter {
    background-image: url(../../images/callout_background_teal.jpg);
    border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
}
.subfooter h3 {
    color: #fff;
    font-size: 26px;
}
.subfooter p {
    color: #fff;
    font-size: 15px;
}
    .subfooter span {
        color: #d5f6f5;
    }
.subfooter-links {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -4px;
    width: 25%;
    vertical-align: middle;
}
.subfooter-links a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: font-size .5s, background-color .5s;
}
.subfooter-links a:hover {
    font-size: 20px;
}
.subfooter-links-resources {
    border-bottom: 4px solid #fff;
    margin: 0;
    box-sizing: border-box;
}
.subfooter-links-resources a {  
    background-color: #f86429;
}
.subfooter-links-resources a:hover {
    background-color: #c4421a;
}
.subfooter-links-resources p {
    margin-bottom: 0;
}
.subfooter-links-forms {
    margin: 0;
    box-sizing: border-box;
}
.subfooter-links-forms a {
    background-color: #c4421a;
}
.subfooter-links-forms a:hover {
    background-color: #bb3815;
}
.subfooter-links-forms p {
    margin-bottom: 0;
}
.subfooter-image {
    background-image: url(../../images/subfooter-image-flowers.jpg);
    background-size: cover;
    background-position: center top;
    box-sizing: border-box;
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
    display: inline-block;
    margin-right: -4px;
    width: 25%;
    vertical-align: middle;
}
.subfooter-image img {
    padding: 0;
    width: 100%;
}
.subfooter-contact {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -4px;
    padding: 15px 30px;
    width: 50%;
    vertical-align: middle;
}
.subfooter-contact h3 {
    font-family: "mrs-eaves-xl-serif", serif;
    text-transform: none;
}
.subfooter-contact h3 span {
	font-size:23px;
}
@media only screen and (max-width: 1450px) {
    .subfooter-image {
        width: 30%;
    }
    .subfooter-contact {
        width: 45%;
    }
}
@media only screen and (max-width: 1200px) {
    .subfooter-image {
        width: 40%;
    }
    .subfooter-contact {
        width: 35%;
    }
}
@media only screen and (max-width: 880px) {
    .subfooter-links {
        width: 40%;
    }
    .subfooter-image {
        display: none;
    }
    .subfooter-contact {
        border-left: 4px solid #fff;
        width: 60%;
    }
}
@media only screen and (max-width: 450px) {
    .subfooter-links {
        width: 100%;
    }
    .subfooter-contact {
        border-left: none;
        border-top: 4px solid #fff;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .subfooter-contact h3 {
        text-align: center;
    }
}
/*Footer*/
.footer {
    background-color: #16594a;
    font-size: 13px;
	box-sizing:border-box;
    font-weight: normal;
    padding: 30px 20px;
	text-align:center;
}
.footer p {
    color: #fff;
}
.footer a {
    color: #fff;
    font-weight: 300;
}
.footer a:hover {
    text-decoration: underline;
}
.footer-copyright {
    display:inline-block;
	vertical-align:middle;
    padding: 0;
	width:45%;
    text-align: left;
}
.footer-copyright p {
    margin: 0;
}
.footer-menu {
    display:inline-block;
	vertical-align:middle;
	text-align:right;
    margin: 0 0 0 -4px;
	width:55%;
}
.footer-menu li {
    display:inline-block;
	vertical-align:middle;
    list-style: none;
    margin: 0px;
	padding:0 15px;
	border-right:1px solid #fff;
	line-height:12px;
}
.footer-menu li:last-of-type {
	padding-right:0;
	border:0;
}
.footer-menu > li > ul > li {
    display:none;
}
@media only screen and (max-width:1050px) {
    .footer-copyright {
        border-bottom:1px solid #ddd;
        margin:0 0 20px 0;
        padding:0 0 20px 0;
        text-align:center;
        width:100%;
    }
    .footer-menu {
        float:none;
        text-align:center;
        width:100%;
    }
    .footer-menu li {
        display:inline-block;
        float:none;
    }
}
@media only screen and (max-width: 450px) {
    .footer-menu li:first-of-type{
        margin-left: 0;
    }
}

/*Home Sections*/
.banner-rotation {
	overflow:hidden;
}
.banner-rotation > div {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}
.banner-rotation h1 {
    color:#ffa14b;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
	letter-spacing:2px;
    text-align: center;
	padding:0;
	margin:6px 0 0;
}
#home-page .banner-rotation h2 {
    color: #fff;
    font-family: 'mrs-eaves-xl-serif', serif;
    font-size: 44px;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    margin: 0 0 5px;
    padding: 0;
}
#home-page .banner-rotation span {
    font-size: 32px;
    font-weight: 100;
}
.banner-rotation h1::after, .banner-rotation h2::after {
	display: none !important;
}
.banner-rotation-section {
    position: relative;
    width: 30%;
}
.banner-rotation-section img {
        left: 0;
		top:0;
        position: absolute;
        width: 100%;
		height:auto;
		margin:0;
}
.banner-rotation-section .placeholder img {
	position:static;
	display:block;
}
.banner-rotation-section:first-of-type {
	border-right:5px solid #fff;
}
.banner-rotation-section:last-of-type {
	border-left:5px solid #fff;
}
.banner-rotation-text {
	padding:40px 0;
    width: 40%;
	margin:0 -5px;
}

@-webkit-keyframes banner-rotation-sectionFadeInOut {
    0% {
        opacity: 1;
    }

    17% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    92% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*Image Rotation Timer*/
.banner-rotation-section img:nth-of-type(1) {
    -webkit-animation: banner-rotation-sectionFadeInOut 30s linear 22.5s infinite;
}
.banner-rotation-section img:nth-of-type(2) {
    -webkit-animation: banner-rotation-sectionFadeInOut 30s linear 15s infinite;
}
.banner-rotation-section img:nth-of-type(3) {
    -webkit-animation: banner-rotation-sectionFadeInOut 30s linear 7.5s infinite;
}
.banner-rotation-section img:nth-of-type(4) {
    -webkit-animation: banner-rotation-sectionFadeInOut 30s linear infinite;
}
/*Right Image Rotation Timer Offset*/
.banner-rotation-section:last-of-type img:nth-of-type(1) {
    animation-delay: 26.25s;
}
.banner-rotation-section:last-of-type img:nth-of-type(2) {
    animation-delay: 18.75s;
}
.banner-rotation-section:last-of-type img:nth-of-type(3) {
    animation-delay: 11.25s;
}
.banner-rotation-section:last-of-type img:nth-of-type(4) {
    animation-delay: 3.75s;
}
@-webkit-keyframes banner-rotationGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.banner-rotation {
    background: linear-gradient(270deg, #f86429, #c4421a);
    background-size: 400%;
    -webkit-animation: banner-rotationGradient 15s ease infinite;
}
@media only screen and (max-width: 1030px) {
    .banner-rotation-section:last-of-type {
        display: none;
    }
    .banner-rotation-section:first-of-type {
        width: 40%;
    }
    .banner-rotation-text {
        width: 60%;
    }
}
@media only screen and (max-width: 800px) {
    .banner-rotation {
        text-align: center;
    }
    .banner-rotation .banner-rotation-text {
        width: 100%;
    }
    .banner-rotation .banner-rotation-section {
        display: none;
    }
}

/*HomeSlider*/
.homeSlider {
    display:inline-block;
    margin:0 -4px 0 0;
    position:relative;
    vertical-align:top;
    width:100%;
}
.homeSlider li p.text {
    bottom: 10%;
    color: #fff;
    font-family: 'Courgette', cursive;
    font-size: 30px;
    left: 40px;
    position:absolute;
    text-shadow:1px 1px 8px rgba(0,0,0,.15);
}
.homeSlider .flex-control-paging {
    bottom: initial;
    padding:0 40px 0 0;
    text-align:right;
    top:5%;
}
.homeSlider .flex-control-paging li {
    text-align:left;
}
.homeSlider .flex-control-paging li a {
    background: #fff;
    height:20px;
    width:20px;
}
.homeSlider .flex-control-paging li a.flex-active {
     background: #2169a3;
 }
.testimonials {
    background-color: #e0f0f0;
    color: #3f3f3f;
    padding: 100px;
}
.flex-control-nav {
	bottom:-30px;
}
.flex-control-paging li a {
	box-shadow:none !important;
	border:none !important;
	background:#96cecc;
}
.flex-control-paging li a.flex-active {
	background: #12908e
}
#home-page .testimonials h2 {
    color: #12908e;
    font-size: 20px;
    line-height: 30px;
}
.testimonials h2::after {
    background-color: #00a9ad;
    bottom: 0px;
    content: "";
    display: block;
    height: 3px;
    margin: 10px 0 10px 0;
    width: 90px;
}
.homeAside {
    box-sizing:border-box;
    display:inline-block;
    vertical-align:top;
    padding:0 0 0 30px;
    width:35%;
}
.aside {
    background-color:#5892c3;
    box-sizing:border-box;
    min-height:503px;
    position:relative;
    padding:30px;
}
.aside p,
.aside h2,
.aside h3,
.aside h4 {
    color:#fff;
    position:relative;
    text-shadow:1px 1px 3px rgba(0,0,0,.2);
    z-index:1;
}
.aside h4 {
    font-family: 'Roboto', sans-serif;
    font-size:15px;
    font-weight:bold;
    margin:0 0 5px 0;
    text-transform:uppercase;
}
.aside::after {
    content: "";
    background-image: url(../../images/bg-aside.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    opacity: 0.15;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    position: absolute;
    z-index: 0; 
}
@media only screen and (max-width:1200px) {
    .aside {
        min-height:0px;
    }
}
@media only screen and (max-width:1050px) {
    .aside {
        padding:20px;
    }
    .aside h2,
    .aside h3,
    .aside h4 {
        margin-top:0px;
        margin-bottom:10px;
    }
}
@media only screen and (max-width:1050px) {
    .homeSlider {
        display:none;
    }
    .homeAside {
        padding:0px;
        width:100%;
    }
}

/*Sliders*/
#slider {

}
#slider ul {
    list-style: none;
}
#slider ul li {
    list-style: none;
    margin:0px;
}
#slider ul.slides li > img {
    float:none;
    display:inline-block;
    vertical-align:bottom;
}
.flexslider {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0 auto;
    clear: both;
    background: none;
}
.flexslider ul {
    list-style: none;
}
.flexslider ul.slides li {
    display: none;
    list-style: none;
    margin: 0;
    position:relative;
}
.flex-direction-nav a {
	margin-top:-35px;
}
.flexslider .flex-direction-nav .flex-next {
    right: -80px !important;
}
.flexslider .flex-direction-nav .flex-prev {
    left: -80px !important;
}
@media only screen and (max-width:1050px) {
    #slider {
        background-repeat:repeat-x;
        background-position:top center;
        background-size:inherit;
    }
    .flex-control-nav,
    .flex-direction-nav {
        /*display:none;*/
    }
}

/*Slider Gallery*/
#slider-gallery {
    max-width:800px;
    margin:0px auto;
}

/*Forms*/
form {
    margin: 10px 0;
}
.forms {
    padding: 0;
    list-style: disc;
}
.forms li {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px 0;
    vertical-align: top;
}
.forms li span {
    width: 100%;
}
.forms li input[type="text"], .forms li select, .forms input[type="text"], .forms select {
    height: 40px;
    line-height:40px;
  	box-sizing:border-box;
	width: 100%;
    margin: 0;
    text-indent: 10px;
    border-radius: 0;
    border: 1px solid #afafaf;
}
.forms li input[type="text"] {
    -webkit-appearance: none;
}
.forms li textarea, textarea {
    width: 100%;
    margin: 0;
	box-sizing:border-box;
    border-radius: 0;
    border: 1px solid #afafaf;
    padding:10px;
}
.forms li select, select {
    height: 44px;
}
.forms li label {
    font-weight: 400;
    vertical-align: middle;
}
.forms li input[type="radio"] {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}
.forms li.submit {
    clear: both;
    display: block;
}
.forms li.submit input {
    background: #12908e;
    border: 1px solid #00a9ad;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 10px 10px 0;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
}
.forms li.submit input:hover {
    background-color:#00a9ad;
    color:#fff;
}
#contactus-page .forms {
    max-width:600px;
	margin:20px auto;
}

.disclaimer {
	font-size:12px;
	padding:20px 0;
	margin-top:20px;
	border-top:1px solid #efefef;
}
.IATS_EventTitle {
    font-size: 22px!important;
    font-weight: 700!important;
    line-height: 30px!important;
    margin:15px 0!important;
    text-transform: none!important;
}

/*News Articles*/
#news ul { list-style:none; margin:0; }
#news ul li { margin:0; }
#news ul li a { display:block; padding:7px 10px; color:#444;
	-webkit-transition:background .15s linear;  
	-moz-transition:background .15s linear;  
	-o-transition:background .15s linear;  
	transition:background .15s linear;	}
#news li:hover a { background:#ccc; }

/*News Feed*/
#newsfeed ul li strong, 
#newsfeed ul li strong a { display:block; font-size:12px; text-decoration:underline; }

/*Person Box*/
.personbox {
    display:inline-block;
    float:left;
    padding:0 10px;
    width:20%;
}
.personbox h2 {
    border:none;
    font-size:21px;
    margin:0px;
    padding:0px 10px;
}
.personbox h3 {
    font-size:13px;
    margin:0px;
    padding:0px 10px;
}
@media only screen and (max-width:1200px) {
    .personbox {
        margin:0 0 30px 0;
        width:33.333%;
    }
}
@media only screen and (max-width:768px) {
    .personbox {
        margin:0 0 30px 0;
        width:50%;
    }
}
@media only screen and (max-width:550px) {
    .personbox {
        margin:0 0 30px 0;
        padding:0px;
        width:100%;
    }
}

/*Preview Box*/
.previewbox {
    background:#eee;
    float:left;
    margin:10px 1% 20px 1%;
    width:31.333%;
}
.previewbox > a {
    display:block;
    overflow:hidden;
}
.previewbox img {
    float:left;
    transition: all .2s ease-in-out;
    width:100%;
}
.previewbox:hover img {
    transform: scale(1.08);
}
.previewbox h3 {
    display:inline-block;
    margin:0px;
}
.previewbox h3 a {
    display:block;
    font-weight:700;
    padding:10px;
}
.previewbox h3 a:hover {
    text-decoration:none;
}
@media only screen and (max-width:1000px) {
    .previewbox {
        width:48%;
    }
}
@media only screen and (max-width:700px) {
    .previewbox {
        margin: 10px 0;
        width:100%;
    }
}

/*FAQ*/
ul.faq {
    background: #E6E6E6;
    display:inline-block;
    margin: 0 0 20px 0 !important;
    padding: 10px;
    width:100%;
}
ul.faq li {
    padding: 5px 0 5px 35px;
    background: url(../../images/ico-faq.png) no-repeat left center;
    min-height: 19px;
    border-bottom: 1px dotted #bbb;
    margin: 0px;
}
ul.faq li:last-child {
    border-bottom: none;
}
.faqreturn {
    border-bottom: 1px solid #bbb;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

/*Search Page*/
#maincontent-textsearch form { margin:20px 0; }

/*Legacy Styles*/
.adminlink, .adminmsg { background:#e6e6e6; border:1px solid #ccc; color:#444; display:block; font:normal 11px "lucida grande", tahoma, verdana, sans-serif; margin:0 auto 10px auto; padding:10px; text-align:left; width:760px; }

/*Misc Stuff*/
div.resource { clear:both; }
cite.required { background:none; }
.data td { border:1px solid #ccc; }
.section-separator {
    border-bottom: 1px solid #ddd;
    float:left;
    margin: 30px 0;
    width:100%;
}

/*Video Stretch*/
figure {
    border:10px solid #ddd;
    float:left;
    padding-left:0px;
    padding-right:0px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin:0 0 20px 0;
    max-width: 100%;
    width:100%;
}
figure iframe, figure object, figure embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mobile-display {
    display:none;
}

/*Mobile Menu Toggle*/
.menuToggle-buttonWrap {
    border-radius:999px;
    cursor:pointer;
    display:none;
    float:right;
    margin:-23px 0 0 0;
    right:20px;
    padding:10px 0;
    vertical-align:middle;
    position:absolute;
    top:50%;
}
.menuToggle-buttonText {
    color: #16594a;
    display:inline-block;
    font-weight:700;
    height:26px;
    line-height:26px;
    padding:0 15px 0 0;
    text-transform:uppercase;
    vertical-align:top;
}
.menuToggle-button {
    cursor: pointer;
    display:inline-block;
    height:26px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    vertical-align:top;
    width: 30px;
}
.menuToggle-button span {
    background: #16594a;
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.menuToggle-button span:nth-child(1) {
  top: 0px;
}
.menuToggle-button span:nth-child(2),
.menuToggle-button span:nth-child(3) {
  top: 10px;
}
.menuToggle-button span:nth-child(4) {
  top: 20px;
}
.menuToggle-button-open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.menuToggle-button-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menuToggle-button-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menuToggle-button-open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
@media only screen and (max-width:980px) {
    .menuToggle-buttonWrap {
        display: inline-block;
    }
}

/*Search Page*/
#sitesearch-page .forms {
    background:#eee;
    content: "";
    display: table;
    clear: both;
    padding:20px;
    width:100%;
}
#sitesearch-page .forms input[type=text] {
    border:none;
    float:left;
    height:50px;
    line-height:50px;
    width:80%;
}
#sitesearch-page .forms input[type=submit] {
    background:#303f5f;
    border:none;
    color:#fff;
    cursor:pointer;
    float:left;
    font-weight:700;
    height:50px;
    line-height:50px;
    text-transform:uppercase;
    width:20%;
}
#sitesearch-page h3 {
    border-bottom:1px solid #eee;
    margin:0 0 30px 0;
    padding:0 0 10px 0;
}
@media only screen and (max-width: 950px) {
    #sitesearch-page .forms input[type=text] {
        width:65%;
    }
    #sitesearch-page .forms input[type=submit] {
        width:35%
    }
}

/* Calendar */
#eventtype {
	border:0;
	font-size:15px;
	margin-bottom:0;
	border-bottom:1px solid #e8e8e5;
}
#eventtype th:before {
	content:"Event Type";
	font-weight:bold;
}
#eventtype td {
	display:inline-block;
	padding-bottom:20px;
}
#eventtype td:first-of-type {
	display:block;
}
#eventtype td br {
	display:none;
}
#eventtype input[type="submit"] {
	display:inline-block;
	margin:0;
}
#eventtype cite {
	display:none;
}
#calendar-page .boldlargetext {
	font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e8e8e5;
}
#eventdetail {
	margin-top:30px;
}
#eventdetail {
	border:none !important;
}
#eventdetail td {
	border:none !important;
	vertical-align:top;
	line-height:24px;
	padding:15px;
	}
#eventdetail td:first-of-type {
	font-weight:bold;
	text-align:right;
	padding-right:20px;
}
#eventdetail .resource {
	border-width:0 0 1px 0;
}
.showweekly {
	display:none;
}
#calendar .selector .prev,
#calendar .selector .next {
	float:left;
	padding:12px 12px;
	color:#444;
	background:none;
	border:1px solid #c9c9c6;
	margin:0 0 20px;
	box-sizing:border-box;
	-webkit-transition:background .15s linear;  
	-moz-transition:background .15s linear;  
	-o-transition:background .15s linear;  
	transition:background .15s linear;
}
#calendar .selector .prev:hover,
#calendar .selector .next:hover {
	background:#d2d2d2;
	border:1px solid #9b9b9b;
}
#calendar .selector select {
	width:auto;
}
#calendar .selector .next {
	float:right;
}
#calendar {
	font-size:12px;
	line-height:18px;
	border:0;
	margin-bottom:30px;
	border-bottom:1px solid #c9c9c6;
	border-collapse:collapse;
	
}
#calendar .date {
	font-weight:bold;
	padding:5px;
	margin:0;
	height:auto;
	width:auto;
	text-align:left;
	display:block;
	float:none;
}
#calendar td {
	background:#fff;
}
#calendar tr.choose {
	border-top:1px solid #d2d2d2;
}
#calendar tr.choose td {
	background:none;
	padding-top:20px;
}
#calendar tr.choose + tr {
	background:#77b1e2;
}
#calendar th {
	border:1px solid #fff;
    color:#fff;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
#calendar .odd td, #calendar .even td {
	border:1px solid #c9c9c6;
	border-width:1px 1px 0 0;
}
#calendar .odd td:first-of-type,
#calendar .even td:first-of-type {
	border-left-width:1px;
}
#calendar tr:first-of-type td,
#calendar tr:nth-of-type(2) td {
	border:0; 
}
#calendar .events li {
	margin:5px;
	border-color:#e7e7e4;
}
#calendar .events li:last-of-type {
	border:0;
}
@media only screen and (max-width: 650px) {
	#eventtype td {
		padding-bottom:8px;
	}
	#calendar th {
		display:none;
	}
	#calendar td {
		display:block;
		width:100%;
		padding:5px;
		border-width:1px 1px 0 1px !important;
	}
	#calendar td:nth-of-type(1) .date:before {
		content:"Sun ";
	}
	#calendar td:nth-of-type(2) .date:before {
		content:"Mon ";
	}
	#calendar td:nth-of-type(3) .date:before {
		content:"Tues ";
	}
	#calendar td:nth-of-type(4) .date:before {
		content:"Wed ";
	}
	#calendar td:nth-of-type(5) .date:before {
		content:"Thurs ";
	}
	#calendar td:nth-of-type(6) .date:before {
		content:"Fri ";
	}
	#calendar td:nth-of-type(7) .date:before {
		content:"Sat ";
	}
}