@font-face {
    font-family: 'OpenSansCondensed';
    src: url('../fonts/OpenSans-Condensed.eot');
    src: url('../fonts/OpenSans-Condensed.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Condensed.woff2') format('woff2'),
         url('../fonts/OpenSans-Condensed.woff') format('woff'),
         url('../fonts/OpenSans-Condensed.ttf') format('truetype'),
         url('../fonts/OpenSans-Condensed.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular.woff2') format('woff2'),
         url('../fonts/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSans-Regular.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
         url('../fonts/OpenSans-Semibold.woff') format('woff'),
         url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	padding:0;
	margin:0;
	border:0;
	outline:none;
}
body {
    font-family: 'OpenSansRegular';
	font-size:13px;
	line-height:20px;
	color:#FFFFFF;
	background:#51504f;
	overflow-x:hidden;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}
div, section, aside, article, header, nav, footer, address, form, h1, h2, h3, h4, h5, h6, p, ul, ol, ul li, ol li, span, img, table, thead, tbody, tfoot, tr, th, td, dt, dh, dd {
	padding:0;
	margin:0;
	border:0;
	outline:none;
	background:none;
}
h1,h2,h3,h4,h5,h6{font-weight:normal}
ul,ol,ul li,ol li{list-style:none}
label,input,select,textarea,button{padding:0;margin:0;border:0;outline:none}
label,input[type=text],input[type=tel],input[type=email],input[type=password],input[type=button],input[type=submit],input[type=reset],select,textarea,button{-webkit-appearance:none}
textarea{resize:vertical;overflow:auto;vertical-align: top;}
address{font-style:normal}

.wrapper{
	width:1000px;
	margin:0 auto;
}

::selection{color:#FFFFFF;background:#333333}
::-moz-selection{color:#FFFFFF;background:#333333}
.overflow{overflow:hidden}
.clear{clear:both}
.clear-left{clear:left}
.clear-right{clear:right}
.float-left{float:left}
.float-right{float:right}
.float-none{float:none}
.align-left{text-align:left}
.align-right{text-align:right}
.align-center{text-align:center}
.align-justify{text-align:justify}
.seperator{
	clear:both;
	height:2px;
	margin-top:15px;
	margin-bottom:20px;
	background: #aebcbf;
	background: -moz-linear-gradient(top,  #aebcbf 0%, #6e7774 50%, #0a0e0a 51%, #0a0809 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aebcbf), color-stop(50%,#6e7774), color-stop(51%,#0a0e0a), color-stop(100%,#0a0809));
	background: -webkit-linear-gradient(top,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
	background: -o-linear-gradient(top,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
	background: -ms-linear-gradient(top,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
	background: linear-gradient(to bottom,  #aebcbf 0%,#6e7774 50%,#0a0e0a 51%,#0a0809 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#0a0809',GradientType=0 );
}
a{color:#FFCB01;text-decoration:none}
a:hover{color:#E0C97B;text-decoration:none}
a,a:hover,a:focus{outline:none}
a,input[type=submit],input[type=reset],input[type=button],input[type=file]{cursor:pointer}
img{max-width:100%}
label{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:15px;
	color:#FFFFFF;
	font-weight:normal;
	display: block;
}
.textbox,.textarea,.selectbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#555;
	border:solid 1px #444;
	padding:2%;
	width: 96%;
	text-align:left;
}
.textbox{
	height:30px;
}
.textarea{
	min-height:30px;
	max-height:320px;
	height:90px;
}
.selectbox{
	height:30px;
}
.btn{
	float:left;
	font-family: 'OpenSansSemibold';
	font-size:15px;
	line-height:18px;
	color:#ffcb01;
	text-align:center;
	padding:5px 15px;
	border:solid 1px #ffcb01;
	background: #d80c0d;
	background: -moz-linear-gradient(top,  #d80c0d 0%, #6c0506 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d80c0d), color-stop(100%,#6c0506));
	background: -webkit-linear-gradient(top,  #d80c0d 0%,#6c0506 100%);
	background: -o-linear-gradient(top,  #d80c0d 0%,#6c0506 100%);
	background: -ms-linear-gradient(top,  #d80c0d 0%,#6c0506 100%);
	background: linear-gradient(to bottom,  #d80c0d 0%,#6c0506 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d80c0d', endColorstr='#6c0506',GradientType=0 );
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-ms-border-radius:7px;
}
.btn:hover{
	color:#ffcb01;
	background: #6c0506;
	background: -moz-linear-gradient(top,  #6c0506 0%, #d80c0d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c0506), color-stop(100%,#d80c0d));
	background: -webkit-linear-gradient(top,  #6c0506 0%,#d80c0d 100%);
	background: -o-linear-gradient(top,  #6c0506 0%,#d80c0d 100%);
	background: -ms-linear-gradient(top,  #6c0506 0%,#d80c0d 100%);
	background: linear-gradient(to bottom,  #6c0506 0%,#d80c0d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c0506', endColorstr='#d80c0d',GradientType=0 );
}

/* MAIN CSS BEGINS */
.header{
	position:relative;
	height:300px;
	background:url(../img/header.jpg) no-repeat left top;
	background-size:contain;
}
.header .logo{
	position:relative;
	display:inline-block;
	margin-top:12px;
	margin-left:12px;
}
.header .logo img{
	display:block;
}

.navigation{
	float:left;
	width:100%;
	position:relative;
	color:#ffcb01;
	background:#0c0c0e url(../img/nav-bg.png) repeat-x left top;
	padding:0 10px;
	z-index:98;
}
.navTrigger{
	display:none;
	float:left;
	font-family: 'OpenSansSemibold';
	font-size:15px;
	line-height:18px;
	color:#ffcb01;
	text-transform:uppercase;
	text-align:center;
	margin-top:7px;
	padding:2px 10px 4px 10px;
	border:solid 1px #ffcb01;
	background: #d80c0d;
	background: -moz-linear-gradient(top,  #d80c0d 0%, #6c0506 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d80c0d), color-stop(100%,#6c0506));
	background: -webkit-linear-gradient(top,  #d80c0d 0%,#6c0506 100%);
	background: -o-linear-gradient(top,  #d80c0d 0%,#6c0506 100%);
	background: -ms-linear-gradient(top,  #d80c0d 0%,#6c0506 100%);
	background: linear-gradient(to bottom,  #d80c0d 0%,#6c0506 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d80c0d', endColorstr='#6c0506',GradientType=0 );
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-ms-border-radius:7px;
}
.navTrigger span{
	float:right;
	display:inline-block;
	width:35px;
	height:15px;
	margin-top:2px;
	margin-left:18px;
	background:url(../img/navigationBars.png) no-repeat right center;
	background-size:contain;
}
ul.mainNavigation{
	float:left;
    font-family: 'OpenSansCondensed';
	font-size:16px;
	line-height:1;
	text-transform:uppercase;
	padding:12px 0;
}
ul.mainNavigation > li{
	position:relative;
	float:left;
	display:inline-block;
	padding-right:70px;
}
ul.mainNavigation > li > a{
	color:#ffcb01;
}
ul.mainNavigation ul{
	display:none;
}
.navigation .quickContact{
	float:right;
	display:block;
	font-family: 'OpenSansRegular';
	font-size:15px;
	line-height:18px;
	color:#ffcb01;
	text-align:center;
	margin-top:7px;
	padding:2px 10px 4px 10px;
	border:solid 1px #ffcb01;
	background: #d80c0d;
	background: -moz-linear-gradient(top,  #d80c0d 0%, #6c0506 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d80c0d), color-stop(100%,#6c0506));
	background: -webkit-linear-gradient(top,  #d80c0d 0%,#6c0506 100%);
	background: -o-linear-gradient(top,  #d80c0d 0%,#6c0506 100%);
	background: -ms-linear-gradient(top,  #d80c0d 0%,#6c0506 100%);
	background: linear-gradient(to bottom,  #d80c0d 0%,#6c0506 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d80c0d', endColorstr='#6c0506',GradientType=0 );
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-ms-border-radius:7px;
}
.footerContent{
	position:relative;
	padding:20px;
	background:#323232;
}
.footerLinks{
	float:left;
	width:240px;
}
.footerLinks h6{
    font-family: 'OpenSansSemibold';
	font-size:18px;
	line-height:1;
	color:#ffcc01;
	padding-bottom:12px;
}
.footerLinks ul{
    font-family: 'OpenSansRegular';
	font-size:13px;
	line-height:22px;
	color:#FFFFFF;
	padding-bottom:12px;
	margin-left:5px;
}
.footerLinks ul ul{
	padding-top:7px;
	padding-bottom:0;
}
.footerLinks ul li{
	background:url(../img/footer-list-arr.png) no-repeat left top 7px;
	padding-left:20px;
	padding-bottom:5px;
}
.footerLinks ul li a{
	color:#FFFFFF;
}
.footerInfo{
	position:relative;
	float:right;
	width:720px;
}
.footerMap{
	float:right;
	width:440px;
}
.footerMap iframe{
	float:left;
	width:100%;
	margin-top:25px;
	margin-bottom:15px;
	border:solid 4px #ffffff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
}
.footerMap img{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.franksPic{
	position:relative;
	float:left;
	width:270px;
	padding-right:10px;
}
.footerFrankLinks{
	clear:both;
	position:relative;
	float:left;
	width:100%;
	padding-top:20px;
}
.footerFrankLinks a{
	float:left;
	font-family: 'OpenSansSemibold';
	font-size:15px;
	line-height:18px;
	color:#ffcb01;
	text-align:center;
	margin-right:20px;
	padding:4px 10px;
	border:solid 1px #ffcb01;
	background: #d80c0d;
	background: -moz-linear-gradient(top,  #d80c0d 0%, #6c0506 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d80c0d), color-stop(100%,#6c0506));
	background: -webkit-linear-gradient(top,  #d80c0d 0%,#6c0506 100%);
	background: -o-linear-gradient(top,  #d80c0d 0%,#6c0506 100%);
	background: -ms-linear-gradient(top,  #d80c0d 0%,#6c0506 100%);
	background: linear-gradient(to bottom,  #d80c0d 0%,#6c0506 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d80c0d', endColorstr='#6c0506',GradientType=0 );
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-ms-border-radius:7px;
}
.footerFrankLinks a img{
	vertical-align:middle;
	padding-left:7px;
	padding-bottom:2px;
}
.footer-copyright{
	padding:10px 20px;
	background:#980607;
}
.footer-copyright .float-left{
	line-height:30px;
}
.footer-copyright .float-right img{
	float:left;
	margin-left:10px;
}

.mainContent{
	position:relative;
	padding:15px 20px;
	background:#414141;
	z-index:78;
}
.welcomeContent{
	float:left;
	width:430px;
}
.errorPage{
	padding-top:60px;
	padding-bottom:60px;
}
h1{
	font-family: 'OpenSansCondensed';
	font-size:27px;
	line-height:35px;
	color:#fbcc00;
	margin-bottom:15px;
}
.welcomeContent h1{
	font-family: 'OpenSansCondensed';
	font-size:22px;
	line-height:28px;
	color:#fbcc00;
	margin-bottom:15px;
}
.welcomeContent h2{
	font-family: 'OpenSansSemibold';
	font-size:20px;
	line-height:24px;
	color:#ffcc00;
	margin-top:5px;
	margin-bottom:10px;
}
.welcomeContent p{
	font-family: 'OpenSansRegular';
	font-size:14px;
	line-height:22px;
	color:#FFFFFF;
	text-align:justify;
	margin-top:5px;
	margin-bottom:15px;
}
.welcomeContent .companyname{
	font-family: 'OpenSansSemibold';
	font-size:20px;
	line-height:22px;
	color:#ffcc00;
}
.homeRight{
	float:right;
	width:490px;
}
.newsTicker{
	display:table;
	float:left;
	width:100%;
	height:40px;
	background:#292929 url(../img/newsTickerHeading.png) no-repeat left center;
	margin-bottom:15px;
	padding-left:145px;
	padding-right:15px;
	vertical-align:middle;
}
.newsTicker .newsData{
	display:table-cell;
	width:100%;
	font-family: 'OpenSansRegular';
	font-size:13px;
	line-height:18px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
}
.homeOperationHours{
	float:left;
	width:325px;
	padding:15px 20px 36px;
	background:#6d0504;
	border:solid 1px #ffcb01;
}
.homeOperationHours h4{
	font-family: 'OpenSansCondensed';
	font-size:22px;
	line-height:30px;
	color:#FFFFFF;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:17px;
}
.homeOperationHours h6{
	font-family: 'OpenSansSemibold';
	font-size:16px;
	line-height:25px;
	color:#FFFFFF;
	margin-bottom:5px;
}
.homeOperationHours p{
	font-family: 'OpenSansSemibold';
	font-size:14px;
	line-height:22px;
	color:#FFFFFF;
	margin-bottom:35px;
}
.homeOperationHours p.last{
	margin-bottom:0;
}
.homeServices{
	float:right;
	width:150px;
}
.homeServices > li{
	display:block;
	background:#6d0504;
	border:solid 1px #ffcb01;
	margin-bottom:15px;
}
.homeServices > li img{
	display:block;
}

.cmsContent{
	font-family: 'OpenSansRegular';
	font-size:14px;
	line-height:22px;
	color:#FFFFFF;
}
.cmsContent h2{
	font-family: 'OpenSansSemibold';
	font-size:20px;
	line-height:24px;
	color:#ffcc00;
	margin-top:5px;
	margin-bottom:10px;
}
.cmsContent h3{
	font-family: 'OpenSansSemibold';
	font-size:20px;
	line-height:22px;
	color:#fffa2e;
	margin-bottom:10px;
}
.cmsContent h4{
	font-family: 'OpenSansSemibold';
	font-size:20px;
	line-height:22px;
	color:#ffcc00;
	margin-bottom:10px;
}
.cmsContent h5{
	font-family: 'OpenSansSemibold';
	font-size:18px;
	line-height:22px;
	color:#ffe7e8;
	margin-bottom:10px;
}
.cmsContent h6{
	font-family: 'OpenSansSemibold';
	font-size:18px;
	line-height:22px;
	color:#ffcc00;
	margin-bottom:10px;
}
.cmsContent p{
	font-family: 'OpenSansRegular';
	font-size:14px;
	line-height:22px;
	color:#FFFFFF;
	text-align:justify;
	margin-top:5px;
	margin-bottom:15px;
}
.cmsContent ul,.cmsContent ol{
	font-family: 'OpenSansRegular';
	font-size:14px;
	line-height:22px;
	color:#FFFFFF;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:15px;
}
.cmsContent ul ul,
.cmsContent ul ol,
.cmsContent ol ul,
.cmsContent ol ol{
	padding-top:7px;
	padding-bottom:0;
}
.cmsContent ul > li{
	background:none;
	padding-left:0px;
	padding-bottom:5px;
}
.cmsContent ol > li{
	list-style:decimal;
	margin-left:15px;
	padding-left:5px;
	padding-bottom:5px;
}
.cmsContent ul > li:last-child,
.cmsContent ol > li:last-child{
	padding-bottom:0;
}
.cmsContent audio,
.cmsContent video{
	margin-top:10px;
	margin-bottom:15px;
}
.cmsContent table{
	width:100%;
	font-family: 'OpenSansRegular';
	font-size:14px;
	line-height:22px;
	color:#FFFFFF;
	text-align:left;
	margin-top:5px;
	margin-bottom:15px;
	border-collapse:collapse;
	vertical-align:top;
	border:solid 1px #51504F;
}
.cmsContent table th,.cmsContent table td{
	padding:4px 8px;
}
.cmsContent table th{
	background:#737271;
	color:#FFFFFF;
	border:0;
	font-family: 'OpenSansSemibold';
	font-size:15px;
	font-weight:normal;
}
.cmsContent table tbody th{
	border-color:#999999;
}
.cmsContent table td{
	background:#FFFFFF;
	color:#000000;
	border:solid 1px #999999;
	border-top:0;
	font-family: 'OpenSansRegular';
	font-size:14px;
	line-height:22px;
}
.cmsContent table tfoot th{
	background:#333333;
	color:#FFFFFF;
	border-color:#999999;
	font-family: 'OpenSansSemibold';
	font-size:15px;
	line-height:22px;
}
.cmsContent table tfoot td{
	font-size:14px;
	line-height:22px;
}
.cmsContent table th p,.cmsContent table th ul,.cmsContent table th ol{
	color:#FFFFFF;
}
.cmsContent table td p,.cmsContent table td ul,.cmsContent table td ol{
	color:#000000;
}
.cmsContent table tfoot th p,.cmsContent table tfoot th ul,.cmsContent table tfoot th ol{
	color:#FFFFFF;
}

.employeeDirectory{
	display:block;
}
.employeeDirectory > li{
	float:left;
	width:47.5%;
	padding-bottom:20px;
	padding-top:20px;
	border-bottom:solid 1px #999;
}
.employeeDirectory > li:last-child{
	/*border-bottom:0;*/
}
.employeeDirectory > li img{
	float:left;
	width:30%;
	border:solid 2px #FFFFFF;
}
.employeeDirectory > li .txt{
	float:right;
	width:70%;
	padding-left:30px;
}
.employeeDirectory > li .txt h4{
	font-family: 'OpenSansSemibold';
	font-size:18px;
	line-height:22px;
	color:#ffcc00;
	margin-top:10px;
	margin-bottom:5px;
}
.employeeDirectory > li .txt h6{
	font-family: 'OpenSansRegular';
	font-size:14px;
	line-height:22px;
	color:#ffcc00;
	margin:0;
}
.employeeDirectory > li .txt p{
	font-family: 'OpenSansRegular';
	font-size:13px;
	line-height:20px;
	color:#FFFFFF;
	margin:0;
}
.employeeDirectory > li .txt .btn{
	margin-top:10px;
}

.cmsContent .empTitle{
	font-size:19px;
	color:#EFEFEF;
	margin-top:-5px;
}
.empTitle span{
	font-size:17px;
	color:#CC0B0C;
}
.empPic.float-left,
.empPic.float-right{
	margin-bottom:15px;
	border:3px solid #ffffff;
}
.empPic.float-left{
	margin-right:25px;
}
.empPic.float-right{
	margin-left:25px;
	margin-bottom:15px;
}
.empDeceasedPic.float-left{
	margin-right:25px;
}
.empDeceasedPic.float-right{
	margin-left:25px;
}
.empDeceasedPic .empPic.float-right,.empDeceasedPic .empPic.float-right{
	margin-left:0;
	margin-right:0;
}
.empDeceasedPic h6{
	font-size:20px;
	text-align:center;
	text-transform:capitalize;
	font-variant:small-caps;
}

.ourLocations > li.cmsContent p{
	text-align:left;
}
.ourLocations > li address strong{
}
.fotoramaContainer{
	margin:0 auto;
}
.fotorama__stage{
	border:solid 3px #FFFFFF;
}
.fotorama__nav{
	background:#FFFFFF;
	border:solid 2px #FFFFFF;
	border-top:0;
}
.popupContainer{
	display:none;
}
.fancybox-skin .cmsContent h2{
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:solid 1px #51504F;
}
/* MAIN CSS ENDS */

.quickContactForm .row{margin-bottom: 15px;}
.label-div{width: 120px; display: inline-block; vertical-align: top; padding-top: 8px;}
.field-div{display: inline-block; width: 280px;}
.quickContactForm .btn{margin-left: 120px;}
span.error{display: block; color: #c00; line-height: 16px; font-size: 13px; padding-top: 5px;}
.quickContactForm #captchaimg-captcha-contact,.quickContactForm .cpcha_img3{display:inline-block;float:left;margin-bottom:10px;}
.quickContactForm .cpcha_img3{margin-top:8px;margin-left:8px;}
.emp-dir .employeeDirectory > li:first-child {clear: both !important; float: none !important; text-align: center; width: 100%;}
.emp-dir .employeeDirectory > li:first-child img {width: 15%; float:none;}
.emp-dir .employeeDirectory > li:first-child .txt{float:none; width:auto; display:inline-block; vertical-align:top; text-align:left;}
.employeeDirectory > li:nth-child(2n+1){clear:none;}
.employeeDirectory li:nth-last-of-type{12n+1}{border-bottom:none;}
.employeeDirectory  li {margin-bottom: 10px;}
.mainContent .topimg li {background-image: none; float: left; margin: 0 30px 0 0;  padding: 0; text-align: center; width: 298px;}
.mainContent .topimg li:last-child, .mainContent .loadimg li:last-child{margin-right: 0 !important;}
.mainContent .loadimg li {background-color: #fff; background-image: none; display: table-cell; float: left; height: 169px; margin-right: 30px;  padding: 25px 0 0; text-align: center; vertical-align: middle; width: 216px;}
.loadimg p {color: #000; font-size: 18px; font-weight: 600; margin-bottom: 0; margin-top: 12px; text-align: center;}
.topimg img {border: 3px solid #bd0513; width: 68%;}
.mainContent .topimg, .loadimg {display: inline-block; margin-bottom: 30px; padding: 0 !important; width: 100%;}
.mainContent .loaders {padding-top: 20px;}
.mainContent .front-content > ul {float: left; padding:0;}
.front-content {  }
.front-img {width: 100%;margin-top: 20px;}
.front-img img {float: left; width: 47%; margin: 14px;}
.flexslider.text ul li p{font-size:20px; text-align:center; font-weight:bold;}
.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {background-size: 15px;}
.flexslider {background: #6d0504;border: solid 1px #ffcb01;}
.flex-direction-nav a {top:110%;}
.cmsContent ul.slides, .cmsContent ul.flex-direction-nav {padding-bottom: 0px !important; padding-top:0px;}
.flex-viewport {margin-top:5px;} 
.cmsContent ul.slides{margin-top: 10px;}
.roll-off li {float: left;  width: 25%; text-align:center;}
.roll-off.clear img {height: 98px; width: 150px; border: 3px solid #bd0513;}
.roll-off.clear {box-sizing: border-box; clear: both; display: inline-block; width: 100%;}
.news-scroll .simply-scroll-list li{width:50% !important;}

#tick li, #tick2 li { list-style-type:none; float:left; padding-right:20px; position:; left:0px; display:inline-block;}
#tick, #tick2 { position:relative; display:block; width:100%; margin:0; content=""; display:table; height:0px; }
#outer{width:330px;height:40px; overflow:hidden; background-color:transparent;}
#outer a {text-decoration:none; color:#333; font-family:Calibri; font-size:18px;}
#outer a:hover {border-bottom:2px solid #777;}
.news-item > p {
    margin: 0;
    white-space: nowrap;
	line-height:38px;
}

ul.peter > li:first-child {
    clear: both !important;
    float: none !important;
    text-align: center;
    width: 100%;
	display:inline-block;
}
ul.peter > li:first-child img {
    float: none;
    width: 15%;
}
ul.peter > li:first-child .txt {
    display: inline-block;
    float: none;
    text-align: left;
    vertical-align: top;
    width: auto;
}
.employeeDirectory > li:nth-child(12) img, .employeeDirectory > li:nth-child(12) .txt {visibility:hidden;}
.quickContactForm .row .g-recaptcha {
    transform-origin: top left;
    transform: scale(0.89);
}
.quickContactForm .textbox1{padding:3px 5px; width:50px;font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #555;
    border: solid 1px #444;text-align:center;}
 .quickContactForm .field-div{line-height:30px;}
.captchaDetails{
    width: 100%;
    height: 100vh;
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999999999;
    background-color: #000;
}
.captchaBox{
    width: 405px;
    height: 78px;
    margin: 0 auto;
    top: 40% !important;
    position: relative;
}
.hideMessage{margin-bottom:20px;}
.g-recaptcha{width:300px;margin:0 auto;}