/*
Theme Name: BaseTheme

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: 'Raleway', sans-serif;
}
a {
	outline: none;
}
a:hover {
	color: #0f3647;
}

/* Navigation Menu */
.main-navigation {
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	font-size: 12px;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
    padding:0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #999999;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #000;
	}
	#navHolder .main-navigation li {
		margin: 0 20px 0 0;
    padding-right:20px;
    border-right:1px solid #999999;
		position: relative;
	}
  #navHolder .main-navigation li:last-child {
    margin-right:0;
    padding-right:0;
    border-right:none;
  }
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 200px;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
  .main-navigation li ul li {
    border-right:none !important;
    margin:0 20px 0 0 !important;
    padding-right:20px !important;
  }
  .sub-menu li a {
    text-align:center;
  }
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		line-height: 2.181818182;
		padding: 8px 10px;
		width: 180px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
}


/*-- New Styles --*/

/*-- Common Styles --*/

.inner {
  max-width:960px;
  width:100%;
  margin:0 auto;
}
.bx-wrapper .bx-viewport {
  left:0 !important;
}

.wpcf7-form:after,
.inner:after,
.twHolder p:after,
.row:after,
.clear:after {content:'.';display:block;clear:both;height:0;visibility:hidden;}

.table {
  display:table;
  table-layout:fixed;
  width:100%;
}
.col {
  vertical-align:top;
  display:table-cell;
}
.col50per {
  vertical-align:top;
  display:table-cell;
  width:50%;
}
.col4per {
  vertical-align:top;
  display:table-cell;
  width:4%;
}
.col20 {
  vertical-align:top;
  display:table-cell;
  width:20px;
}
.col30 {
  vertical-align:top;
  display:table-cell;
  width:30px;
}
.col40 {
  vertical-align:top;
  display:table-cell;
  width:40px;
}
.bx-viewport {
  background:none !important;
  border:none !important;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow:    0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  box-shadow:         0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.displaynone {
  display:none;
}
.displayblock {
  display:block;
}
#breadcrumbs {
  margin-bottom:40px;
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
#breadcrumbs span,
#breadcrumbs a {
  float:left;
  padding:17px;
  color:#000;
  font-size:12px;
  font-weight:bold;
}
#breadcrumbs a:hover,
#breadcrumbs span {
  color:#a0a0a0;
}
#breadcrumbs .breadcrumbDivider {
  float:left;
  width:16px;
  height:46px;
  padding:0;
  background:url('images/breadcrumb-divider.gif') no-repeat center top;
}
#mobile-header {
  float:left;
  display:none!important;
  width:auto !important;
}
.link {
  cursor:pointer;
}
.row {
  float:left;
  clear:both;
  display:block;
  margin-bottom:10px;
  width:100%;
}
.row:last-child {
  margin-bottom:0;
}
.row input {
  width:94%;
  color:#575756;
  font-size:11px;
}
.row input[type=checkbox] {
  width:13px;
}
.row textarea {
  max-width:94%;
  height:100px;
  color:#575756;
  font-size:11px;
}
.halfrow {
  float:left;
  width:50%;
}
.textcenter {
  text-align:center;
}

h1 {
  margin-bottom:23px;
  color:#1d1d1b;
  font-size:26px;
  font-family: 'Raleway', sans-serif;
  font-weight:normal;
}
h2 {
  margin-bottom:23px;
  color:#1d1d1b;
  line-height:1.25em;
  font-size:21px;
  font-family: 'Raleway', sans-serif;
  font-weight:normal;
}
h3 {
  margin-bottom:23px;
  line-height:1.25em;
  color:#1d1d1b;
  font-size:18px;
  font-family: 'Raleway', sans-serif;
  font-weight:normal;
}
h4 {
  margin-bottom:1.25em;
  color:#1d1d1b;
  font-size:17px;
  font-family: 'Raleway', sans-serif;
  font-weight:600;
}
h5 {
  margin-bottom:0.5em;
  color:#1d1d1b;
  font-size:13px;
  line-height:1.25em;
  font-family: 'Raleway', sans-serif;
  font-weight:600;
}

li,
p {
  margin-bottom:1em;
  color:#1d1d1b;
  font-size:14px;
  line-height:1.5em;
}
a {
  font-weight:600;
  text-decoration:none;
}
a:hover {
  color:#000000;
}
img {
  max-width:100%;
}
ol,
ul {
  padding-left:20px;
}
ul li {
  list-style:disc;
}
ol li {
  list-style:decimal;
}

