/* <textEditor> */ 

.colour {color:#253F9C;}
.red {color:red;}
.small {font-size:10px;}
.medium {font-size:16px;}
.large {font-size:23px;}
.larger {font-size:27px;}

/* </textEditor> */ 

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

html {
    height:100%;
}

body {
    height:100%;
    background-color: #fff;
    color: #333333;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Open Sans', arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.wrap {
    width:100%;
    margin: 0 auto;
}

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

a {
    outline: none;
    color: #253F9C;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #666;
}

b, strong {
    font-family: 'Open Sans';
	font-weight: bold;
}

::-moz-selection { color: #0d0d0d; background:#aebcb9; }
::selection { color: #0d0d0d; background:#aebcb9; }

input {
    border-radius:0;
}

button {
    float:left;
}

button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    background: #253F9C;
    color: #fff;
    font-weight:700;
    font-size: 1em !important;
    text-align: center;
    font-family: 'Open Sans', arial, sans-serif;
    text-decoration: none;
    padding: 6px;
    border:0;
    border-radius: 0;
    margin-bottom:10px;
}

html input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover,
button:hover {
    color:#fff;
    background:#253F9C;
}

.button,
.sldw_caption h3 .button {
    background-color:#253F9C;
    color: #fff !important;
    font-size: 1em;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: 'Open Sans', arial, sans-serif;
    text-decoration: none;
    margin-top:5px;
    margin-bottom:0px;
    padding: 10px;
    text-shadow:none !important;
}

.small.button,
.sldw_caption h3 .small.button {
	width:auto;
}

.insidewrap .small.button {
   margin-right:10px; 
}

.sldw_caption h3 p {
    margin:10px 0 0 0;
}

h2 a.button {
    font-family: 'Domine', arial, sans-serif;
    font-size: 0.8em;
    padding-top: 13px;
    line-height: 24px;
}

.cartmargin {
    margin-right:10px;
}

.button:hover {
    color:#ccc !important;
    background:#253F9C;
}

a.productSelectOptions {
    background: #253F9C;
    color: #fff !important;
}

a.productSelectOptions:hover {
    color:#fff !important;
    background:#253F9C;
}

.rss {
    display:none;
}

/* Header */

.contact-bar p {
    color:white;
    padding: 3px 0 3px 0;
}

.contact-bar a,
.contact-bar a:hover {
    color:white;
    text-decoration:underline;
}


/* End Header */



/* Main Content */

.nomargin {
    margin-right:0 !important;
}

.toggleMenu {
    display: none;
}

.portfolio {
    float:left;
}

.container h1,
.container h2,
.container h3,
.container h4,
.container h5 {
    font-size: 1.4em;
    line-height: 29px;
    font-family: 'Domine', arial, sans-serif;
    color:#253F9C;
    font-weight:normal;
    margin: 10px 0 10px 0;
}

.container h1 {
    margin-top: 10px;
}

.container h1.page-title {
    margin-top:0 !important;
    margin-bottom:10px !important;
    border-bottom: 2px solid #57534B;
    padding: 0 0.25em 0.45em 0;
}

.container .imgDescription p {
    margin-top:5px;
    margin-bottom:5px;
}

.pagination ul li {
    border-bottom:0 !important;
}

.blogsElement .postBody {
	width: 100%;
	float: left;
}

.home .blogList ul li {
    display:inline-block;
}

.home .blogList .postThumb+.postContent {
    margin-left: 0px;
}

.home .blogList .postBody {
    float:left;
}

.home .blogList .postInfo {
    float:left;
}

.home .blogList h2 {
    width:100%;
    float:left;
    margin-top:0 !important;
}

.blogList ul li {
    list-style:none !important;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
}

.blogList h2 {
    font-size:1.2em !important;
    font-family: 'Open Sans', arial, sans-serif !important;
    color:#253F9C !important;
    text-transform:none !important;
    margin-bottom: 5px;
    line-height: 26px;
}

.blogList h2 a {
    color:#253F9C !important;
}

.blogList img {
    margin-top:0;
}

.blogList .postInfo {
    margin-bottom: 5px;
    display:inline-block;
    color:#fff;
    background: #253F9C;
    padding: 7px 10px 4px 10px;
}

.blogList .postInfo a {
    color:#fff;
}

.blogList .postBody p {
    float:left;
    width: 100%;
    margin-bottom:10px;
}

.postBody ul {
    list-style:none;
    padding-left:0;
}

.postBody ul li {
    padding-left: 1em; 
    text-indent: -.7em;
}

.postBody ul li:before {
    content: "• ";
    font-size:1.2em;
    color: #253F9C; /* or whatever color you prefer */
}

.blogList > ul li {
    width:100%;
}

.container ul {
    list-style:none;
    padding-left:0;
}

.container .textElement ul li {
    padding-left: 1em; 
    text-indent: -.7em;
}

.container .textElement ul li:before {
    content: "• ";
    font-size:1.2em;
    padding-right: 5px;
    color: #253F9C; /* or whatever color you prefer */
}

.insidecontainer .container .textElement ol {
    margin: 0;
    padding-left: 0.5em;
    list-style-type: none;
}

.insidecontainer .container .textElement ol li {
    counter-increment: step-counter;
}

.insidecontainer .container ol li::before {
  content: counter(step-counter);
  margin-right: 10px;
  color: #253F9C;
  font-weight: bold;
}

.container ul li p {
    margin-top:5px;
    margin-bottom:5px;
}

.container .textElement ul {
    padding-left: 10px;
}

.post h2 {
    margin-top:0;
    font-size:1.6em;
}

.post h3 {
    font-size:1em;
    color:#353535;
}

.bc-contain {
    float:left;
    width:100%;
    background: #EFEFEF;
}

.bc {
    font-size: 0.8em;
    color: #333;
    float:left;
    width:100%;
    background: #EFEFEF;
    padding: 8px 10px;
    font-family: 'Open Sans', arial, sans-serif;
}

.bc a {
	color:#333;
}

.form_container {
    margin-top:6px !important;
    padding-bottom: 60px;
}

.form_container input,
.form_container textarea {
    margin-bottom:10px !important;
}

.form_container h2 {
    margin-top:0 !important;
}

.fieldTitle {
    color: #253F9C;
    float:left;
    width:100%;
    margin:10px 0 10px 0 !important;
}

.fieldTitle h1 {
    float: left;
    font-size: 1.4em;
    margin-bottom: 6px;
}

.fieldItem .fieldBlock, .fieldItemInner {
	max-width:100%;
}

.fieldBlock input, .fieldBlock textarea, .medField input, .medField textarea, .loginElement input {
    background-color: #fafafa;
    border: none;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    margin-top: 7px !important;
    padding: 7px !important;
    border: 1px solid #ddd;
}

.textField,
.medField .textField,
.medField.type-phone
.textField.phone-international,
.medField .dropdown {
	margin-right:10px;
	min-width: 250px;
}

.container .five.columns .textField,
.container .five.columns input,
.container .five.columns .medField .textField,
.container .five.columns .medField.type-phone
.textField.phone-international,
.container .five.columns .medField .dropdown {
	max-width: 197px;
	min-width: 197px;
}

.fieldRow {
    padding: 0 !important;
}

.fieldSelected {
    background-color: transparent !important;
    border-color: transparent !important;
}

.fieldItem .fieldBlock,.fieldItemInner {
    padding: 0 !important;
}

.fieldItem .fieldContent {
    font-family: 'Open Sans', arial, sans-serif !important;
}

.choice-option {
    display:block;
}

.choice-option input {
    width:auto !important;
    margin-right:10px !important;
}

textarea.textField {
    width: 100% !important;
}

.submitButtonContainer {
    padding:0 !important;
    margin: 0 auto;
}

.fieldItem .fieldInstructions {
    padding:0 !important;
}

.fieldItem .fieldNote {
    margin-right:10px;
}

/* End Main Content */


/* Secondary Navigation */

.sectionMenu {
    margin: 0 0 10px 0;
    background: #253F9C;
    font-size: 0.9em;
    width: 100%;
    padding-left:0;
    font-family: 'Domine', arial, Segoe UI, Arial;
}

.sectionMenu li {
    border-bottom:1px solid #fff;
    margin-bottom:0px;
    list-style:none !important;
}

.sectionMenu li:hover {
    background:#253F9C;
}

.sectionMenu li a {
    color: #fff;
    text-decoration: none;
    display:block;
    padding: 10px 10px 10px 10px;
}

.sectionMenu li:hover a,
.sectionMenu li a:hover {
    color: #ccc;   
}

.sectionMenu li.selectedPage{
    background:#253F9C !important;
}

.pagenav li.selectedPage {
    background: transparent !important;
}

.sectionMenu li.selectedPage a {
    color:#ccc !important;
}

.sectionMenu li.selectedPage a:hover {
    color:#ccc !important;
}

/* End Secondary Navigation */


/* Footer */


footer {
    float:left;
    clear: both;
    width: 100%;
    min-height: 190px;
    padding: 30px 0 30px 0;
    background:#000000
}


/* End Footer */