/* cmsms stylesheet: stjc-theme mainstyles modified: 05/04/22 17:41:59 */
/*
Theme Name: Serendipity - Fully Responsive HTML Blog
Theme URI: http://themes.iki-bir.com/serendipity-html
Author: elemis
Author URI: http://iki-bir.com
Version: 1.0
*/

/*-----------------------------------------------------------------------------------*/
/*	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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'Forum', cursive;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: middle; /*baseline*/
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #3F503D;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
	border-radius: 0; 
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

.sticky,
.gallery-caption,
.wp-caption, 
.wp-caption-text {}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/

body {
	padding: 0;
}

body, input, textarea {
        /*font-family: 'Neue Helvetica W01', Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 15px ;
	font-weight: normal;
	line-height: 27px;
	/*background: */
        background-color: #ffffff;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

/* Headings */
h1, 
h2,
h3,
h4,
h5,
h6 {
	/*font-family: 'Neue Helvetica W01', Arial,Verdana, Helvetica, Tahoma, sans-serif;*/
	font-weight: normal;
	color: #173C2A;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a { 
	color: inherit; 
}
h1 { 
	font-size: 32px; 
	line-height: 34px; 
	margin-bottom: 14px;
}
h2 { 
	font-size: 28px; 
	line-height: 30px; 
	margin-bottom: 10px; 
}
h3 { 
	font-size: 24px; 
	line-height: 34px; 
	margin-bottom: 15px; 
	color: #ffffff;
} 
h4 { 
	font-size: 20px; 
	line-height: 22px; 
	margin-bottom: 4px; 
} 
h5 { 
	font-size: 17px; 
	line-height: 19px; 
}						
h6 { 
	font-size: 12px; 
	line-height: 14px; 
}

/* Horizontal Line */
hr {	
	background: transparent url(/uploads/theme/line.png) repeat-x bottom left;
	border: 0;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 40px;
}

/* Text elements */
p {
	margin-bottom: 0.5%;
}
ul, ol {
	margin: 0 0 20px 0;
	list-style-position: inside;
}
ul {
	list-style: disc outside;
}
ul li {
	padding-left: 15px;
	color: ffa500;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 0 20px 0;
	font-size: 15px;
	border-left: 5px solid #ededed;
	padding-left: 20px;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 40px;
	overflow: auto;
	padding: 0.75em 20px;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 40px;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

span.bull {
	color: #a28f4f;
	font-size: 30px;
	font-family: serif;
}

.dropcap {
	display:block;
	float:left;
	font-size:45px;
	padding:0;
	margin: 0;
	margin:15px 8px 0 0;
	text-transform: uppercase;
	/*font-family: 'Neue Helvetica W01', Arial,Verdana, Helvetica, Tahoma, sans-serif;*/
}

.lite1 {
	color: #173C2A;
	border-bottom: 1px dotted #173C2A;
}

.lite2 {
	border-bottom: 1px dotted #173C2A;
}

.download-box, .warning-box, .info-box, .content-box, .content-box-right, .note-box {
	clear:both;
	margin: 0 0 10px 0;
	text-shadow: none;
	padding: 5px 15px;
	line-height: 20px;
}

.content-box {
	color:#000000;
}

.content-box p, .content-box ul {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #4a4a4a;
}

.content-box ul {
	margin-left: 20px;
}

.content-box ul li {
	padding-left: 5px;
}

.content-box img {
	float: left;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 24px;
	margin-bottom: 20px;
	margin-top: 10px;
	width: 180px;
}

.content-box-right {
	background:#F4F4F4;
	color:#444;
	border-width:0px 3px 2px 0px;
	border-style:solid ;
	border-color:#aaa;
}

.form-wrap {
	border: 2px solid #000000;
	border-radius: 10px;
	color: #ffffff;
	background-color: #A28F4F;
	margin: 0 1%;
	padding: 5% 5%;
	width: 87%;
	text-align: center !important;
}

.form-wrap h3 {
	color: #ffffff;
	font-weight: 200;
	margin-bottom: 6px;
	font-size: 35px;
}


.form-wrap p {
	font-size: 16px !important;
	font-weight: 200;
	margin-bottom: 3px;
	color: #ffffff;
}

.footer {
	font-size: 17px;
}

div#right-convincers {
	background-color: #2E4819;
	/*border: 2px solid #A18F50;
	border-bottom-left-radius: 20%;
	border-bottom-right-radius: 20%;*/
	margin: 0 1% 20px 1%;
	padding: 4%;
	width: 100%;
	background: url(/uploads/images/right-con-bk.png) no-repeat;
	background-size: 100% 90%;
	padding-bottom: 26%;
}


div#3-point p {
	font-size: 10px;
}

div#right-convincers ul li {
	/*background: url("/uploads/Miltec-cmsms/arrowy.png") no-repeat scroll left center transparent;*/
	padding: 8px 0 10px 25px;
	margin: 0 10px 0 0;
	color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	text-align: left;
	list-style: none;
}

div#right-convincers li:before {
  /* For a round bullet */
  content: '\2219';
  /* For a square bullet */
  /*content:'\25A0';*/
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -11%;
  top: 0;
  color: #a28f4f;
  font-size: 55px;
}


div#information {
	border: 2px solid #000000;
	border-radius: 10px;
	color: #ffffff;
	background-color: #A28F4F;
	margin: 0 1%;
	padding: 4%;
}

div#information ul li {
	padding: 2px 0 0px 0px;
	margin: 0 10px 0 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	text-align: left;
	list-style: none;
}


.info-box {
	background:#c2ddf9;
	border:1px solid #80bbef;
	color:#4783b7;
}
.warning-box {
	background:#ffcccc;
	border:1px solid #ff9999;
	color:#c31b00;
}
.download-box {
	background:#d1f7b6;
	border:1px solid #8bca61;
	color:#5e9537;
}
.note-box {
	background:#fdebae;
	border:1px solid #e6c555;
}

/* Links */
a {
	color: #fff;
	text-decoration: none;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
a:hover {
	text-decoration: none;
	color: #273d3b;
}

/* Button */
a.button,
input#submit,
.forms fieldset .btn-submit  {
	background: #555 url(/uploads/theme/button-bg.png) repeat-x;
	height: 28px;
	display: inline-block;
	padding: 0 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #383838;
	color: #fff;
	cursor: pointer;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	font-size: 12px;
	line-height: 25px;
}

input#submit  {
	font-size: 12px;
	height: 30px;
	padding-bottom: 5px;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img {
	max-width: 100%;
	height: auto;	
}

.map.full {
	margin: 0 -40px;
}

.map iframe {
	max-width: 100%;
}

.map, .media {
	margin-bottom: 20px;
}

/* Images */

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 20px;
}
/* 
embed,
iframe,
object {
	max-width: 100%;
} */

.intro {
	/*font-family: 'MerriweatherRegular';*/
	font-size: 20px;
	line-height: 32px;
	color: #a0a0a0;
	text-align: center;
	margin-top: -9px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	background: transparent url(/uploads/theme/line.png) repeat-x center bottom;
}

/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/

.one-half {
	width:48%;
}
.one-third {
	width:30.66%;
}

.right-column {
	width: 35.5%;
}

.side-con {
       width: 35.66%;
}

.top-img {
	width: 60.33%;
}

.two-third {
	width:60.33%;
}
.one-fourth {
	width:23%;
}

.three-fourth {
	width:75.25%;
}
.one-fifth {
	width:17.8%;
}
.two-fifth {
	width:37.6%;
}
.three-fifth {
	width:58.4%;
}
.four-fifth {
	width:67.2%;
}
.one-sixth {
	width:14.5%;
}

.two-sixth {
	width:31%;
}

.five-sixth {
	width:82.67%;
}
.one-half, .one-third, .right-column, .side-con, .top-img, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .two-sixth, .five-sixth {
	position:relative;
	margin-right:1.75%;
	float:left;
}
.one-third-right {
	position:relative;
        width:30.66%;
	margin-left:1.75%;
	float:right;
}
.last {
	margin-right:0 !important;
	clear:right;
}
.top-left {
	width: 25%;
	float: left;
	margin-top: -38%;
}

.top-right {
	width: 25%;
	float: right;
	margin-top: -38%;
}

.top-center {
	width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*	STRUCTURE
/*-----------------------------------------------------------------------------------*/

#branding #site-title {
	margin: 0 0 3% 3%;
}

#primary {
	width: 100%;
	padding: 3% 0 0 0;
	background: none;
	margin-top: 0;
}

.content-wrapper {
	max-width: 1048px;
	margin: 0 auto;
}

#header-wrap {
	background-color: #fff;
	/*background: url(/uploads/theme/Course-b+w.jpg) no-repeat center center / cover  #ffffff;*/
	margin-bottom: 0%;
}

#nav-wrap {
	background-color: #000;
	border-bottom: 0px solid #000000;
	margin-left: 8.2%;
	width: 83.1%;
	height: 27px;
}

#block-nav-wrap {
	background-color: #000000;
	border-bottom: 10px solid #8e753b;
	border-top: 10px solid #8e753b;
	padding: 25px 10px;
	margin-top: -8px;
}

#block-nav-wrap .one-sixth {
	background-color: #8e753b;
}

#block-nav-wrap .two-sixth {
	background-color: #000000;
}

#block-nav-wrap .one-sixth, #block-nav-wrap .two-sixth {
	border: 2px solid #8e753b;
	border-radius: 5px;
	/*padding-top: 12%;*/
	height: 135px;
	display: table;
}

#block-nav-wrap .nav-block {
	/*position: absolute;
	top: 1%;*/
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

#block-nav-wrap .nav-block p, #block-nav-wrap .nav-block a {
	color: #ffffff;
	font-size: 30px;
	line-height: 38px;
	font-weight: 100;
	text-align: center;
	padding: 2px;
	margin: 0;
	display: block;
}

#block-nav-wrap .nav-block a:hover {
	color: #8e753b;
}

#block-nav-wrap .one-sixth .nav-block a:hover {
	color: #444444;
}

#block-nav-wrap .nav-block p.exp-link a, #block-nav-wrap .nav-block p.exp-link {
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	display: inline;
}

#block-nav-wrap .nav-block p.exp-link {
	display: block;
}

