@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Droid+Sans|Droid+Serif');


/* Control Tech Colors
--------------------------------------------------------------------------
Red: #B30838
Cream: #F3F3EB
--------------------------------------------------------------------------*/


/* Base
--------------------------------------------------------------------------*/

*
{
    margin: 0;
    padding: 0;
}
body
{
    font-size: 13px !important;
    font-family: 'Droid Sans', sans-serif;
}
#ctaBody
{
	background: #f3f3eb;
	width: 100%;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	color: #4D4D4D;
}
#ctaBody a
{
    color: #b30838;
	font-family: 'Droid Sans', sans-serif;
    text-decoration: none;

}
#ctaBody a:hover
{
    color: #777;
    text-decoration: underline;
}
p
{
    margin: 0 0 15px;
}
.sfContentBlock
{
    margin: 0 !important;
    padding: 0 !important;
}
.sfContentBlock ul li
{
    list-style-type: disc;
    margin-left: 17px;
}

ol {
    margin:0px 0;
    padding:0;
    list-style-position: inside;
}

ol li
{
    margin: 0px;
    padding: 0px;
    text-indent: -2.2em;
    margin-left: 3.4em;
}

.careerDetail ul
{
    margin-bottom: 20px;
}
.careerDetail ul li
{
    list-style-type: disc;
    margin-left: 17px;
}
.sfimageWrp img
{
    margin-bottom: 20px;
}

/* Super Header
--------------------------------------------------------------------------*/
header {
    height: 40px;
	line-height: 40px;
    width: 100%;
}
.network-wrapper {
	position: fixed;
	width: 100%;
	height: 40px;
	background: #333333;
	z-index: 6;
	border-bottom: 1px solid #6b767f;
}
.network-wrapper img {
    margin-left: 60px;
    vertical-align: middle;
}
.search-header {
	float: right;
	z-index: 10;
	position: fixed;
	top: -1px;
	right: 0;
}