.floatleft {
  float:left;
}
.floatright {
  float:right;
}
.floatnone {
  float:none;
}
#page .twHolder p {
  padding-bottom:1em;
  border-bottom:1px solid #c5c5c5;
  font-size:12px !important;
}
#page .twHolder a {
  font-size:12px !important;
}
.twHolder .actions {
  display:block;
  margin-top:10px;
}
.twHolder .actions a {
  font-size:11px !important;
  font-weight:normal !important;
  margin-right:20px !important;
}

.highlightButton,
.greyButton {
  display:inline-block;
  padding:15px;
  font-size:13px;
  font-weight:bold;
}
.highlightButton {
  color:#494744;
}
.greyButton {
  color:#999999;
  border:1px solid #dbdbdb;
}
.greyButton:hover,
.highlightButton:hover {
  border:1px solid #999999;
}

/*-- Header Styles --*/


header#masthead {
  padding:25px 0 40px;
  background:#454545;
}

#logo {
  float:left;
}
#headerRHS {
  float:right;
}
.headerCol {
  float:left;
  padding:10px;
  border-right: 1px solid #525252;
}
.headerCol:last-child {
  border-right:none;
}
.headerCol .lhs {
  float:left;
  margin:3px 10px 0 0;
}
.headerCol .rhs {
  float:left;
}
.headerCol .fa {
  color:#999;
  font-size:25px;
}
.headerCol p {
  margin-bottom:0;
  color:#fff;
  font-size:13px;
}
.headerCol p a {
  color:#fff;
}
.headerCol .rhs p:last-child {
  color:#999;
  font-size:13px;
}
.headerCol .rhs p:last-child a {
  color:#999;
}
#headerSocial .fa {
  margin:5px;
}
#headerSocial a:hover .fa {
  color:#fff !important;
}
#navHolder .inner #site-navigation {
  position:relative;
  margin-top:-30px;
  padding:20px;
  background:#fff;
  z-index:999;
}
/*-- Homepage Styles --*/
.home .rev_slider_wrapper {
  margin-top:-27px !important;
}
#slider {
  margin-top:-27px;
  text-align:center;
  overflow:hidden;
}

#slider #sliderHolder {
  position:relative;
}
#slider li {
  list-style:none;
  margin-bottom:0;
}
#slider .flex-direction-nav .flex-next {
  right:20px;
  width:auto !important;
  font-size:16px;
}
#slider .flex-direction-nav .flex-prev {
  left:20px;
  width:auto !important;
}
.flex-prev:before,
.flex-next:before {
  font-size:16px !important;
  color:#fff;
  padding:5px 10px;
  background: rgba(0,0,0,0.5);
}
#slider:hover .flex-direction-nav .flex-next,
#slider:hover .flex-direction-nav .flex-prev {
  opacity:1;
}
#sliderHolder {
  -webkit-transition: opacity 800ms ease;
  -moz-transition: opacity 800ms ease;
  -ms-transition: opacity 800ms ease;
  -o-transition: opacity 800ms ease;
  transition: opacity 800ms ease;  
}
#slider .item {
  float:left;
}
#slider .item img {
  display:block;
  margin:0 auto;
}
#ctaBar {
  padding:12px 0;
  margin-bottom:40px;
  background:#eeeeee;
}
#ctaBar p {
  margin-bottom:0;
  color:#999997;
  font-weight:bold;
}
#ctaBar .table {
  display:table;
  table-layout:fixed;
}
#ctaBar .lhs {
  display:table-cell;
  vertical-align:middle;
  width:60%;
}
#ctaBar .rhs {
  display:table-cell;
  vertical-align:middle;
  width:36%;
  min-width:315px;
  text-align:right;
}
.colsHolder {
  margin-bottom:20px;
}
.colsHolder .colInner {
  padding-right:25px;
}
.colsHolder .colInner img {
  max-width:100%;
}
.colsHolder .colInner p {
  font-size:12px;
}
/*.colsHolder .colInner strong {
  font-size:13px;
}*/
.colsHolder .col:last-child .colInner {
  padding-right:0;
}
.cols1 .col {
  width:100%;
}
.cols2 .col {
  width:50%;
}
.cols3 .col {
  width:33.33%;
}
.cols4 .col {
  width:25%;
}
.sliderHolder {
  padding:20px 0;
  background:#454545;
}
.sliderHolder .flex-control-nav {
  position:static;
  bottom:0;
  margin-top:20px;
  padding-left:0 !important;
}
.slider {
  overflow:hidden;
}
ul.slides {padding-left:0 !important;}
.sliderHolder h2 {
  padding-bottom:10px;
  color:#fff;
  font-size:19px;
  font-weight:bold;
  text-align:center;
}
.sliderHolder .flexslider .slides img {
  width:auto;
  margin:0 auto;
}
.sliderHolder .flexslider li {
  list-style:none;
  margin-bottom:0;
}
@media screen and (min-width:1100px) {
    .sliderHolder .flex-direction-nav .flex-prev {
      left:-50px !important;
      opacity:1 !important;
    }
    .sliderHolder .flex-direction-nav .flex-next {
      right:-50px !important;
      opacity:1 !important;
    }
}