#block-nav-wrap .nav-block p a:hover {
	color: #8e753b;
}

#block-nav-wrap .nav-block img {
	width: 100%;
	display: block;
}

.bar {
	background-color: #000;
	height: 30px;
	margin-top: -9px;
	width: 83.1%;
	margin-left: 8.2%;
	padding-top: 1%;
}
.bar1 {
	background-color: #A18F50;
	height: 10px;
	margin-top: -9px;
	width: 83.1%;
	margin-left: 8.2%;
}
.bar1-bottom {
	background-color: #A18F50;
	height: 10px;
}
.bar2 {
	background-color: #000;
	height: 10px;
	margin-top: -8px;
}

#cta-wrap {
	background-color: #fff;
	margin-top: -10px;
	padding-top: 1%;
	padding-bottom: 1%;
}

#hoz-blocks-wrap {
	background-color: #000000;
	padding: 0 0 10px 0;
	width: 83.1%;
	margin-left: 8.2%;
}

#hoz-blocks-wrap #hoz-lines {
	border-top: 10px solid  #2E4819;
	border-bottom: 10px solid  #2E4819;
	padding: 15px 0 0;
}

#hoz-blocks-wrap #hoz-lines h3 {
	color: #fff;
	font-size: 26px;
	font-style: italic;
}

#main-wrap {
	background: /*url(/uploads/theme/Course-b+w.jpg) no-repeat center center / cover*/  #ffffff;
}
/* Default B&W Image is set above, specific images are set below and CSS class is added per page to 'B&W Image CSS Class' */ 

/*.bw-weddings {
	background: url(/uploads/theme/)  no-repeat scroll center center / cover  #ffffff !important;
}*/

#footer-wrap {
	background-color: #2E4819;
	width: 83.1%;
	margin-left: 8.2%;
	padding-bottom: 1%;
	margin-top: 0%;
	margin-bottom: 2%;
}

#page {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	max-width: 1090px;
	margin: 10px auto 50px;
}

#wrapper {
	background: #DFE6EE;
	border: 0;
	-moz-box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 0 25px 0 rgba(0,0,0,0.15);
}

#content {
	margin-left: 18px;
        margin-right: 18px;
        margin-top: 10px;
        margin-bottom: 0px;
	width: auto;
}

#main {
	clear: both;
	padding: 0 0 0 0;
	background: #fff;
}

/* Header */
#branding {
	position: relative;
	z-index: 9999;
}

header.christmasbranding {
	/*background: transparent url(/uploads/theme/) no-repeat left top;*/
	background-size: 1090px 450px;
}

#site-title {
	padding: 24px 0 0;
}

#site-title a {
	color: #ca6d6d;
	font-size: 30px;
	line-height: 36px;
	text-decoration: none;
}
#site-title a img {
	vertical-align: bottom;
	padding-bottom: 2%;
	width: 225px;
}
#site-title a:hover {
	color: #585858;
}
#branding .header-image {
	margin: 0 -1px -1px -1px;
}
#branding .header-image img {
	height: auto;
	width: 100%;
	display: block;
}

.convincers-top {
        font-size: 15px;
}
.callus {
	position: absolute;
	top: 25%;
	right: 0%;
	width: 55%;
	color: #000;
	font-size: 32px;
	line-height: 26px;
	/*font-family: 'Neue Helvetica W01', verdana, sans-serif;*/
	font-weight: 400;
	text-align: center;
	margin-right: -14%;
	background: url(/uploads/images/call-man.png) no-repeat;
	padding-left: 0%;
	padding-bottom: 1%;
}

.call-manager {
	/*position: absolute;
	top: 16%;
	right: 2%;
	width: 45%;*/
	color: #000;
	font-size: 37px;
	line-height: 26px;
	/*font-family: 'Neue Helvetica W01', verdana, sans-serif;*/
	font-weight: 400;
	text-align: center;
	background: url(/uploads/images/manager.png) no-repeat;
	height: 60px;
	margin-top: -4%;
	padding-top: 4%;
	padding-left: 1%;
}

.call-manager p {
	font-size: 30px;
}

.gcallus {
	text-align: right;
	font-size: 22px;
	line-height: 24px;
	font-weight: 300;
	top: 98px;
}

.callus p {
	width: 60%;
	float: left;
	margin-bottom: 5px;
}

.gcallus p {
	width: auto;
	float: none;
}

.gcallus p a {
	color: #ffffff;
}

.gcallus p a:hover {
	color: #8e753b;
}

.callus p#christmas {
	font-size: 32px;
	line-height: 32px;
}

.callus span#telno {
	color: #086426;
	font-size: 46px;
	line-height: 38px;
	font-weight: 600;
}

.callus span#telno a {
	color: #fff698;
}

.smaller {
	font-size: 85%;
	/*letter-spacing: -0.5px;*/
}


.twilight {
	font-size: 38px;
	line-height: 42px;
	letter-spacing: -0.5px;
}

.callus p#strap {
	color: #fff698;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 95%;
}

.callus p#strap span#one {
/*font-family: 'Neue Helvetica W01', serif;*/
}

div#callnow {
	width: 180px;
	height: 73px;
	background: transparent url(/uploads/theme/callnow.png) no-repeat left top;
	background-size: 180px 73px;
	float: right;
	margin-top: -62px;
	margin-right: 0%;
}

div#callnow a {
	width: 180px;
	height: 73px;
	display: block;
}

div#boc p {
	text-align: center;
	width: 100%
}

.strap {
	text-align: center;
	vertical-align: middle;
	font-size: 54px;
}

div#boc img {
	width:40%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.social {
	position: absolute;
	top:51px;
	right: 39px;
	min-width: 500px;
}

.social ul {
	float: right;
	list-style: none;
}

.social ul li {
	float: left;
	margin-right: 5px;
	padding: 0;
	background: none;
}

.social ul li img {
	display: block;
}

form#searchform {
	width: 300px;
}

.no-results form#searchform {
	padding: 10px 0 0 0;
}

form#searchform:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

input#searchsubmit {
	 float: right;
	 border: none;
	 background: #404040 url(/uploads/theme/icon-search.png) center center no-repeat;
	 height: 25px;
	 width: 25px;
	 text-indent: -99999px;
	 cursor: pointer;
}

input#s {
    height: 21px;
    padding: 0 5px 2px 5px;
    width: 264px;
    background-color: transparent;
    border: 1px solid #a3a3a3;
    border-right: 0;
    color: #a0a0a0;
   /* font-family: 'MerriweatherRegular';*/
    font-size: 12px;
    display: block;
    float: left;
}

.social .widget_search .search-text-box {
    -moz-transition: 400ms width ease;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width;
    -webkit-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width;
    -o-transition-timing-function: ease;
    height: 21px;
    padding: 0 5px 2px 5px !important;
    width: 45px;
    background-color: transparent;
    border: 1px solid #a3a3a3;
    border-right: 0;
    color: #a0a0a0;
    float: right;
    /*font-family: 'MerriweatherRegular';*/
    font-size: 12px;
}
.social input.search-submit-button {
	 float: right;
	 border: none;
	 background: #404040 url(/uploads/theme/icon-search.png) center center no-repeat;
	 height: 25px;
	 width: 25px;
	 text-indent: -99999px;
	 cursor: pointer;
}
.social .widget_search .search-text-box:focus {
    width: 150px;
}

/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/


#access .menu {
	list-style: none;
	font-weight: normal;
	position: relative;
	/*font-family: 'Neue Helvetica W01', Arial,Verdana, Helvetica, Tahoma, sans-serif;*/
	
}
#access .menu ul {
	margin: 0;
	list-style-type: none;
	letter-spacing: normal;
	position: relative;
	text-align: center;
	z-index: 1001;
	height: 30px; /*50px*/
	font-size: 0;
}
#access .menu ul li {
	position: relative;
	display: inline-block !important;
	padding: 0;
	z-index: 101;
	background: none;
}
#access .menu ul li a {
	display: inline-block;
	text-decoration: none;
	font-size: 19px;        
	line-height: 20px; /*50px*/
	padding: 2px 14px 3px;
	color: #E6EEF9;
	-webkit-transition:all 100ms ease-in;
	-o-transition:all 100ms ease-in;
	-moz-transition:all 100ms ease-in;
}
#access .menu ul li:hover,
#access .menu ul li.menuactive ,
#access .menu ul li.menuactive a ,
#access .menu ul li a:hover, 
#access .menu ul li.active a, 
#access .menu ul li a.selected {
	color: #fff;
	background-color: #A1904F;
}

#access .menu ul li.menuparent a:hover {
	background: url("uploads/Miltec-cmsms/arrow-menu.png") no-repeat scroll center bottom transparent;
}

#access .menu ul li.menuparent ul li a:hover {
	background: none;
}

#access .menu ul li ul {
	position: absolute;
	left: 50% !important;
	height: auto;
	display: none;
	visibility: hidden;
	width: 160px;
	padding: 0;
	text-align: center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	margin-left: -80px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 1px 1px 2px 2px rgba(50, 50, 50, 0.5);
}
#access .menu ul li ul li {
	display: list-item !important;
	float: none;
	background: none;
	padding: 0 15px;
	height: auto;
	background-color: #000000;
}

#access .menu ul li ul li:last-child {
	padding: 0 15px 15px 15px;;
}

#access .menu ul li ul li ul {
	top: 0;
}
#access .menu ul li ul li a {
	margin: 0;
	border: none;
	display: block;
	padding: 9px 0;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	line-height: 16px;
	border-bottom: 1px solid #8e753b;
}
#access .menu ul li ul li a:hover,
#access .menu ul li ul li.active a,
#access .menu ul li ul li a.selected {
	background-color: #333;
	color: #ffae00;
}
#access .menu ul li ul li:last-child {
	border: none;
}
* html #access .menu {
	height: 1%;
}

.selectnav {
	display: none;
	width: 280px;
	margin: 0 auto;           
}

/*-----------------------------------------------------------------------------------*/
/*	CONTENT
/*-----------------------------------------------------------------------------------*/

.hentry {
	position: relative;
	padding-bottom: 20px;
}

.hentry footer.entry-meta {
	display: none;
}

.no-results {
	margin-bottom: 40px;
}

.cta-list {
	color: #000;
	line-height: 8px;
	margin-top: -2%;
}