/* Super Header > Navigation Slide Out
--------------------------------------------------------------------------*/
.menu-wrapper {
	z-index: 11;
	position: fixed;
	top: 0;
	height: 100%;
	width: 280px;
	margin-left: -280px;
	overflow: auto;
    background-color: #404041;
    font-size: 1em;
	font-weight: 700;
	transition: .25s
}
.menu-show {
	margin-left: 0;
	box-shadow: 4px 2px 15px -4px #000
}
.menu-sidebar {
	position: relative;
	top: 46px;
    /*margin: -15px 0 80px 10px*/
}
.menu-sidebar ul.menu {
    list-style: none;
    padding: 0;
    background: #555
}
.menu-sidebar li {
	padding: 10px;
    border-bottom: 1px solid #404041;
	line-height: initial
}
.menu-sidebar li ul li {
    padding-bottom: 0;
    border-bottom: none;
}
.menu-sidebar li > a {
	position: relative;
    color: #fff !important;
	font-size: 1em;
	font-weight: 300;
    text-decoration: none !important
}
.menu-sidebar li > a:hover {
	color: #65cbc9 !important
}
.menu-sidebar li > a::after {
	content: "";
	position: absolute;
	top: 100%;
    left: 50%;
	transform: translate(-50%);
    display: block;
	width: 100%;
    height: 0.15em;
	background-image: linear-gradient(to right, transparent 50.3%, #65CBC9 50.3%);
	background-size: 200% auto;
    transition: background-position .2s .1s ease-out
}
.menu-sidebar li > a:hover::after {
	background-position: -100% 0
}
.menu-sidebar .menu-item-has-children {
	position: relative
}
.menu-sidebar .menu-item-has-children .sub-menu {
	display: none
}
.sidebar-menu-arrow::after {
	content: "\f107";
	position: relative;
    padding: 10px;
	color: #FFFA3B;
    font-family: 'FontAwesome'
}
.sidebar-menu-arrow:hover::after {
	cursor: pointer;
	color: #fff
}
.sidebar-menu-arrow:active::after {
	top: 2px
}
.social-media {
	padding-left: 15px
}


/* Super Header > Navigation Button
--------------------------------------------------------------------------*/
.toggle-button {
	position: fixed;
	width: 25px;
	height: 23px;
	padding: 9px;
	transition: .25s;
	z-index: 150;
    background: #B30838;
}
.toggle-button:hover {
	cursor: pointer;
    background: transparent;
}
.toggle-button .menu-bar {
	position: absolute;
	border-radius: 2px;
	width: 50%;
	transition: .5s;
	height: 4px;
	background-color: #ffffff;
}
.toggle-button:hover .menu-bar {
    background-color: #64ccc9;
}
.toggle-button .menu-bar-top {
	top: 10px;
}
.toggle-button .menu-bar-middle {
	margin-top: 7px;
	margin-bottom: 7px;
	top: 10px;
}
.toggle-button .menu-bar-bottom {
	top: 24px;
}
.button-open {
	left: 0px;
    background: none;
}
.button-open .menu-bar-top {
	border-color: #fff;
	transform: rotate(45deg) translate(8px, 8px);
	transition: .5s;
}
.button-open .menu-bar-middle {
	background-color: #fff;
	transform: translate(230px);
	transition: .1s ease-in;
	opacity: 0;
}
.button-open .menu-bar-bottom {
	border-color: #fff;
	transform: rotate(-45deg) translate(2px, -2px);
	transition: .5s;
}


/* Super Header > Social Links
--------------------------------------------------------------------------*/
.super-header-social-media {
    display: none;
}


/* Search
--------------------------------------------------------------------------*/
.search-header input[type=submit] {
	margin: 0 0 0 -4px;
	padding: 0 !important;
	height: 40px;
	width: 40px;
	border: 0;
	background-color: #B30838;
	background-image: url('/sfimages/default-source/default-album/search.png');
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
	border-radius: 0;
}
.search-header input[type=submit]:hover {
	background-color: #5b6770;
	/*background-image: url('/sfimages/default-source/base/search.png');*/
	background-repeat: no-repeat;
	background-position: center;
    cursor: pointer;
}
.search-header .sfsearchBox span.sfsearchTxt {
	border: 0;
}
.search-header .sfsearchBox input.sfsearchTxt {
	height: 36px;
    width: 200px !important;
	margin: 0;
	padding: 3px;
	border: 0;
	background: #fff;
	border-radius: 0;
}

.search-header span.k-clear-value.k-hidden {
    display: none;
}



/* Super Header >> Search
--------------------------------------------------------------------------*/
#header-wrapper .sf_2cols_2in_50
{
    border: 0 !important;
    float: right;
    margin-top:-1px;
}
#header-wrapper input#searchTerms, input#cphHeaderWrap_T8BFCBA10020_ctl00_ctl00_searchTextBox
{
    border: 0 !important;
    width: 200px !important;
    height: 41px;
    line-height: 41px;
    padding: 0 5px;
    background: #f3f3eb;
    font-family: 'museo_sans300', Verdana;
}
#header-wrapper input#btnSearchSubmit, input#cphHeaderWrap_T8BFCBA10020_ctl00_ctl00_searchButton
{
    height: 41px;
    padding: 0 5px;
    margin-left: -4px;
    cursor: pointer;
    background: #A80533;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'museo_sans500', Verdana;
    font-weight: normal;
}
#header-wrapper fieldset.sfsearchBox input.sfsearchSubmit:hover
{
    background: #efeff0;
    color: #fff;
}
#header-wrapper .sfsearchResultStatistics
{
    margin-top: 20px !important;
}
#header-wrapper .sfsearchResultTitle
{
    font-size: 12pt;
    margin-top: 20px;
}
#header-wrapper .sfsearchResultUrl a
{
    color: #ff3a1d;
    background: url('/sfimages/default-source/barrywehmiller/more.png') no-repeat left;
    text-indent: 20px;
    display: inline-block;
}
#header-wrapper p.contact
{
    display: none;
}


/* Header
--------------------------------------------------------------------------*/

#ctaHeader
{
	width: 958px;
	height: 158px;
	margin: 0 auto;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.ctaLogo
{
    float: left;
    width: 281px;
    height: 97px;
    margin: 31px 0 20px 20px;
}
.ctaSocial
{
    float: right;
    height: 32px;
    width: 100px;
    margin: 63px 20px 63px 0;
    text-align: right;
}


/* Main Menu Navigation
--------------------------------------------------------------------------*/

#ctaMainMenu
{
    width: 100%;
    background: #b30838;
    height: 40px;
    font-family: 'Droid Sans', sans-serif;
}
.ctaHeaderLower
{
    width: 958px;
    height: 40px;
    margin: 0 auto;
}
.RadTabStripTop_Default .rtsLink,
.RadTabStrip .rtsLink,
.RadTabStripVertical .rtsLink
{
    background: none !important;
    border: none !important;
    height: 40px;
	line-height: 40px;
}
.ctaHeaderLower .RadTabStripTop_Default ul li
{
    height: 40px;
}
.ctaHeaderLower .RadTabStripTop_Default ul li:hover
{
    background: #fff;
}
.RadTabStripTop_Default .rtsLink,
.RadTabStrip .rtsLink, .RadTabStripVertical .rtsLink
{
    background: none;
}
.ctaHeaderLower .RadTabStripTop_Default ul li a
{
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
}
.ctaHeaderLower .RadTabStripTop_Default ul li a:hover
{
    cursor: pointer;
    color: #b30838 !important;
	text-decoration: none !important;
}
.ctaHeaderLower .RadTabStrip_Sitefinity .rtsLevel .rtsIn,
.ctaHeaderLower .RadTabStripLeft_Sitefinity .rtsLevel .rtsIn,
.ctaHeaderLower .RadTabStripRight_Sitefinity .rtsLevel .rtsIn
{
    line-height: 40px;
}
.RadTabStripTop_Default .rtsLink,
.RadTabStripTop_Default .rtsOut,
.RadTabStripTop_Default .rtsIn,
.RadTabStripBottom_Sitefinity .rtsLink,
.RadTabStripBottom_Sitefinity .rtsOut,
.RadTabStripBottom_Sitefinity .rtsIn
{
    background: none !important;
	height: 40px;
	line-height: 40px;
}
.ctaHeaderLower .rtsLevel1 .rtsTxt
{
    border: none !important;
}


/* Body
--------------------------------------------------------------------------*/

#ctaWrapper
{
    width: 100%;
}
.ctaContent
{
    width: 918px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.ctaContent strong
{
    font-weight:700;
    margin:0;
    padding:0;
}


/* Header Tags
--------------------------------------------------------------------------*/

.ctaContent h1
{
    font-family: 'Droid Sans', Sans-Serif;
    color: #b30838;
    font-size: 36px;
    font-weight: 500;
}
.ctaContent h2
{
    font-family: 'Droid Sans', Sans-Serif;
    color: #b30838;
    font-size: 21px;
    font-weight: 500;
}
.ctaContent h3
{
    font-family:'Droid Sans', Sans-Serif;
    color:#4D4D4D;
    font-size:18px;
    font-weight:700;
}


/* Home Page > Slider
--------------------------------------------------------------------------*/

.home-slider
{

}


/* Home Page > Blog
--------------------------------------------------------------------------*/

.home-blog div.sfContentBlock
{
    margin-top: 20px;
    border-top: 5px solid #b30838;
}
.home-blog li.sfpostListItem
{
    margin-bottom: 10px;
}
.home-blog h2.sfpostTitle, .home-blog h2.sfpostTitle a
{
    font-size: 14px;
}
.home-blog div.sfpostDate
{
    font-size: 13px;
}
div.sfpostAuthorAndDate
{
    margin-bottom: 20px;
    font-size: 13px;
}



/* Home Page > Fourths
--------------------------------------------------------------------------*/

.home-fourths
{
    margin-top: 20px !important;
}
.home-fourths div.sfContentBlock
{
    margin-top: 20px;
    border-top: 5px solid #b30838;
}

/* Home Page > BW
--------------------------------------------------------------------------*/

.home-bw
{
    margin-top: 20px;
    padding-top: 20px !important;
    border-top: 5px solid #b30838;
}


/* Secondary >> Breadcrumb
--------------------------------------------------------------------------*/

.secondary-breadcrumbs
{
    width: auto !important;
    border-top: 5px solid #b30838;
    font-size: 13px !important;
}


/* Contact Form
--------------------------------------------------------------------------*/

.cta-form-textbox input,
.cta-form-paragraph textarea
{
    margin-bottom: 20px;
    width: 300px;
}
.cta-form-button input
{
    padding: 2px 5px;
}


/* Secondary >> Project Profiles
--------------------------------------------------------------------------*/

.project-profiles .sf_cols
{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.project-profiles .sf_cols:last-child
{
    border: none;
}


/* Secondary >> Locations Map
--------------------------------------------------------------------------*/

.locations-map
{
    padding-bottom: 20px !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px !important;
}


/* Social Links
--------------------------------------------------------------------------*/
#social-links
{
    background: #9d2235;
    width: 100%;
    height: 40px;
}
#social-wrapper
{
    width: 960px;
    margin: 0 auto;
}
#social-wrapper ul
{
    list-style-type: none;
    padding: 0;
    float: left;
}
#social-wrapper ul li
{
    display: inline-block;
    margin: 0 -1px 0 -2px;
}
#social-wrapper ul li a
{
    display: block;
    width: 32px;
    height: 32px;
    padding: 4px;
    background: #333333;
}
#social-wrapper ul li a:hover
{
    background: #9d2235;
}
#social-wrapper .sf_2cols_2_50 .sfContentBlock
{
    line-height: 40px;
    float: right;
    font-size: 10pt;
    color: #fff;
}


#social-wrapper p {
    color: #fff;
    line-height: 40px;
    height: 40px;
    text-align: right;
}

/* Footer
--------------------------------------------------------------------------*/
footer, #footer
{
    background: #333333;
    padding-bottom: 20px;
}
#footer-wrap
{
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
}
#footer-wrap a {
    color: #fff !important
}
#footer-wrap a:hover {
    color: #9d2235 !important
}
#footer-wrap ul.rsmTwoLevels
{
    width: 20% !important;
}
#footer-wrap ul.rsmTwoLevels li.rsmItem a
{
    font-size: 12px;
    font-family: 'museo_sans500', Verdana;
    color: #0b456d;
	border: none;
}
#footer-wrap ul.rsmTwoLevels li.rsmItem ul.rsmLevel1 li.rsmItem a
{
    font-size: 12px;
    font-family: 'museo_sans300', Verdana;
    color: #A80533;
    padding: 0 !important;
}
#footer-wrap ul.rsmTwoLevels li.rsmItem ul.rsmLevel1 li.rsmItem a:hover
{
	background: none;
}

.footer-nav li a, #footer-wrap a {
    text-decoration: none;
}