/*-- Default Styles --*/

#banner {
  margin-top:-27px;
  padding-top:40px;
  background:url('images/banner-background.gif') repeat left top;
}
#banner h1 {
  color:#333333;
  font-size:55px;
  font-weight:bold;
  text-align:center;
}
.dividerLine {
  display:block;
  width:100%;
  height:3px;
  margin-bottom:20px;
  border-top:1px solid #e2e2e2;
}
.dividerInner {
    display:block;
    width:30px;
    height:4px;
    margin:0 auto;
}
#banner h2 {
  font-size:20px;
  font-weight:bold;
  color:#999999;
  text-align:center;
}
.sidebar {
  width:270px;
  padding-left:20px;
}
.mainContent .sidebar li,
.mainContent .sidebar p {
  font-size:14px !important;
}

.page-template-default .sliderHolder {
  background:none !important;
}

.page-template-default .sliderHolder h2 {
  color:#333333;
}
.page-template-default .sliderHolder .flex-direction-nav {
  display:none;
}

.mainContent h1 {
  font-size:35px;
  font-weight:bold;
  color:#333333;
  line-height:52px;
  border-bottom:1px solid #eaeaea;
}
.mainContent h1 a {
  font-size:35px !important;
}
.mainContent a,
.mainContent li,
.mainContent p {
  color:#454545;
  font-size:16px !important;
}
.mainContent ol,
.mainContent ul {
  padding-left:15px;
}
.mainContent ol li {
  list-style:decimal;
}
.mainContent ul li {
  list-style:disc;
}
.sidebar .widget {
  margin-bottom:20px;
}
#searchForm input[type="text"] {
  float:left;
  padding:8px 10px 7px;
  background:#eeeeee;
  border:1px solid #dddddd;
  border-right:none;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
#searchForm #submit {
  padding:10px 15px 9px;
  color:#000;
  font-weight:bold;
  line-height:1em;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.sidebar li {
  font-size:14px !important;
  color:#333333;
  line-height:1em;
  margin-bottom:0.5em;
}

/*-- Contact Styles --*/

.contact #breadcrumbs {
  position:relative;
  margin-bottom:0;
  z-index:999;  
}
.acf-map {
  height:310px;
}
.acf-map img { max-width: none; }
.contact .mainContent {
  padding:40px 0;
}
.contact .mainContent h2 {
  padding-bottom:3px;
  border-bottom:1px solid #f0f0f0;
}
.contact2col {
  display:table;
  table-layout:fixed;
  width:100%;
}
.contact2col .lhs {
  display:table-cell;
  vertical-align:top;
  width:30px;
}
.contact2col .lhs .fa {
  font-size:16px;
}
.contact2col .rhs {
  display:table-cell;
  vertical-align:top;
}
.contact2col .rhs a,
.contact2col .rhs p,
.contact2col .rhs {
  font-size:11px  !important;
}
.contact2col .rhs p {
  display:block;
  margin-bottom:0.5em;
}
#contactSocial {
  margin-top:10px;
}
#contactSocial a {
  margin-right:10px;
}
#contactSocial .fa {
  font-size:20px;
}
.detailsCol {
  width:250px;
  padding-right:40px;
}
.wpcf7-form .lhs {
  float:left;
  width:40%;
  padding-right:5%;
}
.wpcf7-form .rhs {
  float:right;
  width:55%;
}
.wpcf7-form .lhs input {
  width:96%;
  padding:5px 2%;
  background:#f2f2f2;
}
.wpcf7-form .rhs textarea {
  width:96%;
  height:100px;
  padding:5px 2%;
  background:#f2f2f2;
}
.wpcf7-form .rhs #submit {
  float:right;
  color:#000;
  font-weight:bold;
  border:none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow:    0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  box-shadow:         0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

/*-- Blog Styles --*/

.post {
  margin-bottom:20px;
}

.search .mainContent {
  padding-top:20px;
}

/*-- Footer Styles --*/