.cta-list h3 {
	font-size: 33px;
	font-weight: bold;
	color: #000;
	margin-top: -7%;
}

.page-title {
	text-align: center;
	margin: 0 0 30px 0;
}

.entry-header {
	/*background-image: url(uploads/Miltec-cmsms/'bullet'.png);
	background-repeat:no-repeat;
	background-position: top left;
	margin-left: 20px;
	padding-left: 35px;*/

	text-align: left;
}

.entry-title {
	color: #173C2A;
	margin: 0 0 10px 0;
	font-size: 28px; 
}
.entry-title,
.entry-title a {
	color: #173C2A;
	text-decoration: none;
}
.entry-title a:hover {
	color: #585858;
}
.entry-title span.featured-format {
	background: url(/uploads/theme/icon-featured.png) no-repeat center center;
	display: inline-block;
	text-indent: -9999px;
	width: 7px;
	height: 20px;
	margin-top: -10px;
	margin-right: 10px;
}

h2.entry-title {
	font-size: 24px;
	color: #2E4819;
	/*text-shadow: 1px 1px 1px #999;*/
	/*font-family: 'Neue Helvetica W01', verdana, sans-serif;*/
}

h2.c2acolimg {
	color: #ffffff;
	font-size: 14px;
	display: block;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
	text-align: center;
	position: relative;
	z-index: 1;
	bottom:50px; 
	width:100%;
	margin-bottom: -15px;
}

.entry-meta {
	color: #a0a0a0;
	clear: both;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 26px;
}
.entry-meta a {
	color: #a0a0a0;
}
.entry-meta a:hover {
	color: #ca6d6d;
	text-decoration: none;
}
.entry-meta .sep {
	padding: 0 5px;
}
footer.entry-meta .tags a:before{
	content: "#";
	display: inline-block;
}
.entry-meta .comments-link,
.entry-meta span.edit  {
	display: inline;
}
.entry-meta .standard-format,
.entry-meta .image-format,
.entry-meta .quote-format,
.entry-meta .link-format,
.entry-meta .chat-format,
.entry-meta .audio-format,
.entry-meta .gallery-format,
.entry-meta .video-format {
	background: url(/uploads/theme/icon-article.png) no-repeat center center;
	text-indent: -99999px;
	display: inline-block;
	width: 11px;
	line-height: 1;
}

.entry-meta .image-format {
	background-image: url(/uploads/theme/icon-image.png);
	background-position: center bottom;
	width: 14px;
}

.entry-meta .quote-format {
	background-image: url(/uploads/theme/icon-quote.png);
	width: 12px;
	background-position: center bottom;
}

.entry-meta .link-format {
	background-image: url(/uploads/theme/icon-link.png);
	width: 12px;
	background-position: center bottom;
}

.entry-meta .chat-format {
	background-image: url(/uploads/theme/icon-chat.png);
	width: 11px;
	background-position: center bottom;
}

.entry-meta .audio-format {
	background-image: url(/uploads/theme/icon-audio.png);
	width: 9px;
	background-position: center bottom;
}

.entry-meta .gallery-format {
	background-image: url(/uploads/theme/icon-gallery.png);
	width: 16px;
	background-position: center bottom;
}

.entry-meta .video-format {
	background-image: url(/uploads/theme/icon-video.png);
	width: 11px;
	background-position: center bottom;
}
.entry-header .entry-format {
	display: inline;
}

.single-author .entry-meta .by-author {
	display: none;
}

.post .sharing-wrapper {
	margin:0 0 20px;
	position: relative;
}

.post .sharing-wrapper .share-facebook {
	padding-right: 20px;
}

.information {
	padding: 2px 0 0px 0px;
	margin: 0 10px 0 0;
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	text-align: left;
	list-style: none;
}

/* =Link
----------------------------------------------- */

.format-link .entry-title span.arrow {
	padding-left: 5px;
	/*font-family: Arial, sans-serif;*/
}
.format-link .entry-content {
	padding: 0;
}

/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	margin: 0 0 20px 0;
	font-size: 15px;
	border-left: 5px solid #ededed;
	padding-left: 20px;
}

.format-quote blockquote p {
	margin: 0;
}

.format-quote blockquote cite {
	color: #a0a0a0;
	font-variant: small-caps;
	font-style: normal;
	display: block;
}

.format-quote blockquote cite:before {
	content: "-";
	padding-right: 5px;
}

/* =Video
----------------------------------------------- */

.format-video .media {
	margin: 0 -40px 20px;
	overflow: hidden;
}

/* =Audio
----------------------------------------------- */

.audio-wrapper {
	margin: 0 auto 20px;
}


/* =Image
----------------------------------------------- */

.full-size img {
	display: block;
}

.full-size {
	margin: 0 -40px 20px;
}

.normal-size {
	margin-bottom: 20px;
	text-align: center;
}

.normal-size img {
	display: inline;
	vertical-align:bottom;
}


/* =Gallery
----------------------------------------------- */

.gallery-items {
	margin: 0 -40px 20px;
	
}

.gallery-items li.item {
	float: left;
	width: 20%;
	background: none;
	padding: 0;
}

.gallery-items li.item img{
	display: block;
	max-width: 100%;
}

.gallery-items:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.gallery-thumbnail {
	display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	HOVER
/*-----------------------------------------------------------------------------------*/

.gallery-items li.item {
	display: block;
	position: relative;
}
.gallery-items li.item img {
	display: block;
	position: relative;
}
.gallery-items li.item a span {
	display: none;
	height: 100%;
	position: absolute;
	text-decoration: none;
	width: 100%;
	z-index: 100;
}
.zoom {
	position: absolute;
	background: transparent url(/uploads/theme/icon-plus.png) no-repeat center center;
}
.overlay {
	background-color: rgba(15, 15, 15, 0.6);
}

/* =Chat
----------------------------------------------- */

.format-chat li {
	padding: 4px 10px;
	background: none;
}

/*-----------------------------------------------------------------------------------*/
/*	SINGULAR
/*-----------------------------------------------------------------------------------*/
.singular .hentry  {
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.singular .hentry footer.entry-meta {
	display: block;
}
.singular.page .entry-title {
	margin: 0 0 30px 0;
}
.related {
	overflow: hidden;
}
.related-container {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
	background: transparent url(/uploads/theme/line.png) repeat-x left bottom;
}

.related-container .entry-title {
	font-size: 18px;
	margin-bottom: 7px;
}

.related-container .entry-meta {
	margin-bottom: 15px;
}

.related-list{
	overflow: hidden;
	width: 106%;
	display: block;
	margin: 0 -6% 0 0;
}

.related-list li {
	width:29.5%;
	margin: 0 3% 0 0;
	float: left;
	background: none;
	padding: 0;
}

.related-list li img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.related-list li .full-size, 
.related-list li .normal-size {
	margin: 0 0 20px;
}

.related-list li .media {
	margin: 0 0 20px;
	overflow: hidden;
}

.related-list li .hentry {
	background: none;
	margin: 0;
	padding: 0;
}

.related-list li .entry-header {
	text-align: left;
}

.related-list li .entry-summary li {
	float: none;
	width: auto;
}

.related-container .format-gallery ul#gallery-items {
	display: none;
}

.related-container .format-gallery .gallery-thumbnail {
	display: block;
	margin-bottom: 14px;
}
/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/

#comments-title {

}
.nopassword,
.nocomments {
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}
.commentlist > li.comment {
	margin: 0 0 20px;
	position: relative;
}
.commentlist li.comment .avatar {
	width: 80px;
	float: left;
}
.commentlist li.comment .comment-content {
	margin: 0 0 0 100px;
	background-color: #f4f4f4;
	padding: 20px;
}
.commentlist li.comment .comment-content em {
	font-style: normal;
	font-size: 12px;
	color: #173C2A;
}
.commentlist li.comment .comment-content h3 {
	margin: 0;
}
.commentlist li.comment .comment-meta {
	font-size: 12px;
	margin-bottom: 10px;
}
.commentlist .pingback {
	margin: 0 0 20px;
	padding: 20px;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	margin: 20px 0 0 85px;
	position: relative;
}
.commentlist li.comment footer {
	position: relative;
	line-height: 1;
}
.commentlist li.comment footer a.comment-reply-link {
	font-size: 12px;
}
.commentlist li.comment footer .edit-link {
	display: block;
	text-align: right;
	overflow: hidden;
}
.commentlist li.comment footer .edit-link a {
	font-size: 12px;
	display: inline;
	position: absolute;
	top: 4px;
	right: 0;
}
.commentlist li.comment .comment-content h3 a:hover,
.commentlist li.comment footer a.comment-reply-link:hover,
.commentlist li.comment footer .edit-link a:hover {
	text-decoration: none;
	color: #585858;
}
/* Post author highlighting */
.commentlist li.comment.bypostauthor .comment-content {
	background-color: #e9e9e9;
}

/*-----------------------------------------------------------------------------------*/
/*	FORM
/*-----------------------------------------------------------------------------------*/

input[type=text],
input[type=password],
textarea {
	background: #f4f4f4;
	border: 1px solid #dedede;
	color: #606060;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}

#respond {
	background: #f4f4f4;
	margin: 40px auto 0;
	padding: 25px;
	position: relative;
}
#respond p {
	position: relative;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond textarea {
	text-indent: 0;
	display: block;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label {
	color: #173C2A;
	display: inline-block;
	left: 4px;
	font-size: 15px;
	min-width: 60px;
	padding: 4px 10px;
	position: absolute;
	top: 0px;
	z-index: 1;
}
#respond .comment-form-comment label {
	display: none;
}
#respond .comment-form-author label:after,
#respond .comment-form-email label:after,
#respond .comment-form-url label:after {
	content: ":";
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
	border: 1px solid #c9c9c9;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #173C2A;
	font-size: 22px;
	left: 75%;
	position: absolute;
	top: 12px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 12px;
}
#respond input#submit {
	margin: 20px 0 0 0;
}
#respond #cancel-comment-reply-link {
	color: #173C2A;
	margin-left: 10px;
	text-decoration: none;
}
.commentlist #respond {
	margin: 20px 0 0;
	width: auto;
}
#reply-title {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}
#cancel-comment-reply-link {
	color: #173C2A;
	display: block;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	right: 20px;
	text-decoration: none;
	top: 10px;
	/*font-family: 'MerriweatherRegular';*/
}
#cancel-comment-reply-link:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: none;
	color: #585858;
}
#respond label {
	line-height: 2.2em;
	cursor: text;
}
#respond input[type=text] {
	display: block;
	height: 20px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
