/* //////////////////////////////////////////////////////////////////////////
1.0 - Default Primary Styles
////////////////////////////////////////////////////////////////////////// */

/* 1.2 Typography -------------------------------------------------------- */

/* H Tags */

h1,.h1 {
    font-size: 2.333em;
	margin: 0 0 0.5em;
	line-height: 1.15;
    font-weight: 700;
    color: #bb2034;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 440px) {
    h1, .h1 {
        font-size: 2em;
    }
}

h2,.h2 {
	font-size:1.944em;
	margin: 0 0 0.5em;
    font-weight: 700;
    color: #231f20;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
}

h3,.h3 {
	font-size:21px;
	margin: 0 0 0.25em;
    color: #f7901e;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
}

h4,.h4 {
	font-size:18px;
	margin: 0 0 0.25em;
	font-weight:normal;
    line-height: 1.5;
    color: #f7901e;
    font-weight: 700;
    text-transform: uppercase;
}

h5,.h5 {
	font-size:16px;
	margin: 0 0 0.25em;
	font-weight:normal;
}

h6,.h6 {
	font-size:14px;
	margin: 0 0 0.25em;
	font-weight:normal;
}

/* Default Links */

a,a:visited {
	color:#bb2034;
	text-decoration: none;
    /*
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
    */
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

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

a:hover {
	color:#f7901e;
}

/* Lists */

ul,
ol {
	margin: 0 0 1.6em 1.3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}


/* 1.4 Elements ---------------------------------------------------------- */
html {
    background: #cccccc;

}
body {
	font-size:18px;
	background-color: #fff;
    color: #000;
    margin: 0 auto;
    line-height: 1.75;
    max-width: 1600px;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	font-size: 1.125em;
	font-style: italic;
	line-height: 1.75;
	margin-bottom: 1.6em;
	padding: 2em;
    color: white;
    font-family: 'Roboto', sans-serif;
    background: #00afab;
    background: -moz-linear-gradient(-45deg, #00afab 0%, #018681 100%);
    background: -webkit-linear-gradient(-45deg, #00afab 0%,#018681 100%);
    background: linear-gradient(135deg, #00afab 0%,#018681 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afab', endColorstr='#018681',GradientType=1 );
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}


/* Placeholder text color - selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

/* 1.5 Forms ------------------------------------------------------------- */
dt {
	padding: 0;
	margin: 0;
}

dd {
	padding: 0px;
	margin: 0 0 1em 0;
}



/* 1.7 Tools ------------------------------------------------------------- */

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.nopadding {
	padding: 0;
}


/* //////////////////////////////////////////////////////////////////////////
Utilities
////////////////////////////////////////////////////////////////////////// */
.l-section-padding--least {
    padding-top: 1em;
    padding-bottom: 1em;
}
.l-section-padding--less {
    padding-top: 2em;
    padding-bottom: 2em;
}
.l-section-padding--base {
    padding-top: 3em;
    padding-bottom: 3em;
}
.l-section-padding--more {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
}
.l-section-padding--most {
    padding-top: 4em;
    padding-bottom: 4em;
}

.l-inline-block--item {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: auto;
}
.l-inline-block--middle {
    vertical-align: middle;
}
.l-inline-block--right {
    text-align: left;
}

.text-accent {
    color: #f7901e;
}
.text-step-down-xs {
    font-size: 60%;
}
.text-step-down {
    font-size: 87.5%;
}
.text-step-up {
    font-size: 125%;
}
.text-margin--none p {
    margin-bottom: 0;
}
.text-invert,
.text-invert h2,
.text-invert .h2,
.text-invert h3,
.text-invert .h3,
.text-invert a {
    color: white;
}

.btn {
    font-size: .75em;
    padding: 1em 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-default,
a.btn-default {
    background: #d8d8d8;
}
.btn-primary,
a.btn-primary {
    background: #bb2034;
    color: white;
    border: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #231f20;
}
.btn-circle-wrap {
    max-width: 95px;
}
.btn-circle {
    width: 100%;
    height: 0;
    padding: 0 0 100%;
    border-radius: 50%;
    overflow: hidden;
}
.btn-circle > .fa {
    display: block;
    color: white;
    width: 100%;
    font-size: 3.75em;
    padding-top: 50%;
    padding-bottom: 50%;
    line-height: 1em;
    margin-top: -.5em;
    text-align: center;
}
.btn-circle > a > .fa {
    display: block;
    font-size: 1.5em;
    margin-bottom:.5em;
}
.btn-full-height {
    padding: 0 1.25em;
    height: 100%;
    font-size: 1em;
    line-height: 1;
    border-radius: 0;
}
.btn-full-height .fa {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


.icon-on-right {
    padding-left: .5em;
}
.icon-on-left {
    padding-right: .5em;
}

.col-solo {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.border-bottom {
    border-bottom: 1px solid #e9e9e9;
}

.bg-main {
    background: #75d9d6;
    color: #005350;
}
.bg-main a {
    color: #005350;
}
.bg-main--gradient {
    color: white;
    background: #bb2034;
    background: -moz-linear-gradient(-45deg,  #bb2034 0%, #971829 100%);
    background: -webkit-linear-gradient(-45deg,  #bb2034 0%,#971829 100%);
    background: linear-gradient(135deg,  #bb2034 0%,#971829 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb2034', endColorstr='#971829',GradientType=1 );
}
.bg-main--gradient h2,
.bg-main--gradient h3,
.bg-main--gradient .h2,
.bg-main--gradient .h3 {
    color: white;
}
.bg-alternate--lighter {
    background: #f1f1f1;
}
.bg-alternate {
    background: #d8d8d8;
}
.bg-alternate--darker {
    background: #d1d1d1;
}
@media (min-width:992px) {
    .l-inline-block--right {
        text-align: right;
    }
}



/* //////////////////////////////////////////////////////////////////////////
Navigation Modules
////////////////////////////////////////////////////////////////////////// */

/* Superfish (header nav) -------------------------- */
.m-nav--header {
    float: none;
    background: #000;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
    margin-bottom: -76px;
    position: relative;
    z-index: 20;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.2);
}
.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
    float: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu > li {
	display:inline-block;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-sub-indicator {
	display:none;
}
.sf-menu {
	text-align: center;
	margin-bottom: 0;
}
.sf-menu ul {
    background: #bb2034;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: .75em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #ffffff;
}
.sf-menu li {
    text-transform:uppercase;
    font-weight: 600;
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
    text-transform: none;
    font-weight: normal;
    font-size: 0.889em;
	background: #bb2034;
    text-align: left;
}
.sf-menu ul li a {
    padding: .5em .75em;
}
.sf-menu ul ul li {
	background: #6ca437;
}
.sf-menu li:hover a,
.sf-menu li.sfHover a {
	color: #ffffff;
    background: #bb2034;
	-webkit-transition: none;
	transition: none;
}
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a {
    background: #911425;
	color: white;
	-webkit-transition: none;
	transition: none;
    background-clip: padding-box;
}
@media (min-width:992px) {
    .sf-menu a {
        padding: 1.25em 1em;
    }
}

/* Mobile Nav -------------------------- */
.m-navbar--mobile {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
#mobnav-btn {
	font-family: FontAwesome;
	opacity: 1;
	color: white;
    background: #bb2034;
	cursor: pointer;
	border: 2px solid #bb2034;
	z-index: 9;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.mobnav-phone {
    background: #d8d8d8;
    color: white;
    -webkit-box-shadow: 0px 0 20px 0 rgba(0,0,0,.2);
    box-shadow: 0px 0 20px 0 rgba(0,0,0,.2);
}
.m-nav-mobile {
	position: fixed;
	height: 100%;
	left: -100%;
	bottom: 0%;
    width:100%;
	top: 0%;
	z-index: 99999999999999999;
	padding-top: 3em;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	zoom: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.m-nav-mobile-close {
	display: block;
	width:90%;
	margin:auto;
    background: #bb2034;
    color: white;
	margin-bottom:10px;
	text-align:center;
	padding:10px 20px;
    text-transform: uppercase;
    font-weight: 700;
	cursor: pointer;
}
.m-nav-mobile ul {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	list-style: none;
}
.m-nav-mobile ul .mli {
	display:block;
	width:90%;
	margin:auto;
	margin-bottom:5px;
	padding:10px 20px;
}
.m-nav-mobile ul .mli:before,
.m-nav-mobile ul .mli:after {
	content: " ";
	display: table;
}
.m-nav-mobile ul .mli:after {
	clear: both;
}
.m-nav-mobile ul .mli:hover {
	background: #bb2034;
}
.m-nav-mobile ul .mli:hover a {
    color: white;
}
.m-nav-mobile ul .mli:hover .mli-expand {
    color: white;
}
.m-nav-mobile ul a {
	display:block;
	width:80%;
    font-weight: 700;
    text-transform: uppercase;
	float:left;
    color: #515151;
	font-size:16px;
	line-height:30px;
}
.m-nav-mobile ul ul .mli {
	padding-left:40px;
}
.m-nav-mobile li ul {
	display:none;
    padding: 0;
}
.m-nav-mobile li.mli-active ul {
	display:block;
    background: rgba(0, 0, 0, .05);
}
.m-nav-mobile ul ul ul .mli {
	padding-left:80px;
}
.m-nav-mobile li.mli-active ul ul {
	display:none;
}
.m-nav-mobile li.mli-active ul li.mli-active ul {
	display:block;
}
.mli-expand {
	color: #bb2034;
	font-size:20px;
	width:10%;
	float:right;
	text-align:right;
}
.mobile-menu-open .m-nav-mobile {
	z-index: 9999999999999;
	zoom: 1;
	left: 0%;
}
.m-nav--mob-extra {
    padding-left:20px;
    padding-right: 20px;
}

/* Sidebar Nav (internal twocolumn only) -------------------------- */
.sidenav {
	width: 100%;
}
ul.fmlnav li {
	list-style: none outside none;
    margin-bottom: .75em;
}
ul.fmlnav li:last-child {
    margin-bottom: 0;
}
.m-nav--int {
    border-radius: 5px;
    margin: 1.5em 0;
    z-index: 15;
}
.m-nav--int > ul {
    margin: 0;
    padding-left: 0;
}
.m-nav--int li > ul {
    margin-left: 0;
    padding: 1.5em 2em;
    font-weight: 600;
    border: 2px solid #d8d8d8;
    border-top: none;
    text-transform: uppercase;
}
.m-nav--int li > ul ul {
    margin-left: 1.5em;
    padding: .5em 0;
    font-size:.875em;
    text-transform: none;
    border: none;
}
.m-nav--int li.fmlactive > a {
    padding: 1em 2em;
    color: #ffffff;
    background: #f7901e;
    font-weight: 700;
    font-style: italic;
    font-size: 1.222em;
    font-family: 'Roboto', sans-serif;
}
.m-nav--int li.fmlactive ul li.fmlactive > a {
    color: #e15e1e;
    background: none;
    padding: inherit;
    font-weight: 600;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
}
ul.fmlnav li a {
    color: #525252;
	display: block;
	text-decoration:none;
}
ul.fmlnav ul li a {
    color: #818181;
}

/* Bootstrap Tab Nav -------------------------- */
.nav-tabs {
    margin: 2em 0 0;
    padding: 0;
}
.nav-tabs li {
    width: 33.3333%;
    border-left: 1px solid white;
    font-size: .75em;
    font-weight: 700;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
}
.nav-tabs li:first-child {
    border-left: 0;
}
.nav-tabs li > a {
    padding-top: .75em;
    padding-bottom: .75em;
    margin-right: 0;
}
.nav-tabs > li > a:hover {
    background: #75d9d6;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: #75d9d6;
    color: white;
    outline: none;
}
@media (min-width:440px) {
    .nav-tabs li {
        font-size: 1em;
    }
}
@media (min-width:768px) {
    .nav-tabs li {
        font-size: 1.5em;
    }
}

/* //////////////////////////////////////////////////////////////////////////
Header Module
////////////////////////////////////////////////////////////////////////// */
.m-header {
    position:relative;
}
.logo {
    padding-top: 1em;
    padding-bottom: 1em;
}
.logo > a > img {
    max-width: 150px;
}
.m-social a{
    margin: 0 .5em;
}
.m-social a:first-child {
    padding-left: 0;
}
.m-social a:last-child {
    padding-right: 0
}
.m-social--hdr a {
    color: #777777;
}
.m-hdr--subnav a {
    padding: 0 1em;
    color: #858585;
    font-size: 0.778em;
}
.m-hdr--subnav a:last-child {
    padding-right: 0;
}
@media (min-width:600px) {
    .logo > a > img {
        width: 100%;
    }
}
@media (min-width:768px) {
    .logo > a > img {
        max-width: 220px;

    }
}
@media (min-width:992px) {
    .logo {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .logo > a > img {
        max-width: 220px;

    }
}

/* //////////////////////////////////////////////////////////////////////////
Footer Module
////////////////////////////////////////////////////////////////////////// */
.m-footer--bg {
    background: url('/images/footer-bg.jpg') center center no-repeat;
    background-size: cover;
}
.m-footer h3 {
    margin-bottom: 1em;
}
.m-footer--list a {
    color: #515151;
}


/* //////////////////////////////////////////////////////////////////////////
Callout Module
////////////////////////////////////////////////////////////////////////// */
.callout-container {
    padding-bottom: 0;
}
.m-callout {

}
.m-callout > a {

}
.m-callout--text {

}
.m-callout--title {

}
.m-callout--hp {
    position: relative;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #d8d8d8;
}
.m-callout--hp:last-child {
    margin-bottom: 0;
}
.m-callout--hp h3 {
    color: #515151;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.m-callout--hp p {
    font-size: 0.944em;
    margin-bottom: 0;
}
.m-callout--hp a {
    position: absolute;
    top:0;
    bottom:0;
    width: 100%;
    font-size: 0;
}
.m-callout--hp:hover h3 {
    color: #bb2034;
}
.m-callout--hp:hover .btn-circle {
    background: #bb2034;
}
.m-callout img {
	width:100%;
}
@media (min-width:992px) {
    .m-callout--hp {
        border-bottom: none;
        margin-bottom: 2.5em;
        padding-bottom: 0;
    }
}


/* 5.2 Lightbox ---------------------------------------------------------- */

div.dimgw {
	width: 240px;
	float: right;
}

div.pimg-large {
	border: 1px solid #d6d6d6;
	position: relative;
	opacity: 1;
	filter:alpha(opacity=100);
	transition-property: opacity;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-duration: .1s;
	-moz-transition-duration: .1s;
	-webkit-transition-duration: .1s;
	transition-timing-function: ease-in;
	-moz-transition-timing-function: ease-in;
	-webkit-transition-timing-function: ease-in;
}

div.pimg-large:hover {
	opacity: .8;
	filter:alpha(opacity=80);
}

div.pimg-large img {
	width: 100%;
    height: auto;
    margin: 0!important;
	padding: 3px;
}

/* thumbnail - 100x75 */

div.pimg-thumbs {
	margin-top: 6px;
	display: none;
}

div.pimg-thumbs div.pimg {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

div.pimg-thumbs div.pimg img {
	border: 2px solid #d6d6d6;
}

div.pimg-thumbs div.pimg img {
}

.lightbox-group {
    width: 100%;
	float: none;
	margin-left: 0;
	position: relative;
	margin-bottom: 20px;
}

.lightbox-group .xexpand {
	position: absolute;
    width: auto!important;
    max-width: 100%!important;
    margin: 0!important;
	bottom: 4px;
	right: 4px;
	z-index: 9;
}

@media (min-width: 440px) {
    .lightbox-group {
        width: 50%;
        float: right;
        margin-left:20px;
    }
}
@media (min-width: 768px) {
    .lightbox-group {
        width: 35%;
        float: right;
        margin-left:20px;
    }
}


/* //////////////////////////////////////////////////////////////////////////
Breadcrumbs Module
////////////////////////////////////////////////////////////////////////// */
.m-bcrumbs {
    font-size: 0.722em;
    color: #515151;
	text-transform: lowercase;
	padding-top:5px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
}
.m-bcrumbs a {
	color: #515151;
	text-decoration: none;
}
.m-bcrumbs a.xactive {
	font-weight: bold;
}
.m-bcrumbs a:hover {
	color: #006c68;
}

/* //////////////////////////////////////////////////////////////////////////
6.0 - Content
////////////////////////////////////////////////////////////////////////// */

.xpagebodytext p:last-child {
    margin-bottom: 0;
}


/* 6.3 Articles ---------------------------------------------------------- */
.m-post-feed {
    margin: 1.5em auto;
}
.m-post-feed--date {
    color: rgba(255,255,255,0.7);
    font-weight: 700;
}
.m-post-feed--date,
.m-post-feed--title {
    margin-bottom: .25em;
}
a.m-post-feed--title  {
    color: #fff;
    font-size: 1.333em;
    font-weight: 700;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
}
a.m-post-feed--title:hover  {
    color: #fff;
}
a.m-post-feed--title:visited {
    color: white;
}
.m-post-feed--more {
    color: #002a28;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
}
.m-post-feed--more:visited {
    color: #002a28;
}


/* 6.4 News -------------------------------------------------------------- */
.news_date {
	font-size: 14px;
	color: #aaa;
}
.news_entry {
	border-bottom: 1px solid #eee;
	padding-bottom: 2em;
	margin-bottom: 2em;
}
.news_title {
	margin: .5em 0;
	font-size: 1.5em;
}

.news_entry:last-child {
	border-bottom: 0px solid #eee;
}

/* //////////////////////////////////////////////////////////////////////////
Blog Module
////////////////////////////////////////////////////////////////////////// */
.blog-cat-desc {
	margin: 0px 0px 20px 0px;
}
/* Blog Generic Left Navigation Block */
.blog-nav-block {
	margin:0px 0px 12px 0px;
}
.blog-nav-title {
	font-weight:bold;
	margin:0px 0px 6px 0px;
}
/* Blog Category Navigation */
.bcatnav {
	margin: 0;
    padding: 0;
}
.bcatnav li {
	list-style: none;
}
.bcatnav a {
	display: block;
	padding: 0px;
}
.bcatnav ul li a {
	padding: 3px 12px;
}
/* BLOG Archive List */
.blog-arch-list {
	margin: 0;
    padding: 0;
}
.blog-arch-list .balist-item {
	margin: 0px 0px 4px 0px;
}
/* BLOG Index List */
.blog-article {
	padding: 0px 0px 40px 0px;
	margin: 0px 0px 40px 0px;
	border-bottom: 1px solid #ccc;
}
.blog-article:last-child {
	border-bottom: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
}
.blog-archive .blog-article {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}
.blog-article h2 {
	margin: 0px 0px 6px 0px;
}
.blog-article .ba-desc {
	margin: 0px 0px 16px 0px;
}
.blog-article .ba-byline {
	margin:0px 0px 10px 0px;
	color: #999;
	font-size: 11px;
}
.blog-article .ba-byline a {
	color: #999;
}
.blog-article .ba-credit {
	font-size: 12px;
	background-color: #ededed;
	padding: 5px 10px;
}
.blog-article .ba-share {
	float:right;
	width: auto;
	margin:0px 0px 0px 20px;
	background-color: white;
	padding-left: 20px;
}
.blog-article .ba-share .ba-share-fb {
	float:left;
	width:55px;
}

.blog-article .ba-share .ba-share-twitter {
	float:left;
	width:65px;
}
.blog-article .ba-share .ba-share-google {
	float:left;
	width:52px;
}
/* BLOG Paging */
ul.blog-paging-list {
	list-style-type:none;
	margin-left:0px;
}
.blog-paging-list li {
	float:left;
	margin:0px 3px 0px 0px;
	height:40px;
}
.blog-paging-list a {
	-moz-border-radius: 3px 3px 3px 3px;
	background-color: #F6F6F6;
	border: 1px solid #C8D5E0;
	color: #1E598E;
	font-weight: bold;
	padding: 8px 10px;
	text-decoration: none;
}
.blog-paging-list a:hover {
	background-color: #1E598E;
	border: 1px solid #1E598E;
	color: #fff;
}
.blog-paging-list span {
	-moz-border-radius: 5px 5px 5px 5px;
	background-color: #fff;
	border: 1px solid #C8D5E0;
	color: #444444;
	padding: 8px 10px;
	text-decoration: none;
}

/* //////////////////////////////////////////////////////////////////////////
Testimonial Module (base styles)
////////////////////////////////////////////////////////////////////////// */
.testimonial_block {
	display: block;
	padding: 20px 0;
	border-bottom:
		1px solid #ddd;
}
.testimonial_block .testimonial_text {
	display: block;
	padding: 0 0 10px;
}
.testimonial_block .testimonial_name {
	display: block;
	font-weight: bold;
}
.testimonial_block .testimonial_info {
	display: block;
	font-size: 13px;
	padding: 3px 0 0;
}
.testimonial_block .testimonial_info .tmcompany {
	font-style: italic;
}
.testimonial_block .testimonial_loc {
	display: block;
	font-size: 12px;
}
.testimonial_photo {
	width: 150px;
	float: right;
	margin: 0 0 10px 10px;
}
/* Toggle Testimonial List */
a.testimonial_name_toggle {
	display: block;
	font-weight: bold;
	margin: 20px 0 0;
	padding: 3px 0;
	text-decoration: none;
}
a.testimonial_name_toggle:hover {
	text-decoration: underline;
}
.testimonial_block_toggle {
	display: block;
	padding: 0 0 20px;
	border-bottom: 1px solid #ddd;
}
.testimonial_block_toggle .testimonial_text {
	display: block;
	padding: 10px 0 0;
}
.testimonial_block_toggle .testimonial_info {
	display: block;
	font-size: 13px;
	padding: 3px 0 0;
}
.testimonial_block_toggle .testimonial_info .tmcompany {
	font-style: italic;
}
.testimonial_block_toggle .testimonial_loc {
	display: block;
	font-size: 12px;
}
.testimonial_photo_toggle {
	width: 150px;
	float: right;
	margin: 0 0 10px 10px;
}

/* //////////////////////////////////////////////////////////////////////////
Related Files/Docs MOdule (appears at bottom of page)
////////////////////////////////////////////////////////////////////////// */
.related {
	width:95%;
	padding:20px 30px;
	margin-bottom:20px;
	background: #f6f6f6;
}
.related .h3 {
	color: #818285;
	margin-bottom: 14px;
}
.related-item {
	margin-bottom:10px;
}
.related-item:last-child {
	margin-bottom:0px;
}
.related a:link,
.related a:visited,
.related a:active {
	font-size:1.8rem;
	display:block;
	color: #5a5e63;
	text-decoration: none;
}
.related a:hover {
	color: #30353d;
}
.related-files-table {
	margin-top: 10px;
	margin-left: 20px;
}
.related-files-table td {

}
.related-files-table td.rf-icon {
	padding-right: 10px;
	padding-bottom: 5px;
}
.related-files-table td.rf-link {
	padding-top: 3px;
}

/* //////////////////////////////////////////////////////////////////////////
Forms Module (specifically contact)
////////////////////////////////////////////////////////////////////////// */
.zend_form fieldset {
	background:#f3f3f3;
	padding:1.6em 4.0%;
	margin:1.75em 0;
	border:0;
}
.zend_form textarea.form-control {
	height:8em;
}
.errors {
	padding: 0px;
	margin: 0px;
}
.errors li {
	color: #F00;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#blogin-label {
	display: none;
}
#information-label {
	display:none;
}

/* //////////////////////////////////////////////////////////////////////////
Gallery Module - w/ Lightbox
////////////////////////////////////////////////////////////////////////// */
.gallery-group {
	width: 33%;
	float:left;
	margin-bottom:20px;
}

.fmgimg {
	width: 90%;
	margin-bottom:2px;
}

.fmgimg img {
	width: 100%;
	border:1px solid #ccc;
}
.fmgtitle {
	width:90%;
	font-weight:bold;
}
.fmgdesc {
	width:90%;
}
.int-photos .gallery-group { width: 100%; }
table.fm-gallery {
	width: 100%;
}
table.fm-gallery td {
	width: 25%;
}
table.fm-gallery td .title {
	font-weight: bold;
	margin-top:4px;
	width: 210px;
}
table.fm-gallery td .desc {
	width: 210px;
}
.fmgimg {
	border: 1px solid #ccc;
}
table.int-photos {
	float: right;
	margin-left:30px;
	margin-bottom: 30px;
	text-align: center;
	max-width: 200px;
}

/* //////////////////////////////////////////////////////////////////////////
Hero Area Module
////////////////////////////////////////////////////////////////////////// */
.m-hero--hp,
.m-hero--int {
    position:relative;
    z-index: 0;
}
.m-hero--img > img {
    width: 100%;
}
.m-hero--int-img {
    min-height: 285px;
}
.m-hero--content {
    padding: 3em 1em;
    background: #d8d8d8;
}
.m-hero--content-int {
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 1em;
}
.m-hero--content-left {
    left: 0;
}
.m-hero--content-right {
    right: 0;
}
.m-hero--content-width {
    max-width: 750px;
}
.m-hero--title {
    font-weight: 700;
    font-size: 1.75em;
    line-height: 1.25;
    color: #231f20;
    text-transform: uppercase;
}
.m-hero--caption {
    font-size: 1.75em;
    margin-bottom: .25em;
    line-height: 1.25;
    color: #005350;
    font-weight: bold;
    font-style: italic;
    font-family: 'Merriweather', serif;
}
@media (min-width: 440px) {
    .m-hero--title {
        font-size: 2em;
    }
}
@media (min-width:768px) {
    .m-hero--content {
        position:absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        padding: 1em;
        background: none;
    }
    .m-hero--content-left {
        left: 5%;
    }
    .m-hero--content-right {
        right: 5%;
    }
    .m-hero--caption {
        font-size: 2em;
        margin-bottom: .25em;
        line-height: 1.25;
        color: #005350;
        font-weight: bold;
        font-style: italic;
        font-family: 'Roboto', sans-serif;
    }
}
@media (min-width: 992px) {
    .m-hero--content-int {
        top: 63%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .m-hero--caption {
        font-size: 2.75em;
        margin-bottom: .25em;
        line-height: 1.25;
        color: #005350;
        font-weight: bold;
        font-style: italic;
        font-family: 'Roboto', sans-serif;
    }
}

/* //////////////////////////////////////////////////////////////////////////
Slick Slider
////////////////////////////////////////////////////////////////////////// */
.slick
.slick-prev,
.slick-next {
    font-size: 0;
    position: absolute;
    z-index:10;
    top: 50%;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    width: 45px;
    height: 45px;
    margin-top: -22.5px;
    background: rgba(119, 119, 119, .3);
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev:before,
.slick-next:before {
    font-family: "FontAwesome";
    font-size: 18px;
    color: white;
}
.slick-prev:before {
    content: "\f053";
}
.slick-next:before {
    content: "\f054";
}
.slick-dots {
    bottom: 0;
    left: 50px;
    position: absolute;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots button {
    font-size: 0;
    border: none;
    background: transparent;
    color: white;
    padding: 0;
    padding-right: 15px;
    vertical-align: top;
}
.slick-dots button:focus {
    outline: 0;
}
.slick-dots li.slick-active button {
    color: #00c4bf ;
}
.slick-dots li button:before {
    content:"\f111";
    font-family: "FontAwesome";
    font-size: 10px;
}

/* //////////////////////////////////////////////////////////////////////////
Half grid with background image beside (See hp bottom area)
////////////////////////////////////////////////////////////////////////// */
.m-half--with-image {
    position:relative;
}
.m-half--with-image:before {
    content: "";
    display: block;
    position:absolute;
    left: 0;
    top: 0;
    height: 300px;
    width: 100%;
    background: url(/images/piedmont/hp-bottom-bg-mob-v2.jpg) center center no-repeat;
    background-size: cover;
}
.m-half--content {
    width: 100%;
    padding: 300px 2em 0;
    float: right;
}

@media (min-width: 1169px) {
    .m-half--with-image:before {
        content: "";
        height: 100%;
        width: 50%;
        background: url(/images/piedmont/hp-bottom-bg-v2.jpg) center center no-repeat;
        background-size: cover;
    }
    .m-half--content {
        width: 50%;
        padding: 0 4em;
    }
}

/* //////////////////////////////////////////////////////////////////////////
Search as bar and block
////////////////////////////////////////////////////////////////////////// */

/* Search Bar -------------------------- */
.m-search--bar {
    position:relative;
    color: #aaaaaa;
    font-size: 0.833em;
    padding-left: .5em;
    line-height: 1;
    /*border-bottom: 1px solid #ebebeb;*/
}
/*.m-search--bar:before input:focus {
    border-color: #75d9d6;
} */
.gsc-control-cse {
    padding: 0 !important;
    border: 0 !important;
}
#___gcse_0 {
    width: 280px;
}
table.gsc-search-box {
    margin-top: 4px;
}
td.gsc-search-button {
    position: relative;
}
/*td.gsc-search-button:after {
    position: absolute;
    content:"\f002";
    font-family: FontAwesome;
    left: 23px;
    top: 8px;
    color: #fff;
    pointer-events: none;
}*/
input.gsc-search-button-v2 {
    height:auto!important;
    width: auto!important;
    padding: .65em 1.5em !important;
}
.gsc-results-wrapper-overlay {
    text-align: left !important;
}
.gsc-webResult.gsc-result {
    line-height: 1.4 !important;
    margin-bottom: .65em !important;
}
.gsc-tabHeader {
    overflow: hidden !important;
}
.gsc-input-box {
    height: auto!important;
}

/*.m-search--bar:before {
    content: '\f002';
    font-family: "FontAwesome";
    position:absolute;
    left: 0;
    bottom: 4px;
}*/
/*.m-search--bar input {
    border:none;
    outline: none;
    box-shadow: none;
    color: #aaaaaa;
    border-radius: 0;
}
.m-search--bar input:focus {
    border-color: #75d9d6;
    box-shadow: none;
}*/

/* Search Block -------------------------- */
.m-search--block {
    padding-left: 2em;
    padding-right: 2em;
}
.m-search--block form {
    background: white;

}
.m-search--block input {
    border-radius: 0;
    border: 0;
    width: 75%;
    font-size: 1em;
    background: white;
    display: inline-block;
    vertical-align: middle;
    color: #878787;
    box-shadow: none;
}
.m-search--block input:focus {
    outline: none;
    box-shadow: none;
}
.m-search--block .btn {
    width: 25%;
    padding: 6px 12px;
    font-size: 1em;
    font-family: "FontAwesome", "Open Sans", sans-serif;
}
.m-search--block h3 {
    color: #231f20;
    margin-bottom: .75em;
    font-size: 1.167em;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 700;
}
@media (min-width: 768px) {
    .m-search--block {
        padding-left: 4em;
        padding-right: 4em;
    }
    .m-search--block-int {
        padding-left: 2em;
        padding-right: 2em;
    }
    .m-search--block .btn {
        font-size: 1.444em;
    }
}

/* //////////////////////////////////////////////////////////////////////////
List Modules
////////////////////////////////////////////////////////////////////////// */

/* Horizontal Lists -------------------------- */
.links-list--horizontal ul {
    margin: 0;
    padding: 0;
}
.links-list--horizontal li {
    display: block;
    padding: .5em;
}
@media (min-width:768px) {
    .links-list--horizontal li {
        display: inline-block;
        padding: 0 .5em;
    }
}

/* Vertical Lists -------------------------- */
.links-list--vert ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.links-list--vert li {
    margin-bottom: .5em;
}
.links-list--vert li:last-child {
    margin-bottom: 0;
}
.links-list--vert li:after  {
    content: "\f105";
    font-family: "FontAwesome";
    padding-left: .75em;
}

/* Vertical Lists Special Case -------------------------- */
.links-list--vert-spec ul {
    padding-left: 4em;
    padding-right: 4em;
}
.links-list--vert-spec a {
    color: #515151;
}
.links-list--vert-spec li {
    margin-bottom: 1em
}
.links-list--vert-spec li:after  {
    color: #bb2034;
    font-weight: bold;
}


/* //////////////////////////////////////////////////////////////////////////
SHAME (overrides)
////////////////////////////////////////////////////////////////////////// */
.tab-pane {
    padding: 0 2em;
}
.hp-content {
    max-width: 100%;
}
.xlayout-error .m-nav--header,
.xlayout-article .m-nav--header {
    margin-bottom: auto;
}
#btci {
    display: none !important;
}

.m-content--press-graphics a {
    display: inline-block;
    width: 30%;
    padding: 1em;
}

.m-content--press-graphics a img {
    width: 144px;
}
.m-content--downloadable-photos {
    text-align: center;
}
.m-content--downloadable-photos .full {
    width: 100%;
}
.m-content--downloadable-photos td img {
    width: 75%!important;
}
.m-content--downloadable-photos tr.full td img {
    width: 100%!important;
}
.m-content--downloadable-photos tr {
    float: none;
    width: 100%;
    min-height: 250px;
    display: block;
    margin-bottom: 1em;
}
.m-content--downloadable-photos td {
    display: inline-block;
}

.m-content--downloadable-photos td:nth-of-type(2) {
    width: 100%;
}
.m-content--downloadable-photos p {
    font-size: .825em;
}
.m-content--downloadable-photos p strong {
    font-size: 1.25em;
}
.facility-photos {
    text-align: center;
}
.facility-photos a {
    display: inline-block;
    padding: 0.5em;
    width: 100%;
}
.facility-photos img {
    width: 100%;
    height: auto;
}

@media (min-width: 440px) {
    .m-content--downloadable-photos tr {
        float: left;
        width: 50%;
    }
    .facility-photos a {
        display: inline-block;
        padding: 0.5em;
        width: 49%;
    }
}
@media (min-width: 768px) {
    .m-content--downloadable-photos tr {
        width: 33%;
    }
}

/* //////////////////////////////////////////////////////////////////////////
Responsive (Media Queries)
////////////////////////////////////////////////////////////////////////// */

@media (max-width:440px) {
    .xpagebodytext img {
        width: 100% !important;
        height: auto !important;
        float: none !important;
        margin: .5em auto !important;
    }

    .xpagebodytext iframe {
        width: 100% !important;
    }
}

/* Medium Devices (desktops, 992px and up) -------------------------- */
@media (min-width: 992px) {
	.primary-nav {
		display:block;
	}
    .tab-pane {
        padding: 0 4em;
    }
    .hp-content {
        max-width: 545px;
    }
}

/* Custom Container Size -------------------------- */
@media (min-width:1310px) {
    .container {
        width: 1280px;
    }
}

.comparison-table--wrapper {
    width: 100%;
    overflow-x: scroll;
}
.comparison-table {
    width: 700px;
    border-color: white;
    border-width: 0px;
}
.comparison-table .table-data {
    font-size: .825em;
    width: 90px;
}
.comparison-table td {
    height: 100px;
    line-height: 1.3;
    padding: 5px;
}
.comparison-table td span {
    font-size: .75em!important;
}
.comparison-table-grid-cell {
    background: #d8d8d8;
    border-radius: 9px;
    font-weight:bold;
    color: #7D7C7F;
    text-align: center;
}
.comparison-table th {
    color: #2E9490;
    font-size: 0.875em;
    text-align: center;
}
.comparison-table-expand-button{
    color: #ffffff;
    background: #75d9d6;
    cursor: pointer;
    font-size: .875em;
    width: 150px;
}
.comparison-table tr:last-of-type td {
    background-color: transparent;
}

.xsidebar-cta {
    padding:0px;
}

.sidebar-callouts .callout {

}

.sidebar-callouts .callout img {
    width: 100%;
}