#mainFooter {
  padding:20px 0 0;
  background:#242424;
}
#mainFooter .colInner {
  padding-right:40px;
}
#mainFooter .col:last-child .colInner {
  padding-right:0;
}
#mainFooter h4 {
  font-size:13px;
  color:#fff;
}
#mainFooter,
#mainFooter a,
#mainFooter p {
  color:#fff;
  font-size:12px;
}
#mainFooter .col:nth-child(2) h4 {
  text-align:center;
}
#mainFooter .col:first-child {
  width:320px;
}
#mainFooter .col:last-child {
  /*width:230px;*/
}
#footerlogo {
  display:block;
  margin-bottom:20px;
}
.footer2col {
  display:table;
  table-layout:fixed;
  width:100%;
}
.footer2col .lhs {
  display:table-cell;
  vertical-align:top;
  width:30px;
}
.footer2col .lhs .fa {
  font-size:16px;
}
.footer2col .rhs {
  display:table-cell;
  vertical-align:top;
}
.footer2col .rhs a,
.footer2col .rhs p,
.footer2col .rhs {
  font-size:11px ;
  color:#9e9c9b !important;
}
.footer2col .rhs p {
  display:block;
  margin-bottom:0.5em;
}
#footerSocial {
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid #c5c5c5;
}
#footerSocial a {
  margin-right:10px;
}
#footerSocial .fa {
  font-size:20px;
}
.footerBar {
  margin-top:20px;
  padding:5px 0;
}
.footerBar .lhs {
  float:left;
  margin-right:20px;
}
.footerBar .rhs {
  float:right;
  padding-top:10px;
}
.footerBar li {
  float:left;
  margin-right:10px;
  padding-right:10px;
  border-right:1px solid #000;
}
.footerBar li:last-child {
  border-right:none;
  margin-right:0;
  padding-right:0;
}
.footerBar li a,
.footerBar li,
.footerBar p {
  margin-bottom:0;
  list-style:none;
  color:#000000  !important;
  font-size:11px !important;
  line-height:11px;
}
#mainFooter .footerBar li a:hover {
  color:#fff !important;
}

/*-- Media Queries --*/

@media screen and (max-width:980px) {
  .inner {
    padding:0 2%;
    width:96%
  }
}
@media screen and (max-width:930px) {
  #ctaBar .lhs {
    width:50%;
  }
}
@media screen and (max-width:880px) {
  #mainFooter .table {
    display:block;
  }
  #mainFooter .col:first-child {
    display:block;
    width:100%;
  }
  #footerRHSCols {
    display:table;
    table-layout:fixed;
    width:100%;
  }
}
@media screen and (max-width:830px) {
  #logo {
    float:none;
    display:block;
    text-align:center;
    margin-bottom:10px;
  }
  #navHolder {
    display:none;
  }
  #mobile-header {
    display:block !important;
  }
  #header#masthead {
    padding:25px 0;
  }
  #ctaBar .lhs {
    width:40%;
  }
  #ctaBar .rhs {
    width:315px;
  }
}
@media screen and (max-width:760px) {
  .mainContent .table {
    display:block;
  }
  .mainContent .col {
    display:block;
    width:100%;
    padding:0;
    margin-bottom:20px;
    overflow:hidden;
  }
}
@media screen and (max-widht:730px) {
  #ctaBar .lhs {
    width:30%;
  }
}
@media screen and (max-width:635px) {
  .headerCol .lhs {
    display:none;
  }
}
@media screen and (max-width:580px) {
  .colsHolder .col {
    display:block;
    width:300px;
    max-width:100%;
    margin:0 auto;
  }
  .colsHolder .col .colInner {
    padding:0;
  }
}
@media screen and (max-width:550px) {
  #ctaBar .table {
    display:block;
  }
  #ctaBar .lhs {
    display:block;
    width:100%;
    text-align:center;
    margin-bottom:20px;
  }
  #ctaBar .rhs {
    display:block;
    margin:0 auto;
    width:100%;
    min-width:0;
  }
  #ctaBar .col4per {
    display:none;
  }
  
  #footerRHSCols {
    display:block;
    table-layout:fixed;
    width:100%;
  }
  #footerRHSCols .cols {
    width:100%;
    margin-bottom:10px;
    display:block;
  }
}
@media screen and (max-width:540px) {
  #headerTimes {
    border-right:none;
  }
  #headerSocial {
    display:none;
  }
}
@media screen and (max-width:420px) {
  #headerRHS {
    display:none;
  }
}
@media screen and (max-width:380px) {
  #ctaBar .rhs a {
    display:block;
    margin-bottom:10px;
    text-align:center;
    width:96%;
    padding:15px 2%;
  }
  .wpcf7-form .rhs,
  .wpcf7-form .lhs {
    float:none;
    width:100%;
    padding:0;
  }
}
#slider-stopper {display:none;}
.wpcf7-response-output {
    clear: both;
    float: left;
    margin: 0 !important;
}