p.form-submit {
	margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/

.form-container {
	overflow: hidden;
	background: #f4f4f4;
	padding: 25px;
	position: relative;
}
.form-container .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
}
.form-container .loading span {
}
.form-container .response {
	display: none;
	margin: 0 0 15px 0;
	color:#4d8c74;
	clear:both;
	text-shadow: none;
	line-height: 17px;
	width: 650px;
	font-size: 14px;
}
.forms {
}
.forms fieldset {
	margin-bottom: -20px;
}
.forms ol {
	list-style: none;
}
/* form rows */
.forms li.form-row {
	margin-bottom: 15px;
}
.forms li.text-input-row {
}
.forms li.text-area-row {
}
.forms li.checkbox-row {
}
.forms li.radio-row {
}
.forms li.select-row {
}
.forms li.button-row {
}
.forms li.hidden-row {
	display: none;
}
/* form input fields */

.forms fieldset .text-input {
	background: #fff;
	border: 1px solid #dedede;
	padding: 10px;
	color: #606060;
	width: 75%;
	height: 20px;
}

.forms fieldset .text-area {
	background: #fff;
	border: 1px solid #dedede;
	color: #606060;
	width: 90%;
	height: 200px;
	padding: 10px;
}

.forms fieldset .text-input:focus, 
.forms fieldset .text-area:focus {
	border: 1px solid #c9c9c9;
}

.forms fieldset .radio {
}
.forms fieldset .checkbox {
}
.forms fieldset .select {
}

.forms li.error input, .forms li.error textarea {
	border: 1px #b85555 solid;
}
.forms fieldset .btn-submit  {
	padding: 0 20px 4px 20px;
	margin: 0;
	height: 30px;
}
.forms span.error {
	display: none;
}
.forms .button-row span.error {
	padding: 0;
	display: none;
}
.forms li.focus {
}
.forms label {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
	clear: both;
}
.form-container:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*-----------------------------------------------------------------------------------*/
/*	NAVIGATION
/*-----------------------------------------------------------------------------------*/

/* Next and Previous - Fixed */

#nav-single-fixed .nav-prev,
#nav-fixed .nav-previous {
	position: fixed;
	top: 40%;
	left: 0;
}
#nav-single-fixed .nav-next,
#nav-fixed .nav-next {
	position: fixed;
	top: 40%;
	right: 0;
}

#nav-single-fixed .nav-prev .meta-nav-prev,
#nav-fixed .nav-previous .meta-nav-prev {
	background: transparent url(/uploads/theme/nav-arrows-light.png) no-repeat top left;
	width: 15px; /*50px*/
	height: 15px; /*50px*/
	text-indent: -999999px;
	display: block;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
#nav-single-fixed .nav-prev .meta-nav-prev:hover,
#nav-fixed .nav-previous .meta-nav-prev:hover {
	background-position: bottom left;
}
#nav-single-fixed .nav-next .meta-nav-next,
#nav-fixed .nav-next .meta-nav-next {
	background: transparent url(/uploads/theme/nav-arrows-light.png) no-repeat top right;
	width: 15px; /*50px*/
	height: 15px; /*50px*/
	text-indent: -999999px;
	display: block;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}
#nav-single-fixed .nav-next .meta-nav-next:hover,
#nav-fixed .nav-next .meta-nav-next:hover {
	background-position: bottom right;
}

/* Single - Older/Newer Posts */
#nav-single {
	font-size: 12px;
	line-height: 25px;
	margin-bottom: 40px;
}

#nav-single .nav-prev .meta-nav-prev,
#nav-single .nav-next .meta-nav-next {
	background: #555 url(/uploads/theme/button-bg.png) repeat-x;
	height: 28px;
	display: inline-block;
	padding: 0 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #383838;
	color: #fff;
	margin: 0 5px; 
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
}

#nav-single .nav-prev .meta-nav-prev:hover,
#nav-single .nav-next .meta-nav-next:hover {
	background-color: #333;
	border: 1px solid #242424;
	text-decoration: none;
}

#nav-single {
	text-align: center;
}

/* Page-Navigation Buttons */
.page-navi {
	list-style: none;
	text-align: center;
}
.page-navi li {
	display: inline;
	background: none;
	padding: 0;
}
.page-navi li a {
	background: #555 url(/uploads/theme/button-bg.png) repeat-x;
	height: 28px;
	line-height: 25px;
	display: inline-block;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #383838;
	color: #fff;
	margin: 0 1px; 
	font-size: 12px;
}
.page-navi li a:hover, .page-navi li a.current {
	background-color: #333;
	border: 1px solid #242424;
	text-decoration: none;
}

.widget-title a {
	color: #686868;
}

.widget-title a:hover {
	text-decoration: none;
}


/* Breadcrumbs */
#crumbs {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 40px;
	margin-bottom: 37px;
	background: transparent url(/uploads/theme/line.png) repeat-x center bottom;
}

#crumbs .delimiter {
	padding: 0 3px;
}

/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/

#colophon {
	clear: both;
	padding: 10px 0 0 0;
}

#colophon h4 {
color: #578736;
}
#supplementary {
	padding: 10px 0 0;
	overflow: hidden;
	border-top: 15px solid #2E4819;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Four Footer Widget Areas */
#supplementary.four .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 22.2%;
}
#supplementary.four .widget-area + .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* Site Generator Line */
#site-generator {
	color: #ffffff;
	font-size: 12px;
	line-height: 2.2em;
	padding: 5px 0 0px 95px;
	text-align: left;
}
#site-generator a {
	color: #ffffff;
}
#site-generator a:hover {
	text-decoration: none;
	color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	WIDGETS
/*-----------------------------------------------------------------------------------*/

.widget {
	clear: both;
	margin: 0 0 2.2em;
	color: #999;
}
.widget-title {
	font-weight: normal;
	margin-bottom: 15px;
}
.widget ul {
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	background-image: url(/uploads/theme/light-bullet.png);
}
.widget a {
	text-decoration: none;
	color: #999;
}
.widget a:hover {
	color: #fff;
}

/* Search Widget */
#supplementary .widget-area {
	position: relative;
	
}
#supplementary .widget-area form#searchform {
	width: auto;
}
#supplementary .widget-area input#s {
	background-color: #111;
	font-size: 14px;
	height: 28px;
	padding: 3px 10px 5px;
	border: none;
	display: block;
	width: 95%;
}
#supplementary input#searchsubmit {
	display: none;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}


/* Twitter Widget */
#twitter  ul li {
	background: transparent url(/uploads/theme/footer-line.png) repeat-x left top;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	list-style: none;
}

#twitter  ul li:first-child {
	background: none;
	margin: 0;
	padding: 0;
}

#twitter  ul li .entry-meta:before {
	content: "-";
	padding-right: 5px;
}

#twitter  ul li .entry-meta {
	margin: 0;
	font-size: 15px;
	color: #999;
}

#twitter  ul li .entry-meta a {
	color: #999;
}

#twitter  ul li .entry-meta a:hover {
	color: #fff;
}

#twitter em {
	font-style: normal;
}

.username {
	display: block;
	background: transparent url(/uploads/theme/footer-line.png) repeat-x left top;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*	TOGGLE
/*-----------------------------------------------------------------------------------*/

.toggle {
	width: 100%;
	padding-bottom: 20px;
	clear:both;
}
.toggle h4.title {
	cursor: pointer;
	color: #6B6B6B;
	padding: 15px 20px 12px;
	margin: 0;
	line-height: 1;
	background-color: #f4f4f4;
	font-size: 18px;
}
.toggle h4.title.active {
	background-color: #e9e9e9;
}
.togglebox {
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #f4f4f4;
}
.togglebox div {
	padding: 20px 20px 0 20px;
	
}

/*-----------------------------------------------------------------------------------*/
/*	TABS
/*-----------------------------------------------------------------------------------*/

ul.tabs {
	padding: 0;
	line-height: 1;
	margin: 0;

}

ul.tabs li {
	padding: 0;
	background: none;
	float: left;
	margin-right: 10px;

}

ul.tabs li a {
	display: block;
	overflow: hidden;
	padding: 13px 15px 10px 15px;
	background: #526950;
	color: #fff;
	/*font-family: 'Neue Helvetica W01', Arial,Verdana, Helvetica, Tahoma, sans-serif;*/
	font-size: 18px;
border-width:0px 3px 2px 0px;
border-style:none solid solid none;
border-color:#aaa #aaa #526950 #aaa ;
}

ul.tabs li a:hover {
	text-decoration: none;
}

ul.tabs li.active a {
	background: #C9D1D8;
        color: #000;
border-width:0px 3px 2px 0px;
border-style:none solid solid none;
border-color:#aaa #aaa #C9D1D8 #aaa ;
}

ul.tabs:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab_container {
	clear: both;
	float: left;
	margin-top: -1px;
	margin-bottom: 20px;
	background: #C9D1D8;
	position: relative;
	z-index: 1;
	width: 99.5%;
	border-width:0px 3px 3px 0px;
	border-style:none solid solid none;
	border-color:#aaa;


}

.tab_content {
	overflow: hidden;
	padding: 20px 20px 0 20px;
       
}

/* CHROME FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
input#submit,
.forms fieldset .btn-submit  {
	height: 28px;
}
a.button,
.page-navi li a,
#nav-single .nav-prev .meta-nav-prev,
#nav-single .nav-next .meta-nav-next {
	height: 27px;
}
}

/* OPERA FIX */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
input#submit,
.forms fieldset .btn-submit  {
	height: 28px;
	padding-top: 3px;
}
a.button,
.page-navi li a,
#nav-single .nav-prev .meta-nav-prev,
#nav-single .nav-next .meta-nav-next {
	height: 27px;
}
}

div#ctaimgcontainer {
	position: relative;
	text-align: center; 
	display: inline-block;
	width: 86.57%;
	margin-left: 8.2%;
}

div#ctaimgcontainer img {
	width: 100%;
	height: 330px; /*282px;*/
}