.footer-nav li a:hover {
    color: #b30838;
}

ul.companies li {
    list-style: none;
    margin-left: 0;
}

ul.companies li a {
    text-decoration: none;
}

ul.companies li a:hover {
    color: #b30838;
}

ul.social-media li {
    list-style: none;
    margin-left: 0;
}

ul.social-media li a {
    text-decoration: none;
}

ul.social-media li a:hover {
    color: #b30838;
}

h4.footer-header {
    font-size: 20px;
    margin-bottom: 25px;
    color: #9d2235
}



/* Careers Workday
--------------------------------------------------------------------------*/
body#base .workday-button {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    background-color: #9d2235;
    background-image: url('https://accraply.com/sfimages/default-source/base/workday-icon.png');
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 20px;
    color: #fff;
    text-decoration: none;
    text-indent: 30px
}
body#base .workday-button:hover {
    background-color: #5b6770;
    color: #fff
}


/* Bottom Footer
--------------------------------------------------------------------------*/
#bottom-footer {
    width: 100%;
    height: 60px;
	line-height: 60px;
    overflow: hidden;
    background: #efeff0
}
#bottom-footer .container {
    width: 960px;
    height: 100%;
    line-height: 100%;
    margin: 0 auto;
}
#bottom-footer a {
    display: inline-block;
    height: 30px;
    margin-top: 15px;
    text-decoration: none !important
}

#bottom-footer a:hover {
    color: #9d2235;

}
#bottom-footer a img {
	height: 30px
}
#bottom-footer .legal {
	float: right;
	height: 100%;
	font-size: 12px
}
#bottom-footer ul.sfNavHorizontal li  {
	border: none;
	margin-right: 20px;
    background: transparent
}
#bottom-footer ul.sfNavHorizontal li a {
	display: initial;
	padding: 0;
	color: #9d2235;
    text-decoration: none !important
}
#bottom-footer ul.sfNavHorizontal li a:hover {
	background: transparent;
	color: #404041
}
#bottom-footer ul.sfNavHorizontal li:nth-child(3) {
	margin-right: 0
}
#bottom-footer ul.sfNavHorizontal li:nth-child(3):after  {
	content: "|";
	margin-left: 8px
}
#bottom-footer ul.sfNavHorizontal:after {
	content: "\00a9  2019 Barry-Wehmiller Companies";
	display: inline;
    margin-left: 10px
}