div#imgtextcontainer {
	position: absolute;
	max-width: 1090px;
	display: table;
	text-align: left;
	width: 33%;
	margin-left: 45%;
	margin-top: 2%;
}

div#strapcontainer {
	display: block;
	vertical-align: middle;
	padding: 0;
	width: 83.1%;
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
	padding-left: 8.2%;
}

div#strapcontainer div {
	background-color: #2E4819;
	padding: 1px;
	padding-bottom: 8px;
}

h2.image-strap {
	color: #ffffff;
	font-size: 52px;
	line-height: 55px;
	font-weight: 200;
	display: block;
	margin: 0;
	padding-bottom: 1%;
	padding-top: 2%;
	font-family: serif;
}

/*div#strapcontainer span.arrows {
	position: absolute;
	right: 0;
	top: 52px;
}*/

div.image-convincers {
	display: table-cell;
	vertical-align: middle;
	padding-left: 28%;
}

div.image-convincers ul {
	color: #ffffff;
	font-family: 'Neue Helvetica W01', verdana, sans-serif;
	font-size: 21px;
	line-height: 22px;
	padding: 0px 20px 15px 65px;
	/*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);*/
	margin: 0;
	font-weight: 100;
	width: 100%;
}

div.image-convincers ul li {
	background: none;
	list-style-type: disc;
	padding: 8px 0 5px 5px;
	font-size: 21px;
	line-height: 22px;
	list-style: none;
}

div.image-convincers li:before {
	/* For a round bullet */
	content: '\2219';
	/* For a square bullet */
	/*content:'\25A0';*/
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	left: -11%;
	top: 0;
	color: #a28f4f;
	font-size: 58px;
}

/*ul.image-convincers {
	color: #000000;
	font-family:'GillSansW01-CondensedBd', verdana, sans-serif;
	font-size: 18px;
	line-height: 23px;
	position: absolute;
	top: -8px;
	right: 0px;
	width:100%;
	padding: 0px 0px 0px 0px;
	background: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}

ul.image-convincers li {
	background: none;
	list-style-image: url('/uploads/images/tick.jpg');
	padding: 5px 0 5px 0px;
}*/

/* Added for grey CTA block */
#ctablock {
	padding-left: 2%;
	padding-top: 30px;
	margin-top: 10px;
	width: 98%;
	/*height: 280px;*/
	text-align: left;
	color: #5e6259;
}

#ctablock h1 {
	color: #2e6c6e;
}

#ctablock h2 {
	color: #2e6c6e;
}

#ctaleft {
	position: relative;
	float: left;
	width: 55%;
	padding-left: 7%;
	padding-top: 2%;
}

#ctaleft img {
	width: 15%;
	margin-top: 5%;
	margin-left: -15.4%;
	margin-bottom: -4%;
}

#ctaright {
	position: relative;
	float: right;
	width: 35%;
	margin-top: 7.5%;
}

div#ctablock h1 {
	/*font-family: 'Neue Helvetica W01', verdana, sans-serif;*/
	font-size: 50px;
	line-height: 52px;
	font-weight: normal;
	color: #fff698;
	font-style: normal;
	letter-spacing: 0px;
}

div#ctablock h2 {
	/*font-family: 'Neue Helvetica W01'', verdana, sans-serif;*/
	font-size: 28px;
	color: #000000;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 12px;
	line-height: 30px;
	padding-left: 0;
}

div#ctablock p {
	/*font-family: 'Neue Helvetica W01', sans-serif;*/
	font-size: 18px;
	/*color: #086426;*/
	font-weight: 600;
	font-style: normal;
	letter-spacing:1px;
	/*text-align: left;*/
	float: left;
	width: 100%;
}



div#ctablock span.arrows, span.arrows {
	display:inline-block;
	width: 86px;
	height:50px;
	background: transparent url(/uploads/theme/arrows.png) no-repeat left bottom;
	background-size: 86px 36px;
}

div#strapcontainer span.arrows {
	background: transparent url(/uploads/theme/arrows.png) no-repeat left center;
	background-size: 90px 40px;
	display: table-cell;
}

div#ctablock div#gball {
	width: 131px;
	height: 136px;
	background: transparent url(/uploads/theme/golfball.png) no-repeat left top;
	background-size: 131px 136px;
	position: relative;
	left: 105%;
	z-index: 1;
}

div#ctablock div#gball2 {
	width: 131px;
	height: 136px;
	background: transparent url(/uploads/theme/golfball.png) no-repeat left top;
	background-size: 131px 136px;
	position: absolute;
	left: 52%;
	z-index: 1;
	margin-top: 200px;
}

div#ctablock div#bauble {
	width: 131px;
	height: 373px;
	background: transparent url(/uploads/theme/bauble.png) no-repeat left top;
	background-size: 131px 373px;
	position: absolute;
	left: 53%;
	z-index: 1;
	margin-top: -30px;
}

div#inf-ban {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 138px;
	background: transparent url(/uploads/images/form-head.png) no-repeat left top;
	background-size: 100%;
	left: 2.5%;
	top: -18%;

}

div#inf-ban2 {
position: absolute;
z-index: 1;
width: 100%;
height: 138px;
background: transparent url(/uploads/images/form-head.png) no-repeat left top;
background-size: 100%;
left: 5%;
top: 41%;
/*margin-top: 11.5%;*/
}

div#enquiryform {
display: block;
margin-top: 0px;
padding-left: 20px;
vertical-align: top;
padding-top: 10px;
}

.formfoot {
margin: 0px;
color: #000000;
font-size: 12px;
line-height: 12px;
text-align: center;
padding: 5px 50px 15px 60px;
}

div#ctablock div#boc {
float: right;
width: 300px;
margin: 10px 30px 10px 0;
}

div#ctablock div#boc p {
text-align: center;
}

div#ctablock div#boc img {
width: 55%;
}

article div#boc {
float: left;
margin: 0 0 10px 0;
width: 25%;
}

article div#boc p {
margin: 0;
}

article div#boc p img {
width: 100%;
}
/* cmsms stylesheet: stjc-theme mainqueries modified: 05/04/22 17:43:33 */
/* =Responsive Structure
----------------------------------------------- */
@media (max-width: 2560px) {
	body {
		padding-left: 18%;
		padding-right: 18%;
	}
	div.image-convincers {
		padding-left: 14%;
	}
	div.image-convincers ul li {
		font-size: 25px;
	}
}

@media (max-width: 2450px) {
	div.image-convincers {
		padding-left: 20%;
	}
}


@media (max-width: 2368px) {
	div.image-convincers ul li {
		font-size: 24px;
	}

}

@media (max-width: 2300px) {
	body {
		padding-left: 17%;
		padding-right: 17%;
	}
}

@media (max-width: 2090px) {
	div.image-convincers ul li {
		font-size: 22px;
	}
	div.image-convincers {
		padding-left: 26%;
	}
}

@media (max-width: 2052px) {
	div.image-convincers ul li {
		font-size: 21px;
	}
}

@media (max-width: 2000px) {
	body {
		padding-left: 12%;
		padding-right: 12%;
	}
}

@media (max-width: 1800px) {
	body {
		padding-left: 10%;
		padding-right: 10%;
	}
}

@media (max-width: 1700px) {
	body {
		padding-left: 6%;
		padding-right: 6%;
	}
}

@media (max-width: 1500px) {
	body {
		padding-left: 3%;
		padding-right: 3%;
	}
}

@media (max-width: 1400px) {
	body {
		padding-left: 0%;
		padding-right: 0%;
	}
}

@media (max-width: 1360px) {
	div#inf-ban {
		top: -27%;
	}
}


@media (max-width: 1344px) {
	.callus {
		margin-right: -10%;
	}

.g-recaptcha {
    transform:scale(0.7);
    transform-origin:0 0;
}
}

@media (max-width: 1300px) {
	div.image-convincers {
		padding-left: 35%;
	}
	div.image-convincers ul li {
		font-size: 19px;
		line-height: 100%;
	}
	.callus {
		margin-right: -9%;
	}
	.content-wrapper {
		width: 95%;
	}
}

@media (max-width: 1275px) {
	.content-wrapper {
		max-width: 82%;
	}
	#ctaleft {
		padding-left: 9%;
	}
	div.image-convincers {
		padding-left: 22%;
	}
	#cta-wrap {
		max-width: 93%;
		padding-left: 3%;
	}
	.two-third {
		width: 60%;
		padding-left: 1%;
	}
}

@media (max-width: 1257px) {
	.callus p {
		font-size: 30px;
	}
}
@media (max-width: 1250px) {
	div#right-convincers ul li {
		font-size: 16px;
	}
}

@media (max-width: 1243px) {
	#hoz-blocks-wrap #hoz-lines h3 {
		font-size: 24px;
	}
	.callus p {
		padding-left: 3%;
	}
}

@media (max-width: 1240px) {
	#nav-wrap {
		height: 28px;
	}
}

@media (max-width: 1236px) {
	.callus {
		margin-right: -7%;
	}
	.top-img {
		width: 64%;
	}
	.side-con {
		width: 32%;
	}
}

@media (max-width: 1200px) {
	/* Disable fixed navigation buttons */
	#nav-single-fixed,
	#nav-fixed {
		display: none;
	}
	.footer {
		font-size: 15px;
	}
	.bar {
		margin-bottom: 2%;
	}
	#nav-wrap {
		height: 29px;
	}
	.strap {
		font-size: 46px;
	}
}

@media (max-width: 1195px) {
	div#right-convincers ul li {
		line-height: 15px;
	 }
	div#right-convincers {
		padding-bottom: 45%;
	}
}

@media (max-width: 1179px) {
	.callus p {
		font-size: 28px;
	}
}

@media (max-width: 1147px) {
	body {
		padding: 20px;
                padding-top: 5px;
	}
	#page {
		margin: 0 auto;
	}

	#access .menu {
		margin-bottom: 0px;
	}
	#access .menu ul {
		margin: 0 1px;
	}
	/* Gallery thumbnails will be 4 columns from now on */
	.gallery-items li.item {
		width: 25%;
	}

       .callus {
                margin-right: -13%;
		width: 58%;
		font-size: 29px;
	}
	div#right-convincers ul li {
		font-size: 14px;
	}
	#hoz-blocks-wrap #hoz-lines h3 {
		font-size: 22px;
	}
	div.image-convincers ul li {
		font-size: 18px;
	}
}

@media (max-width: 1130px) {
	.footer {
		font-size: 13px;
	}
	.callus {
		margin-right: -13%;
	}
	.callus span#telno {
		font-size: 50px;
	}
}

@media (max-width: 1120px) {
	.callus {
		margin-right: -13%;
		width: 59%;
	}
	div#ctaimgcontainer img {
		height: 300px;
	}
}

@media (max-width: 1105px) {
	.form-wrap h3 {
		font-size: 32px;
	}
}

@media (max-width: 1093px) {
	.form-wrap h3 {
		font-size: 33px;
	}
	#hoz-blocks-wrap #hoz-lines h3 {
		font-size: 20px;
	}
	.cta-list h3 {
		font-size: 30px;
	}
}

@media (max-width: 1085px) {
	div.image-convincers {
		padding-left: 17%;
	}
	div#inf-ban {
		top: -21%;
	}
	.formfoot {
		font-size: 11px;
	}
	div#right-convincers ul li {
		padding-top: 8px;
		padding-bottom: 3px;
	}
	div#inf-ban2 {
		top: 45%;
	}
	.cta-list h3 {
		font-size: 30px;
	}
	.form-wrap h3 {
		font-size: 30px;
	}
	.strap {
		font-size: 44px;
	}
}


@media (max-width: 1065px) {
	.callus p {
		font-size: 26px;
		padding-left: 5%;
	}
}


@media (max-width: 1054px) {
	div#right-convincers ul li {
		padding-top: 5px;
		padding-bottom: 2px;
		font-size: 13px;
	}
	.strap {
		font-size: 40px;
	}
	div#image-convincers ul li {
		font-size: 17px;
	}
	div#inf-ban2 {
		top: 45%;
	}
	.form-wrap h3 {
		font-size: 30px;
	}
	.top-img {
		width: 68%;
	}
	.side-con {
		width: 28%;
	}
	div.image-convincers {
		padding-left: 28%;
	}
	div.image-convincers ul li {
		font-size: 16px;
	}
}

@media (max-width: 1040px) {
	.callus p {
		font-size: 26px;
		padding-left: 5%;
	}
	.callus span#telno {
		font-size: 42px;
	}
	.cta-list h3 {
		font-size: 27px;
	}
}


@media (max-width: 1024px) {
	.footer {
		font-size: 13px;
	}
	/*div#right-convincers ul li {
		font-size: 12px;
		line-height: 11px;
	}*/
	div#inf-ban {
		top: -19%;
	}
	div#inf-ban2 {
		top: 47%;
	}
	.form-wrap h3 {
		font-size: 27px;
	}
	.form-wrap p {
		font-size: 14px !important;
	}
	#hoz-blocks-wrap #hoz-lines h3 {
		font-size: 19px;
	}
	.cta-list h3 {
		font-size: 27px;
	}
	/*div.image-convincers {
		padding-left: 15%;
	}*/
	div#image-convincers {
		font-size: 16px;
	}
	.strap {
		font-size: 38px;
	}
	.callus p {
		padding-left: 6%;
	}
	.formfoot {
		font-size: 10px;
	}
	div#inf-ban2 {
		left: 7%;
	}
	div#ctaimgcontainer img {
		height: 282px;
	}
}

@media (max-width: 1020px) {

	div#strapcontainer {
	/*width: 66.5%;	*/
	}

	div#ctablock div#bauble {
		background-size: 85%;
		left: 52%;
	}
	.callus {
		font-size: 25px;
	}
	.callus span#telno {
		font-size: 38px;
	}
	div#right-convincers ul li {
		padding-top: 3px;
		font-size: 12px;
	}
		
}

@media (max-width: 980px) {

	/*.callus {
		font-size: 12px;
	}*/

	/*div#strapcontainer {
		width: 63%;	
	}*/

	h2.image-strap {
		font-size: 46px;
	}

	div#strapcontainer span.arrows {
		width:82px;
		height:54px;
		background-size: 82px 32px;
	}

	ul.image-convincers {
		width: 26%;
		font-size: 16px;
		line-height: 17px;
		padding: 12px 15px 12px 35px;
		top: 12px;
	}
	div#right-convincers ul li {
		font-size: 12px;
	}

	div#ctablock div#bauble {
		background-size: 80%;
		left: 51.5%;
	}
	.footer {
		font-size: 12px;
	}
	.formfoot {
		font-size: 9px;
	}
	.side-con {
		width: 0%;
	}
	.top-img {
		width: 96%;
	}
	div.image-convincers ul {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
		padding: 7px 46px 26px 36px;
		margin: -5px 0px 0px -9px;
	}
	div.image-convincers ul li {
		font-size: 15px;
	}
	div#inf-ban2 {
		margin-left: 7.5%;
	}
	.form-wrap {
		width: 100%;
	}
	#hoz-blocks-wrap #hoz-lines h3 {
		font-size: 18px;
	}
	.content-box p, .content-box ul {
		font-size: 16px;
	}
	.callus p {
		font-size: 26px;
		padding-left: 7%;
	}
}

@media (max-width: 950px) {
	div.image-convincers ul {
		margin-left: -12px;
	}
}

@media (max-width: 920px) {

	div#ctablock div#bauble {
		left: 47%;
	}
	.callus p {
		font-size: 24px;
		padding-left: 9%;
	}
	div.image-convincers ul {
		margin-left: -14px;
		padding: 23px 46px 41px 36px;
		margin-top: -15px;
	}
	div.image-convincers ul li {
		font-size: 14px;
	}
	div#inf-ban {
		top: -15%;
		margin-left: 7%;
	}
	.cta-list h3 {
		font-size: 25px;
	}
	.formfoot {
		font-size: 8px;
	}
	#hoz-blocks-wrap #hoz-lines h3 {
		font-size: 17px;
	}
	.content-box ul {
		margin-left: 6px;
	}
	div#right-convincers ul li {
		font-size: 11px;
	 }
	div#inf-ban2 {
		top: 42%;
	}
	.form-wrap p {
		font-size: 14px !important;
	}
	.footer {
		font-size: 11px;
	}
}

@media (max-width: 906px) {
	div.image-convincers {
		/*padding-left: 25%;*/
	}
	.callus p {
		font-size: 23px;
	}
}

@media (max-width: 888px) {
	div.image-convincers ul {
		margin-left: -17px;
	}
}

@media (max-width: 871px) {
	.strap {
		font-size: 37px;
	}
}

@media (max-width: 860px) {

        #content {
	margin-left: 8px;
        margin-right: 8px;
        margin-top: 2px;
        margin-bottom: 0px;
	width: auto;
        }

	div.image-convincers ul {
		margin-left: -15px;
	}

	/* Disable body padding */
	body {
		padding: 0;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}

	/* Reorganize header elements */
	#branding #site-title {
		margin-bottom: 0px;
		padding-bottom: 10px;
		text-align: center;
	}

	#branding #site-title img {
		display: inline;
	}

       .callus {
		position: relative;
		text-align: center;
		/*min-width: inherit;*/
		width: 100%;
		top: auto;
		margin-bottom: 70px;
		font-size: 16px;
		line-height: 10px;
		margin-left: 11%;
		background: none;
	        }


       .callus p {
		width: 71%;
		margin-bottom:0;
		font-size: 31px;
		padding-left: 0%;
	}

	.callus p#christmas {
		font-size: 16px;
		line-height: 20px;		
	}

	.callus p span#telno {
		font-size: 43px;
		line-height: 38px
	}

	div#callnow {
		margin-top: -22px;
	}

	#ctaleft {
		float: none;
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
		text-align: center;
	}

	div#ctablock p {
		/*margin-bottom: 150px;*/
		float: none;
	}

	div#ctablock div#gball {
		position: absolute;
		left: 40%;
		bottom:-140px;
	}

	div#ctablock div#bauble {
		background-position: center bottom;
		background-size: 85%;
		left: 26%;
		margin-top: 222px;
		height: 228px;
	}

	#ctaright {
		width: 56%;
		margin-left: 22%;
		margin-right: 22%;
		margin-bottom: 45px;
		min-width: 350px;
	}

	div#inf-ban {
		top: -7px;
		right: -7px;
		left: auto;
		width: 125px;
		height: 120px;
		background-size: 125px 120px;
	}

	div#ctablock div#boc {
		width: 75%;
		float: none;
		margin: 0 auto;
	}

	div#ctablock div#boc p {
		margin: 0 0 10px 0;
	}

	div#ctablock div#boc img {
		margin-top: -30px;
	}

	h2.image-strap {
		font-size: 38px;
		line-height: 44px;
	}

	div#strapcontainer span.arrows {
		width:74px;
		height:50px;
		background-size: 74px 28px;
		top: 30px;
	}

	ul.image-convincers {
		font-size: 13px;
		line-height: 14px;
		top: 10px;
	}
	#branding #site-title {
		margin-left: -6%;
	}
	.call-manager {
		background: none;
	}
	.cta-list {
		text-align: left;
		margin-top: -6%;
		line-height: 0px;
	}
	div#inf-ban {
		top: -56px;
		left: 2%;
		width: 360px;
		background-size: 100% 90px;
	}
	div#enquiryform {
		padding-top: 39px;
	}
	.formfoot {
		font-size: 13px;
		margin-left: 9%;
	}
	.cta-list h3 {
		font-size: 37px;
		line-height: 88%;
	}
	.form-wrap p {
		font-size: 15px !important;
	}
	.form-wrap h3 {
		font-size: 29px;
	}
	#cta-wrap {
		padding-bottom: 0%;
	}
	div#inf-ban2 {
		top: 44%;
	}
	.bar {
		height: 24px;
		margin-top: -3px;
	}	
}

@media (max-width: 829px) {
	div.image-convincers ul {
		padding: 21px 46px 30px 36px;
		margin-top: -15px;
		margin-left: -17px;
	}
}

@media (max-width: 800px) {
	div#inf-ban2 {
		top: 42%;
	}
	.strap {
		font-size: 33px;
	}
	div.image-convincers ul {
		margin-left: -20px;
		padding: 28px 46px 47px 36px;
	}
	div#right-convincers ul li {
		padding-bottom: 0px;
	}
	.footer {
		font-size: 10px;
	}
	#site-generator {
		padding-left: 60px;
	}
	#hoz-blocks-wrap #hoz-lines h3 {
		font-size: 15px;
	}
	#nav-wrap {
		height: 30px;
	}
	div.image-convincers ul li {
		font-size: 13px;
	}
}

@media (max-width: 768px) {

	div#imgtextcontainer {
		width: 34.5%;
	}
	div.image-convincers {
		padding-left: 15%;
	}
	div.image-convincers ul {
		margin-left: 0px;
		margin-top: -13px;
		padding: 30px 14px 57px 36px;
	}
	.right-column {
		display: none;
	}
	.two-third {
		width: 100%;
	}
}

@media (max-width: 760px) {

	div#ctablock div#bauble {
		left: 25%;
		margin-top: 270px;
		height: 230px;
	}
	.strap {
		font-size: 31px;
	}
	div.image-convincers ul {
		/*margin-left: -25%;*/
		padding: 25px 14px 40px 36px;
	}
	div.image-convincers ul li {
		font-size: 13px;
	}
	.cta-list h3 {
		font-size: 31px;
	}
	#site-generator {
		padding-left: 62px;
	}
	.footer {
		font-size: 10px;
	}
	.right-column {
		display: none;
	}
	.two-third {
		width: 100%;
	}
	#hoz-blocks-wrap #hoz-lines h3 {
		font-size: 14px;
	}
	div#ctaimgcontainer img {
		height: 260px;
	}
	div.image-convincers ul {
		/*margin-left: -18%;*/
		/*margin-top: 3px;*/
	}
}

@media (max-width: 736px) {
	div.image-convincers ul {
		margin-left: -2px;
	}
}


@media (max-width: 700px) {

	h2.image-strap {
		font-size: 36px;
		line-height: 44px;
	}

	div#strapcontainer span.arrows {
		width:74px;
		height:50px;
		background-size: 74px 28px;
		top: 30px;
	}

	ul.image-convincers {
		font-size: 12px;
		line-height: 13px;
		top: 8px;
	}

	ul.image-convincers li {
		padding: 4px 0 4px 5px;
	}

	div#ctablock div#bauble {
		left: 28%;
		margin-top: 260px;
		height: 228px;
	}

	div#ctablock div#bauble {
		left: 20%;
		margin-top: 310px;
		height: 230px;
	}
	div#ctaimgcontainer img {
		height: 240px;
	}
	div.image-convincers ul li {
		font-size: 11px;
	}
	div.image-convincers ul {
		margin-left: -5px;
	}
	#site-generator {
		padding-left: 10px;
	}
	#ctaright {
		margin-top: 9%;
	}

}

@media (max-width: 680px) {
	div.image-convincers ul {
		margin-left: -1px;
		padding: 25px 10px 40px 35px;
	}
}

@media (max-width: 667px) {
	#hoz-blocks-wrap #hoz-lines h3 {
		font-size: 13px;
	}
	div.image-convincers ul {
		margin-left: -2px;
	}
	.strap {
		font-size: 30px;
	}
}



@media (max-width: 650px) {

        #content {
	margin: 0 8px;
        margin-top: 12px;
	width: auto;
        }

	/* Disable menu */
	#access .menu ul#tiny {
		display: none;
	}
	/* Enable dropdown menu */
	.selectnav {
		display: block;
	}
	/* Reorganize header elements */
	#branding #site-title {
		margin-bottom: 0px;
                padding-bottom: 10px;
		text-align: center;
	}
	#branding #site-title img {
		display: inline;
	}

       .callus {
		position: relative;
		text-align: center;
		min-width: inherit;
		top: auto;
		right: -10px;
		margin-bottom: 95px;
                font-size: 14px;
		width: 83%;
		margin-left: 19%;
		}

       .callus p {
		width:65%;
		line-height:20px;
		font-size: 26px;

	}
	
	div#callnow {
		width: 135px;
		height: 55px;
		background-size: 135px 55px;
		margin-top: 0px;
		}

	div#callnow a {
		width: 135px;
		height: 55px;
		display: block;
		}

	.social {
		position: relative;
		text-align: center;
		min-width: inherit;
		top: auto;
		right: auto;
		margin-bottom: 30px;
	}
	.social ul {
		float: none;
		text-align: center;
	}	
	.social ul li {
		float: none;
		display: inline;
		margin: 0;
		padding: 0 2px;
	}	
	.social ul li img {
		display: inherit;
		vertical-align: bottom;
	}
	.social .widget_search {
	    width: 185px;
	    margin: 0 auto 30px auto;
	    position: relative;
	}
	.social .widget_search  .search-text-box {
		float: none;
	    width: 174px;
	    display: block;
	}	
	.social .widget_search .search-text-box:focus {
	    width: 174px;
	}	
	.social input.search-submit-button {
		float: none;
		position: absolute;
		right: 0;
		top:0;
	}	
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
	}
	.one-half, .one-third, .one-third-right, .two-third, .three-fourth, .one-fourth, .one-fifth, .one-sixth {
		float: none;
		margin-bottom: 40px;
                margin-left: 2%;
                margin-right: 2%;
		width: 96%;
	}
	.one-third img {
		width: 100%;
	}

	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	/* Gallery thumbnails will be 2 columns from now on */
	.gallery-items li.item {
		width: 50%;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	ul.tabs li {
		float: none;
		margin: 0;
		display: block;
	}

	ul.tabs li a {
		text-align: center;
	}

	div#strapcontainer {
		width: 83.1%;
		top: 6%;
	}

	h2.image-strap {
		font-size: 28px;
		line-height: 32px;
		text-align: center;
		float: none;
	}

	div#strapcontainer span.arrows {
		display: none;
	}

	ul.image-convincers {
		position: relative;
		top: -9px;
		width: 95%;
		padding: 0 0 5px 5%;
	}

	ul.image-convincers li {
		padding: 5px 5px 5px 5px;
	}

#ctaright {
width: 64%;
margin-left: 18%;
margin-right: 18%;
margin-bottom: 45px;
min-width: 350px;
}

.twilight {
    font-size: 26px;
    letter-spacing: -0.5px;
    line-height: 28px;
}

	div#ctablock div#bauble {
		background-size: 75%;
		margin-top: 320px;
		height: 200px;
	}
	.callus p span#telno {
		font-size: 38px;
	}
	.call-manager {
		margin-bottom: -4%;
	}
	.selectnav {
		width: 25%;
		padding-top: 1%;
		padding-bottom: 1%;
	}
	#hoz-blocks-wrap #hoz-lines h3 {
		font-size: 13px;
	}
	.strap {
		font-size: 26px;
	}
	div.image-convincers ul {
		margin-left: -3px;
	}
	#ctaleft {
		padding-bottom: 1%;
	}
	.footer {
		font-size: 9px;
	}
}

@media (max-width: 640px) {
	div.image-convincers ul {
		margin-left: -4px;
	}
}

@media (max-width: 601px) {
	div#imgtextcontainer {
		/*margin-left: 44%;*/
	}
	.callus p {
		font-size: 24px;
	}
	.cta-list h3 {
		font-size: 28px;
	}
	.footer {
		font-size: 8px;
	}
	#hoz-blocks-wrap #hoz-lines h3 {
		font-size: 12px;
	}
}


@media (max-width: 600px) {
	#nav-wrap {
		height: 30px;
	}
	.callus p {
		font-size: 24px;
	}
	div.image-convincers ul {
		margin-left: -7px;
		margin-top: -11px;
	}
	.cta-list h3 {
		font-size: 29px;
	}

}




@media (max-width: 568px) {
	div#strapcontainer div {
		font-size: 25px;
	}
	div.image-convincers ul {
		margin-left: -7px;
		margin-top: -9px;
		padding: 21px 10px 31px 35px;
	}
	.cta-list h3 {
		font-size: 27px;
	}
	#hoz-blocks-wrap #hoz-lines h3 {
		font-size: 11px;
	}
	.footer {
		font-size: 8px;
	}
}



@media (max-width: 550px) {

	div#ctablock div#bauble {
		margin-top: 380px;
	}
	.side-con {
		width: 96%;
		margin-top: -1%;
	}
	div#strapcontainer div {
		font-size: 22px;
	}
	.callus p {
		font-size: 22px;
	}
	#cta-wrap {
		padding-top: 0%;
	}
	div.image-convincers ul {
		margin-left: -160.8%;
		margin-top: 130%;
		width: 239%;
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	}

	div.image-convincers ul li {
		font-size: 15px;
	}
	.cta-list {
		margin-top: 1%;
	}
	div#ctaimgcontainer img {
		height: 200px;
	}
	#hoz-blocks-wrap #hoz-lines h3 {
		font-size: 11px;
	}
	.footer {
		font-size: 14px;
	}
}

@media (max-width: 533px) {
	div.image-convincers ul {
		margin-left: -244px;
		margin-top: 196px;
		width: 239%;
	}
	.callus p {
		font-size: 20px;
	}
}

@media (max-width: 485px) {
	.callus {
		width: 84%;
	}
	div#strapcontainer div {
		font-size: 21px;
	}

}

@media (max-width: 480px) {
	
        #content {
	margin: 0 6px;
        margin-top: 12px;
	width: auto;
        }

	/* Dropdown menu size */
	.selectnav {
		width: 50%;
	}
	/* Related posts one column */
	.related-list{
		width: 100%;
		margin: 0 0 -40px 0;
		overflow: hidden;
	}
	.related-list li {
		width:100%;
		margin: 0 0 40px 0;
		float: none;
	}
	/* Disable avatars */
	.commentlist li.comment .avatar {
		display: none;
		float: none;
	}
	.commentlist li.comment .comment-content {
		margin: 0;
	}
	.commentlist .children li.comment {
		margin: 20px 0 0 20px;
	}

#ctaright {
width: 350px;
margin-right: 15px;
margin-left: 0;
}

#ctablock {
margin-left: 1%;
padding-left: 0;
}

#ctaleft {
margin: 0 2%
}

div#ctablock h1 {
font-size: 40px;
line-height:36px;
}

.content-box img {
display: block;
float: none;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
margin-top: 20px;
width: 180px;
}

       .callus p {
		width:57%;
		font-size: 16px;
	}

.twilight {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 24px;
}

	div#ctablock div#bauble {
		margin-top: 310px;
		left: 10%;
		height: 220px;
	}

	#branding #site-title img {
		width: 50%;
	}
	.callus p span#telno {
		font-size: 27px;
		line-height: 22px;
	}
	div#ctaimgcontainer img {
		height: 180px;
	}
	.strap {
		font-size: 20px;
	}
	div.image-convincers ul {
		margin-left: -181%;
		margin-top: 128%;
		width: 249%;
	}

	.cta-list {
		margin-top: 20%;
	}
	.cta-list h3 {
		font-size: 22px;
	}
	#ctaright {
		margin-top: 13%;
		margin-right: 8%;
	}
	#hoz-blocks-wrap #hoz-lines h3 {
		font-size: 12px;
	}
	.footer {
		font-size: 12px;
	}
	div#strapcontainer div {
		font-size: 21px;
	}
	.side-con img {
		height: 236px !important;
	}
}

@media (max-width: 450px) {
	div.image-convincers ul {
		margin-left: -173%;
		width: 240%;
	}
}

@media (max-width: 414px) {
	div#strapcontainer div {
		font-size: 18px;
	}
	div.image-convincers ul li {
		font-size: 15px;
	}
	div.image-convincers {
		padding-left: 0%;
	}
	div.image-convincers ul {
		margin-left: -145%;
		width: 190%;
	}
	#cta-wrap {
		padding-top: 0%;
	}
	.form-wrap {
		width: 86%;
		margin-left: 11%;
	}
	div#inf-ban {
		left: 10%;
		width: 90%;
	}
	.one-half, .one-third, .one-third-right, .two-third, .three-fourth, .one-fourth, .one-fifth, .one-sixth {
		width: 100%;
	}
	.callus {
		width: 89%;
	}

}

@media (max-width: 384px) {
	.callus p span#telno {
		font-size: 25px;
	}
	div#strapcontainer div {
		font-size: 17px;
	}
	div#ctaimgcontainer img {
		height: 161px;
	}
	div.image-convincers ul {
		margin-left: -135.8%;
		margin-top: 109%;
		width: 206.8%;
	}
	.cta-list {
		margin-top: 25%;
	}
	div#inf-ban {
		left: 14%;
	}
	.form-wrap {
		margin-left: 15%;
	}
	.formfoot {
		margin-left: 23%;
	}
	#hoz-blocks-wrap {
		font-size: 11px;
	}
	.footer {
		font-size: 11px;
	}
	.callus {
		margin-left: 16%;
		margin-bottom: 70px;
	}
	.callus p {
		width: 66%;
	}
	.call-manager {
		margin-bottom: -8%;
	}
	#hoz-blocks-wrap #hoz-lines h3 {
		font-size: 11px;
	}
	.cta-list h3 {
		font-size: 18px;
	}

}


@media (max-width: 375px) {

	.callus p span#telno {
		font-size: 25px;
	}
	div#strapcontainer div {
		font-size: 16px;
	}
	div#ctaimgcontainer img {
		height: 158px;
	}
	div.image-convincers ul li {
		font-size: 14px;
	}
	div.image-convincers ul {
		margin-left: -130.8%;
		margin-top: 118%;
		width: 200.8%;
	}
	.cta-list {
		margin-top: 35%;
	}
	.cta-list h3 {
		font-size: 18px;
	}
	.form-wrap {
		width: 80%;
		margin-left: 18%;
	}
	div#inf-ban {
		width: 95%;
		left: 12%;
	}
	.formfoot {
		margin-left: 27%;
	}
	#hoz-blocks-wrap #hoz-lines h3 {
		font-size: 11px;
	}
	.one-half, .one-third, .one-third-right, .two-third, .three-fourth, .one-fourth, .one-fifth, .one-sixth {
		width: 100%;
	}
	.footer {
		font-size: 11px;
	}
	div.image-convincers {
		padding-left: 0%;
	}


}


@media (max-width: 360px) {
	div.image-convincers ul {
		margin-left: -89.5%;
		margin-top: 81%;
		width: 135%;
	}
	div#imgtextcontainer {
		width: 59.5%;
	}
	.callus p span#telno {
		font-size: 22px;
	}
	.footer {
		font-size: 10px;
	}
	#hoz-blocks-wrap #hoz-lines h3 {
		font-size: 10px;
	}
	.one-half, .one-third, .one-third-right, .two-third, .three-fourth, .one-fourth, .one-fifth, .one-sixth {
		margin-bottom: 20px;
	}
	.callus p {
		font-size: 13px;
	}
	.call-manager {
		margin-bottom: -9%;
	}
	.form-wrap {
		margin-left: 20%;
	}
	.callus {
		margin-bottom: 65px;
	}
	#branding #site-title img {
		width: 55%;
	}

}


@media (max-width: 320px) {
        #content {
	margin: 0 4px;
        margin-top: 12px;
	width: auto;
        }
	#site-title {
		padding: 29px 0 0;
	}
	#supplementary {
		padding: 30px 29px 0;
		overflow: hidden;
	}
	#branding #site-title {
		margin: 0 29px 0 29px;
	}
	.format-video .media {
		margin: 0 -30px 20px;
	}
	.format-image .full-size {
		margin: 0 -30px 20px;
	}
	.gallery-items {
		margin: 0 -30px 20px;
		
	}
	.map.full {
		margin: 0 -29px;
	}

	div#callnow {
		width: 110px;
		height: 45px;
		background-size: 110px 45px;
		margin-top: 0px;
		}

	div#callnow a {
		width: 110px;
		height: 45px;
		display: block;
		}
	.side-con img {
		height: 200px !important;
	}
	.side-con {
		margin-top: -2%;
	}

#ctaright {
width: ;
margin-right: 0;
margin-left: 0;
}

.twilight {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 24px;
}
	.callus p span#telno {
		font-size: 19px;
		line-height: 10px;
	}
	.call-manager {
		margin-bottom: -10%;
	}
	div#strapcontainer div {
		font-size: 13px;
	}
	div#ctaimgcontainer img {
		height: 130px;
	}
	div.image-convincers ul li {
		font-size: 13px;
	}
	div.image-convincers ul {
		margin-left: -91.5%;
		margin-top: 77%;
		width: 123.5%;
		padding-top: 0px;
	}
	div#imgtextcontainer {
		margin-left: 42%;
	}
	#cta-wrap {
		padding-top: 1%;
	}
	.cta-list h3 {
		font-size: 14px;
	}
	div#inf-ban {
		top: -44px;
		left: 24%;
		background-size: 264px 80px;
	}
	div.image-convincers {
		padding-left: 1%;
	}
	.one-half, .one-third, .one-third-right, .two-third, .three-fourth, .one-fourth, .one-fifth, .one-sixth {
		width: 100%;
	}
	.content-box p, .content-box ul {
		font-size: 12px;
	}
	.formfoot {
		margin-left: 23%;
	}
	.form-wrap {
		width: 70%;
		margin-left: 23%;
	}
	.footer {
		font-size: 8px;
	}
	div#inf-ban {
		width: 75%;
		left: 21%;
	}
	#hoz-blocks-wrap #hoz-lines h3 {
		font-size: 13px;
	}
	#ctaleft {
		margin: -20% 2%;
	}
	#ctaright {
		margin-top: 35%;
	}
	#branding #site-title img {
		width: 75%;
	}
}
/* cmsms stylesheet: FormBuilder Default Style modified: 05/04/22 17:41:42 */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0em;
}
fieldset div {
	margin-bottom: 0.2em;
	margin-left: 0em;
}
fieldset div div {
	margin-top: 0.2em;
	margin-left: 1em
}
fieldset {
	margin: 0;
	border: 0px solid #F60;
        padding: 0;
}

fieldset.main-form,
fieldset.hcp-form {
	margin-bottom: 0.5em;
	border: 0px solid #F60;
	padding: 0em;
        background: #fcac1b;
}

fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC;
        display: none;
}
textarea {
	margin: 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
margin: 15px 0 0;
text-align: left;
font-size: 12px;
}
.captcha img {
	border: 1px solid #F60;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
margin-top: 0px;
}
.submit input {
    background-color: #ffffff;
    color: #000000;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin: 0px 0 0;
    max-width: 140px;
    padding: 6px 20px;
    width: 100%;
    cursor: pointer;
    font-family: 'Tomorrow', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.submit input:hover {
    background-color:  /*#394340*/;
    text-shadow: 5px 5px 10px #000000;
    color: #000000;
}

.contactform {
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 150px;
        text-align: left;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #f60;
}

div#form-area-content .contactform { 
min-height: 360px;
}

.contactform div.form-name,
.contactform div.form-email,
.contactform div.form-phone,
.contactform div.form-company,
.contactform div.form-message {
	width: 98.3%;
        display: inline-block;
        margin-bottom: 5px;
}




.contactform .form-name input,
.contactform .form-email input,
.contactform .form-phone input,
.contactform .form-company input {
	width: 96%;
        padding: 7px 2%;
        font-size: 14px;
        line-height: 16px;
        background: #ffffff;
        border: 1px solid #c0c0c0;
        color: #000000;
        font-family: 'Ubuntu', sans-serif;
}

.contactform .form-message textarea {
	width: 96%;
        padding: 5px 2%;
        font-size: 14px;
        line-height: 16px;
        background: #ffffff;
        border: 1px solid #c0c0c0;
        color: #000000;
        font-family: 'Ubuntu', sans-serif;
}

.contactform .form-consent {
        color: #ffffff;
        font-size: 16px;
}

.contactform .form-name.fb_invalid input,
.contactform .form-email.fb_invalid input,
.contactform .form-phone.fb_invalid input {
        border: 2px solid red;
}

div.error_message { 
text-align: center;
margin-bottom: 20px;
color: red;
font-weight: bold; 
}

.contactform .form-name label,
.contactform .form-email label,
.contactform .form-phone label,
.contactform .form-message label {
	font-size: 14px;
        line-height: 20px;
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
}



.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}


/*form#mac70bmoduleform_2 .submit input {
      background-color: transparent;
}


form#mac70bmoduleform_2 .submit input: {
      background-color: #ff5151;
}*/



div.frm-inf {display: none !important;}
